A customer was reporting that the mplsTunnelDown SNMP Trap shows a tunnel index, but that the correlating mplsTunnelUp SNMP Trap shows a different tunnel index. We wanted to know if the indexes were persistent.
mplsTunnelName.29702.1.2870018049.2870018050 = router-to-MX-1
user@PE-router-RE0# run restart routing
Routing protocols process signalled but still running, waiting 8 seconds more
Routing protocols process started, pid 1707
user@PE-router-RE0# run show snmp mib walk mplsTunnelName | Match router
mplsTunnelName.26096.1.2870018049.2870018050 = router-to-MX-1
user@PE-router-RE0# run show snmp mib walk mplsTunnelName.29702
user@PE-router-RE0# run show snmp mib walk mplsTunnelName | match router
mplsTunnelName.26096.1.2870018049.2870018050 = router-to-MX-1
Ingress LSP: 6 sessions
To From State Rt P ActivePath LSPname
171.17.0.2 171.17.0.1 Up 0 * router-to-MX-1
Total 1 displayed, Up 1, Down 0
mplsTunnelName.26096.1.2870018049.2870018050 = router-to-MX-1
2870018049 as an integer and convert to hex to get 0xAB110001.
Split it into 4 octets:
AB = 171
11 = 17
00 = 0
01 = 1
Which is 171.17.0.1
No comments:
Post a Comment