Minimum supported releases: Cisco IOS XE Catalyst SD-WAN Release 17.10.1a and Cisco Catalyst SD-WAN Control Components Release 20.10.1
The following sample output from the show sdwan bfd sessions suspend command displays the total suspend count, indicating the number of times that the BFD session has been suspended:
Device# show sdwan bfd sessions suspend
SOURCE TLOC REMOTE TLOC DST PUBLIC DST PUBLIC RE-SUSPEND SUSPEND TOTAL SUSPEND
SYSTEM IP STATE COLOR COLOR SOURCE IP IP PORT ENCAP COUNT TIME LEFT COUNT DURATION
---------------------------------------------------------------------------------------------------------------------------------------------------------
172.16.255.14 up lte lte 10.1.15.15 10.1.14.14 12426 ipsec 0 0:00:19:52 18 0:00:00:07
The following columns are added for analyzing BFD session suspension metrics: RE-SUSPEND COUNT
, SUSPEND TIME LEFT
, TOTAL COUNT
, and SUSPEND DURATION
.
The following sample output from the show sdwan bfd sessions alt command displays if a suspended flag has been added to a BFD session and other BFD session metrics:
Device# show sdwan bfd sessions alt
*Sus = Suspend
*NA = Flag Not Set
SOURCE TLOC REMOTE TLOC DST PUBLIC DST PUBLIC
SYSTEM IP SITE ID STATE COLOR COLOR SOURCE IP IP PORT ENCAP BFD-LD FLAGS UPTIME
-----------------------------------------------------------------------------------------------------------------------------------------------------
172.16.255.14 400 up 3g lte 10.0.20.15 10.1.14.14 12426 ipsec 20004 NA 0:19:30:40
172.16.255.14 400 up lte lte 10.1.15.15 10.1.14.14 12426 ipsec 20003 Sus 0:00:02:46
172.16.255.16 600 up 3g lte 10.0.20.15 10.0.106.1 12366 ipsec 20002 NA 0:19:30:40
172.16.255.16 600 up lte lte 10.1.15.15 10.0.106.1 12366 ipsec 20001 NA 0:19:20:14
The following columns are added for BFD suspension: BFD-LD
and FLAGS
.
Local discriminator (LD) is a unique identifier for all BFD sessions. The value for LD must be a nonzero value. LD is an internal
value that Cisco Technical Assistance Center (TAC) uses for troubleshooting BFD sessions.
A BFD session flag, Sus
, is added for identifying BFD sessions that are suspended.
The following sample output displays the BFD sessions for which the Sus
flag is added to the BFD session:
Device# show sdwan bfd history
DST PUBLIC DST PUBLIC RX TX
SYSTEM IP SITE ID COLOR STATE IP PORT ENCAP TIME PKTS PKTS DEL FLAGS
------------------------------------------------------------------------------------------------------------------------------------------
172.16.255.16 600 lte up 10.0.106.1 12366 ipsec 06/03/22 02:51:06 0 0 0 [ ]
172.16.255.16 600 lte up 10.0.106.1 12366 ipsec 06/03/22 02:52:04 153 154 0 [Sus]
172.16.255.16 600 lte down 10.0.106.1 12366 ipsec 06/03/22 03:00:50 1085 1085 0 [Sus]
The following sample output displays a BFD session summary, including which BFD sessions are up, down, flapped, or that have
been suspended:
Device# show sdwan bfd summary
sessions-total 4
sessions-up 4
sessions-max 4
sessions-flap 4
poll-interval 60000
sessions-up-suspended 1
sessions-down-suspended 0
The following fields are added for BFD session suspension: sessions-flap
, sessions-up-suspended
, and sessions-down-suspended
.