sshServerStatus
DMswitch-MIB ·
.1.3.6.1.4.1.3709.3.5.201.1.17.2.1
Object
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.
Context
- MIB
- DMswitch-MIB
- OID
.1.3.6.1.4.1.3709.3.5.201.1.17.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sshMgt
- Siblings
- 8
Syntax
P-BRIDGE-MIBEnabledStatus
- Source
- P-BRIDGE-MIBEnabledStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | enabled |
2 | disabled |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| 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 |
| 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 |