For example there are 2 BFD peers:
10.0.0.1
10.0.0.111
When checking with "show protocols bfd peers brief" the output looks like this:
[email protected]:~$ show protocols bfd peers brief Session count: 8 SessionId LocalAddress PeerAddress Status ========= ============ =========== ====== 1044513574 10.0.0.11 10.0.0.1 up 3371887583 10.0.0.11 10.0.0.4 up 403759659 10.0.0.11 10.0.0.2 down 3341894939 10.1.11.1 10.1.11.0 up 2759287233 10.0.0.11 10.0.0.3 down 1559812295 10.0.0.11 10.0.0.112 up 2917226787 10.0.0.11 10.0.0.111 up 3854247992 10.2.11.1 10.2.11.0 up
But when we need to check BFD session information for the 10.0.0.1, it's showing 10.0.0.111 instead (same if we'll type non-existing peer 10.0.0.11:
[email protected]:~$ show protocols bfd peer 10.0.0.1 BFD Peer: peer 10.0.0.111 multihop local-address 10.0.0.11 vrf default ID: 2917226787 Remote ID: 3143461838 Active mode Minimum TTL: 254 Status: up Uptime: 8 minute(s), 29 second(s) Diagnostics: ok Remote diagnostics: ok Peer Type: configured Local timers: Detect-multiplier: 3 Receive interval: 3000ms Transmission interval: 3000ms Echo receive interval: 50ms Echo transmission interval: disabled Remote timers: Detect-multiplier: 3 Receive interval: 300ms Transmission interval: 300ms Echo receive interval: 50ms [email protected]:~$ show protocols bfd peer 10.0.0.11 BFD Peer: peer 10.0.0.111 multihop local-address 10.0.0.11 vrf default ID: 2917226787 Remote ID: 3143461838 Active mode Minimum TTL: 254 Status: up Uptime: 8 minute(s), 31 second(s) Diagnostics: ok Remote diagnostics: ok Peer Type: configured Local timers: Detect-multiplier: 3 Receive interval: 3000ms Transmission interval: 3000ms Echo receive interval: 50ms Echo transmission interval: disabled Remote timers: Detect-multiplier: 3 Receive interval: 300ms Transmission interval: 300ms Echo receive interval: 50ms [email protected]:~$ show protocols bfd peer 10.0.0.111 BFD Peer: peer 10.0.0.111 multihop local-address 10.0.0.11 vrf default ID: 2917226787 Remote ID: 3143461838 Active mode Minimum TTL: 254 Status: up Uptime: 13 minute(s), 8 second(s) Diagnostics: ok Remote diagnostics: ok Peer Type: configured Local timers: Detect-multiplier: 3 Receive interval: 3000ms Transmission interval: 3000ms Echo receive interval: 50ms Echo transmission interval: disabled Remote timers: Detect-multiplier: 3 Receive interval: 300ms Transmission interval: 300ms Echo receive interval: 50ms