rlSshServerDefaultKeyFlag
RADLAN-SSH-MIB ·
.1.3.6.1.4.1.89.78.2.105
Object
scalar Enumeration
This scalar indicates which of the SSH server keys are default keys (automatically generated).
Context
- MIB
- RADLAN-SSH-MIB
- OID
.1.3.6.1.4.1.89.78.2.105- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- rlSshServer
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-SSH-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-SSH-MIB::rlSshServerDefaultKeyFlag.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-SSH-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-SSH-MIB::rlSshServerDefaultKeyFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rsa |
2 | dsa |
3 | all |
4 | none |