sshHostKeyGenAction
DMswitch-MIB ·
.1.3.6.1.4.1.3709.3.5.201.1.17.2.8
Object
scalar
r/w
Enumeration
This variable is for host key generating.
For the set behavior:
Set it to genRsaKey(2) to generate the RSA host key,
and to genDsaKey(3) to generate the DSA host key,
if genBothKeys(4) is set, both RSA and DSA host key are
generated.
For the get behavior:
You will get genRsaKey(2), genDsaKey(3) or
genBothKeys(4) when the key gen action is in progress.
otherwise, you will get noGen(1).
Context
- MIB
- DMswitch-MIB
- OID
.1.3.6.1.4.1.3709.3.5.201.1.17.2.8- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sshMgt
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noGen |
2 | genRsaKey |
3 | genDsaKey |
4 | genBothKeys |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sshServerStatus The status of Secure Shell Server. Set this value to
enabled(1) to enable SSH server, set this value to
disabled(2) to disable the SSH server. | scalar | P-BRIDGE-MIBEnabledStatus | .1.3.6.1.4.1.3709.3.5.201.1.17.2.1 |
| sshServerMajorVersion The major version of the SSH Server. | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.3709.3.5.201.1.17.2.2 |
| sshServerMinorVersion The minor version of the SSH Server. | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.3709.3.5.201.1.17.2.3 |
| sshTimeout The time interval that the router waits for the SSH
client to respond. The range is 1-120. | scalar | seconds Integer32 | .1.3.6.1.4.1.3709.3.5.201.1.17.2.4 |
| sshKeySize The SSH server key size. | scalar | Integer32 | .1.3.6.1.4.1.3709.3.5.201.1.17.2.5 |
| sshRsaHostKey The RSA host key. | scalar | KeySegment | .1.3.6.1.4.1.3709.3.5.201.1.17.2.6 |
| sshDsaHostKey The DSA host key. | scalar | KeySegment | .1.3.6.1.4.1.3709.3.5.201.1.17.2.7 |
| sshHostKeyDelAction To delete the host key.
For the set behavior:
Set it to delRsaKey(2) to delete the RSA host key,
to delDsaKey(3) to delete the DSA host key,
or to delBothKeys(4) to del… | scalar | Enumeration | .1.3.6.1.4.1.3709.3.5.201.1.17.2.9 |