ripInterfaceState
CROUTE-MIB ·
.1.3.6.1.4.1.81.31.1.4.1.6
Object
column Enumeration
The operational (mandatory state) of
the IP interface from RIP point of
view. It depends on Global RIP status,
IP interface status and rip interface
STATUS.
inactive - set by the device (status),
the rip is not active on this
interface.
active - set by the device (status),
rip is active on this interface.
Context
- MIB
- CROUTE-MIB
- OID
.1.3.6.1.4.1.81.31.1.4.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ripInterfaceEntry
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 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ripInterfaceState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::ripInterfaceState.<ripInterfaceAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CROUTE-MIB::ripInterfaceState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | inactive |