All MIBs › CROUTE-MIB › ripInterfaceState
ripInterfaceState
Module: CROUTE-MIB
OID (symbolic): CROUTE-MIB::ripInterfaceState
OID (numeric): 1.3.6.1.4.1.81.31.1.4.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The operational (current 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.
What is ripInterfaceState?
This read-only enumerated integer reports the actual operational state of RIP on this interface, which depends on the combination of the global RIP status, the IP interface's own status, and this specific RIP interface's configured status. An admin checks this to confirm RIP is really running on an interface rather than assuming it is just because the individual interface setting looks enabled. For example, if ripGlobalsRIPEnable is disabled globally, this object would show inactive(2) even if the interface's own RIP configuration looks correct.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.81.31.1.4.1.6 snmpwalk -v2c -c public <target> CROUTE-MIB::ripInterfaceState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.81.31.1.4.1.6.1 snmpget -v2c -c public <target> CROUTE-MIB::ripInterfaceState.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ripInterfaceState.1
Start monitoring Layer 3 switch platform (vendor unclear, BOOTP/RIP) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CROUTE-MIB::ripInterfaceState OID value, configure state conditions and alerts, and monitor any Layer 3 switch platform (vendor unclear, BOOTP/RIP) from a single console.
OID Breakdown
Upper-level ancestors (7 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.81 | lannet | GEN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.81.31 | croute | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.1 | ipRoute | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.1.4 | ripInterfaceTable | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.1.4.1 | ripInterfaceEntry | CROUTE-MIB |
| 1.3.6.1.4.1.81.31.1.4.1.6 | ripInterfaceState | CROUTE-MIB |