All MIBs › PIM-MIB › pimNeighborLoss
pimNeighborLoss
Module: PIM-MIB
OID (symbolic): PIM-MIB::pimNeighborLoss
OID (numeric): 1.3.6.1.3.61.1.0.1
Node type: NOTIFICATION-TYPE
Description:
A pimNeighborLoss trap signifies the loss of an adjacency with a neighbor. This trap should be generated when the neighbor timer expires, and the router has no other neighbors on the same interface with a lower IP address than itself.
Examples
Send this trap to an SNMP manager — replace <manager> with the IP or hostname of your monitoring server (SNMPv2c):
snmptrap -v2c -c public <manager> '' PIM-MIB::pimNeighborLoss snmptrap -v2c -c public <manager> '' 1.3.6.1.3.61.1.0.1
Listen for incoming traps on the manager host (-f keeps it in the foreground, -Lo prints to stdout — useful for testing):
snmptrapd -f -Lo -c /dev/null authCommunity log public
Example snmptrapd log entry:
zoo11-linux.zoo [UDP: [192.168.30.111]:49922->[192.168.30.10]:162]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (414917378) 48 days, 0:32:53.78 SNMPv2-MIB::snmpTrapOID.0 = OID: PIM-MIB::pimNeighborLoss
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.3 | experimental | DASAN-DHCP-MIB |
| 1.3.6.1.3.61 | pimMIB | PIM-MIB |
| 1.3.6.1.3.61.1 | pimMIBObjects | PIM-MIB |
| 1.3.6.1.3.61.1.0 | pimTraps | PIM-MIB |
| 1.3.6.1.3.61.1.0.1 | pimNeighborLoss | PIM-MIB |