sshHostKeyDelAction
DMswitch-MIB ·
.1.3.6.1.4.1.3709.3.5.201.1.17.2.9
Object
scalar
r/w
Enumeration
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 delete both RSA and DSA host key.
For the get behavior:
You will get delRsaKey(2), delDsaKey(3) or delBothKeys(4)
when the delete operation is in progress.
Otherwise, you will get noDel(1).
Context
- MIB
- DMswitch-MIB
- OID
.1.3.6.1.4.1.3709.3.5.201.1.17.2.9- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sshMgt
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noDel |
2 | delRsaKey |
3 | delDsaKey |
4 | delBothKeys |
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 |
| sshHostKeyGenAction 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,
i… | scalar | Enumeration | .1.3.6.1.4.1.3709.3.5.201.1.17.2.8 |