We've an unusual issue on cr1-esams after the works this week. Specifically on interfaces xe-0/0/2 and xe-0/0/7 the OSPF process is showing the interfaces multiple times when you do "show interfaces".
root@re0.cr1-esams> show ospf interface xe-0/0/2.0 detail Interface State Area DR ID BDR ID Nbrs xe-0/0/2.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 1 Type: P2P, Address: 185.15.59.146, Mask: 255.255.255.254, MTU: 9178, Cost: 5000 Adj count: 1 Hello: 10, Dead: 40, ReXmit: 5, Not Stub Auth type: MD5, Active key ID: 1, Start time: 1970 Jan 1 00:00:00 UTC Protection type: Link Topology default (ID 0) -> Cost: 5000 xe-0/0/2.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 0 Type: P2P, Address: 185.15.59.148, Mask: 255.255.255.254, MTU: 9178, Cost: 5000 Adj count: 0 Hello: 10, Dead: 40, ReXmit: 5, Not Stub Auth type: MD5, Active key ID: 1, Start time: 1970 Jan 1 00:00:00 UTC Protection type: Link Topology default (ID 0) -> Cost: 5000 xe-0/0/2.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 0 Type: P2P, Address: 91.198.174.224, Mask: 255.255.255.254, MTU: 9178, Cost: 5000 Adj count: 0 Hello: 10, Dead: 40, ReXmit: 5, Not Stub Auth type: MD5, Active key ID: 1, Start time: 1970 Jan 1 00:00:00 UTC Protection type: Link Topology default (ID 0) -> Cost: 5000
root@re0.cr1-esams> show ospf interface xe-0/0/7.0 detail Interface State Area DR ID BDR ID Nbrs xe-0/0/7.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 1 Type: P2P, Address: 185.15.59.149, Mask: 255.255.255.254, MTU: 9178, Cost: 5000 Adj count: 1 Hello: 10, Dead: 40, ReXmit: 5, Not Stub Auth type: MD5, Active key ID: 1, Start time: 1970 Jan 1 00:00:00 UTC Protection type: Link Topology default (ID 0) -> Cost: 5000 xe-0/0/7.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 0 Type: P2P, Address: 91.198.174.249, Mask: 255.255.255.254, MTU: 9178, Cost: 5000 Adj count: 0 Hello: 10, Dead: 40, ReXmit: 5, Not Stub Auth type: MD5, Active key ID: 1, Start time: 1970 Jan 1 00:00:00 UTC Protection type: Link Topology default (ID 0) -> Cost: 5000
On each interface we have a working adjacency, listed against the currently configured IP for each interface. The additional 'interface' listings show IP addresses that had previously been configured on those interfaces, but changed due to renumbering (or in one case an IP was briefly on the wrong interface due to a typo).
Very odd. For instance the 91.198.174.224 IP is not in the device configuration anywhere, nor on the network. It's like the OSPF process has cached the IPs formerly on the interface and is showing them. BFD is down over xe-0/0/7 to eqiad, which I believe may be related.
OSPFv3 for IPv6 is fine:
root@re0.cr1-esams> show ospf3 interface Interface State Area DR ID BDR ID Nbrs ae0.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 1 lo0.0 DRother 0.0.0.0 0.0.0.0 0.0.0.0 0 xe-0/0/2.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 1 xe-0/0/7.0 PtToPt 0.0.0.0 0.0.0.0 0.0.0.0 1
Given this looks like a bug I've done the following in an attempt to kick the router into behaving itself:
- Shutting / unshutting the relevant interfaces
- Clearing OSPF for the interfaces
- Clearing the entire OSPF database
- De-activating and re-activating OSPF completely
Despite this the peculiarity remains. Searching online I don't see any similar issues although it may be worth digging deeper.
Given esams is currently down I am going to take the ultimate "kick it" measure and reboot the CR to see if it fixes it. If not we will have to review / possibly take to JTAC.