fsIsisExtHelperSupport
SUPERMICRO-ISIS-MIB ·
.1.3.6.1.4.1.10876.101.1.62.2.1.1.1.37
Object
column r/w
Enumeration
The router's helper policy for neighboring ISIS Routers undergoing graceful restart.Options include the following : RestartingRouter (support for Restarting Routers that ensure forwarding plane preservation) and BothRestartAndStart (support for Restarting routers that support/donot support forwarding plane preservation).
Context
- MIB
- SUPERMICRO-ISIS-MIB
- OID
.1.3.6.1.4.1.10876.101.1.62.2.1.1.1.37- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsIsisExtSysEntry
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 'SUPERMICRO-ISIS-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-ISIS-MIB::fsIsisExtHelperSupport'
More examples
Read one indexed 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::fsIsisExtHelperSupport.<fsIsisExtSysInstance>'
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::fsIsisExtHelperSupport'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | restart |
3 | bothRestartAndStart |