fsIsisRestartState
SUPERMICRO-ISIS-MIB ·
.1.3.6.1.4.1.10876.101.1.62.1.15
Object
scalar Enumeration
Current state of ISIS Graceful Restart .Options include the following: running - Normal router, reStarting - Forwarding plane is preserved, Starting - Forwarding plane not preserved, adjSeenRA - Request acknowledgement came for all circuits, adjSeenCsnp - Csnp received from all the circuits, spfWait - spf Triggered, spfDone - spf completed, overloadBitSet - router's own zeroth LSP is transmitted with overload bit set
Context
- MIB
- SUPERMICRO-ISIS-MIB
- OID
.1.3.6.1.4.1.10876.101.1.62.1.15- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- fsIsisScl
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 'SUPERMICRO-ISIS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-ISIS-MIB::fsIsisRestartState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-ISIS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-ISIS-MIB::fsIsisRestartState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | reStarting |
3 | starting |
4 | adjSeenRA |
5 | adjSeenCsnp |
6 | spfWait |
7 | spfDone |
8 | overloadBitSet |