PIM-MIB::pimNeighborLoss #
A pimNeighborLoss notification signifies the loss of an adjacency with a neighbor. This notification should be generated when the neighbor timer expires, and the router has no other neighbors on the same interface with the same IP version and a lower IP address than itself. This notification is generated whenever the counter pimNeighborLossCount is incremented, subject to the rate limit specified by pimNeighborLossNotificationPeriod.
Variables #
- pimNeighborUpTime
Definitions #
- pimNeighborUpTime
- The time since this PIM neighbor (last) became a neighbor of the local router.
Meaning #
The PIM-MIB::pimNeighborLoss trap indicates that the router has lost adjacency with a PIM neighbor. This means that the router’s PIM protocol has detected that a neighboring router is no longer reachable or has stopped responding.
Impact #
The impact of this trap is that multicast traffic may not be forwarded correctly, leading to potential disruptions in network communication. This can result in:
- Loss of multicast traffic
- Delayed or failed data delivery
- Increased network latency
- Potential instability in the multicast network
Diagnosis #
To diagnose the issue, follow these steps:
- Check the PIM neighbor table to identify the lost neighbor.
- Verify the status of the affected interface and ensure it is operational.
- Review the router’s PIM configuration to ensure it is correct and up-to-date.
- Check the pimNeighborUpTime variable to determine the duration of the neighbor relationship before the loss.
- Analyze system logs for any error messages related to PIM or the affected interface.
Mitigation #
To mitigate the issue, follow these steps:
- Verify the physical connectivity of the affected interface.
- Check for any configuration changes that may have caused the neighbor loss.
- Restart the PIM process on the router to re-establish the neighbor relationship.
- Monitor the pimNeighborLossCount counter to ensure the issue is resolved.
- Adjust the pimNeighborLossNotificationPeriod to adjust the rate limit of the trap generation, if necessary.