All MIBs › RIPv2-MIB › rip2PeerLastUpdate
rip2PeerLastUpdate
Module: RIPv2-MIB
OID (symbolic): RIPv2-MIB::rip2PeerLastUpdate
OID (numeric): 1.3.6.1.2.1.23.4.1.3
Node type: OBJECT-TYPE
Type: TimeTicks
Access: read-only
Description:
The value of sysUpTime when the most recent RIP update was received from this system.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.23.4.1.3 snmpwalk -v2c -c public <target> RIPv2-MIB::rip2PeerLastUpdate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.23.4.1.3.1 snmpget -v2c -c public <target> RIPv2-MIB::rip2PeerLastUpdate.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rip2PeerLastUpdate.1
How to Use in IPNetwork Monitor
Select a device implementing RIPv2-MIB as the target host to create a monitor — the SNMP service should be up and running on it. Click New Monitor, then check SNMP Custom on the Favorites tab, click Next, and confirm the host. On the next page, click Select... to open the built-in SNMP MIB Browser and locate rip2PeerLastUpdate under the rip2PeerEntry branch of RIPv2-MIB, selecting the specific row/instance you want to monitor since this is a table column, then select it and click OK. It records sysUpTime at the moment the most recent RIP update was received from this peer — comparing it against the device's current sysUpTime tells you how long it's been since that peer last sent an update. On the monitor's Main parameters page you can set the target's SNMP port (default 161), credentials, polling interval, and other settings — see the SNMP Monitor help for details. On the State conditions and Alerting tabs, configure when the monitor should change state and trigger an alert; since this is a TimeTicks-type OID, Value bounds is the most useful condition here — trigger an alert if the time since the last update from this peer exceeds a few RIP update intervals (e.g. 3x the normal ~30-second interval), which indicates the peer has likely gone silent or down. Click Finish to create the monitor; you can adjust any parameter later.
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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.23 | rip2 | RFC1389-MIB |
| 1.3.6.1.2.1.23.4 | rip2PeerTable | RFC1389-MIB |
| 1.3.6.1.2.1.23.4.1 | rip2PeerEntry | RFC1389-MIB |
| 1.3.6.1.2.1.23.4.1.3 | rip2PeerLastUpdate | RIPv2-MIB |