ospf3IfInfoState
LENOVO-GbTOR-G8272-MIB ·
.1.3.6.1.4.1.19046.2.7.24.3.3.18.3.1.8
Object
column Enumeration
The state of the interface: Down(0), Loopback(1), Waiting(2), P to P(3), DR(4), BackuDR(5), DR Other(6).
Context
- MIB
- LENOVO-GbTOR-G8272-MIB
- OID
.1.3.6.1.4.1.19046.2.7.24.3.3.18.3.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ospf3IntfInfoEntry
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 'LENOVO-GbTOR-G8272-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-GbTOR-G8272-MIB::ospf3IfInfoState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LENOVO-GbTOR-G8272-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-GbTOR-G8272-MIB::ospf3IfInfoState.<ospf3IfInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LENOVO-GbTOR-G8272-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LENOVO-GbTOR-G8272-MIB::ospf3IfInfoState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | down |
2 | loopback |
3 | waiting |
4 | pointToPoint |
5 | designatedRouter |
6 | backupDesignatedRouter |
7 | otherDesignatedRouter |
8 | standby |