ipsecPubKeyState
FEC-CERT-MIB ·
.0.2.1.6
Object
column Enumeration
This object specifies the state of the Key. Possible values: generating(1), -- Key generation is in progress complete(2), -- Key generation is complete error(3) -- Key generation terminated with an error.
Context
- MIB
- FEC-CERT-MIB
- OID
.0.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ipsecPubKeyEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-CERT-MIB::ipsecPubKeyState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-CERT-MIB::ipsecPubKeyState.<ipsecPubKeyAlgorithm>.<ipsecPubKeyKeyLength>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-CERT-MIB::ipsecPubKeyState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | generating |
2 | complete |
3 | error |