futOspfTeIfOperStat
SUPERMICRO-OSPF-TE-MIB ·
.1.3.6.1.4.1.10876.101.1.72.5.1.9
Object
column Enumeration
This gives the status of the interface. It would be in 'invalid' state if TE information not present. It would be in 'notInService' state if TE information is present, but at OSPF level interface is not created. It would be in 'active' state if both TE information and at OSPF level interface is operational.
Context
- MIB
- SUPERMICRO-OSPF-TE-MIB
- OID
.1.3.6.1.4.1.10876.101.1.72.5.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- futOspfTeIfEntry
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-OSPF-TE-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-OSPF-TE-MIB::futOspfTeIfOperStat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-OSPF-TE-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-OSPF-TE-MIB::futOspfTeIfOperStat.<futOspfTeIfIpAddress>.<futOspfTeAddressLessIf>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-OSPF-TE-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-OSPF-TE-MIB::futOspfTeIfOperStat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalid |
2 | notInService |
3 | active |