All MIBs › USR-IP-ROUTING-MIB › usrIpRipFlags
usrIpRipFlags
Module: USR-IP-ROUTING-MIB
OID (symbolic): USR-IP-ROUTING-MIB::usrIpRipFlags
OID (numeric): 1.3.6.1.4.1.429.4.19.12
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description: Several Flags are supported by this mib object, only RIP_FLAG_RFC1058_METRICS, RIP_FLAG_SEND_REQUEST are accessible. The only allowable values for setting are as follows:- 24 (0x18) - SEND_REQUEST & METRICS 8 - METRICS 16 (0x10) - SEND_REQUEST 0 - NONE Note:- when setting these values a GET will not necessarily return the value SET: it will return the SET value plus the bitmask(s) for inaccessible flags. The default flags are 0x1A (decimal 26) reflecting, RIP_FLAG_JITTER_UPDATE := 0x00000002 (default) RIP_FLAG_RFC1058_METRICS := 0x00000008 (default) RIP_FLAG_SEND_REQUEST := 0x00000010 (default)
What is usrIpRipFlags?
Sets RIP behavior flags as a bitmask: 24 enables both send-request and RFC1058 metrics, 8 enables metrics only, 16 enables send-request only, and 0 disables both; a GET returns the set value plus bits for flags the device controls internally, and the device's own default is 26 (0x1A).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.429.4.19.12 snmpwalk -v2c -c public <target> USR-IP-ROUTING-MIB::usrIpRipFlags
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.429.4.19.12.1 snmpget -v2c -c public <target> USR-IP-ROUTING-MIB::usrIpRipFlags.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.429.4.19.12.1 i <value>
Start monitoring CommWorks (3Com/U.S. Robotics) remote-access platforms, IP routing (route-table capacity/RIP statistics status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the USR-IP-ROUTING-MIB::usrIpRipFlags OID value, configure state conditions and alerts, and monitor any CommWorks (3Com/U.S. Robotics) remote-access platforms, IP routing (route-table capacity/RIP statistics status) from a single console.
OID Breakdown
Upper-level ancestors (9 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.429 | usr | CHS-MIB |
| 1.3.6.1.4.1.429.4 | common | HDR2-MIB |
| 1.3.6.1.4.1.429.4.19 | usrIpRouting | USR-DEFINITIONS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.429.4.19.12 | usrIpRipFlags | USR-IP-ROUTING-MIB |