All MIBs › RC-RIP-MIB › rcRipExtUpdateTime
rcRipExtUpdateTime
Module: RC-RIP-MIB
OID (symbolic): RC-RIP-MIB::rcRipExtUpdateTime
OID (numeric): 1.3.6.1.4.1.2272.1.10.2
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
The time between transmission of RIP updates on all interfaces.
What is rcRipExtUpdateTime?
This read-write number specifies how many seconds between RIP update broadcasts on all interfaces. Engineers lower this value to speed up convergence during failures (with CPU cost) or raise it to reduce update traffic on stable networks. A typical value of 30 seconds means each neighbor hears routes announced every half-minute.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2272.1.10.2 snmpwalk -v2c -c public <target> RC-RIP-MIB::rcRipExtUpdateTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2272.1.10.2.1 snmpget -v2c -c public <target> RC-RIP-MIB::rcRipExtUpdateTime.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2272.1.10.2.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2272 | rapidCity | RAPID-CITY |
| 1.3.6.1.4.1.2272.1 | rcMgmt | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.10 | rcRip | RAPID-CITY |
| 1.3.6.1.4.1.2272.1.10.2 | rcRipExtUpdateTime | RC-RIP-MIB |