rcBayStackSshDsaHostKeyStatus
RAPID-CITY-BAY-STACK ·
.1.3.6.1.4.1.2272.40.1.1.3.1
Object
scalar Enumeration
This object indicates the current status of the SSH DSA host key. If the DSA host key has not yet been generated, the value will be notGenerated(1). If it has already been generated, the value will be generated(2). If it is currently being generated, the value will be generating(3).
Context
- MIB
- RAPID-CITY-BAY-STACK
- OID
.1.3.6.1.4.1.2272.40.1.1.3.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- rcBayStackSshExt
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 'RAPID-CITY-BAY-STACK' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAPID-CITY-BAY-STACK::rcBayStackSshDsaHostKeyStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAPID-CITY-BAY-STACK' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAPID-CITY-BAY-STACK::rcBayStackSshDsaHostKeyStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notGenerated |
2 | generated |
3 | generating |