snFsrpIfState
HP-SN-IP-MIB ·
.1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.8
Object
column mandatory
Enumeration
This object specifies the FSRP Router's interface state as: init(0)...initialization state. negotiating(1)...negotiating state. standby(2)...standby state. active(3)...active state.
Context
- MIB
- HP-SN-IP-MIB
- OID
.1.3.6.1.4.1.11.2.3.7.11.12.2.7.2.1.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- snFsrpIfEntry
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 'HP-SN-IP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SN-IP-MIB::snFsrpIfState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-SN-IP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-SN-IP-MIB::snFsrpIfState.<snFsrpIfPort>.<snFsrpIfIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-SN-IP-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-SN-IP-MIB::snFsrpIfState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | init |
1 | negotiating |
2 | standby |
3 | active |