show bgp evpn routes no-best

Displays information for BGP EVPN routes that were selected as not best routes.

Syntax

show bgp evpn routes no-best
show bgp evpn routes no-best [ type { auto-discovery | ethernet-segment | inclusive-multicast | ipv4-prefix | ipv6-prefix | mac | igmp-join-sync | igmp-leave-sync} ]

Parameters

type
Specifies the type of route.
auto-discovery
Specifies automatically discovered routes.
ethernet-segment
Specifies Ethernet Segments (ES) routes.
inclusive-multicast
Specifies inclusive multicast routes.
ipv4-prefix
Specifies IPv4 prefix routes.
ipv6-prefix
Specifies IPv6 prefix routes.
mac
Specifies MAC routes.
igmp-join-sync
Specifies Join Sync routes.
igmp-leave-sync
Specifies Leave Sync routes.

Modes

Privileged EXEC mode

Examples

The following example shows output for the show bgp evpn routes no-best command.

device# show bgp evpn routes no-best

Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST C:CONFED_EBGP D:DAMPED
       E:EBGP H:HISTORY I:IBGP L:LOCAL M:MULTIPATH m:NOT-INSTALLED-MULTIPATH
       S:SUPPRESSED F:FILTERED s:STALE
       Prefix             Next Hop        MED        LocPrf     Weight Status
1      IMR:[0][IPv4:57.0.0.57]
                          57.0.0.57        0         100        0      I
         AS_PATH: 65009 65002 65006
         L2_vni: 22
2      ARP:[0][0000.abba.baba]:[IPv4:2.22.1.254]
                          57.0.0.57        0         100        0      I
         AS_PATH: 65009 65002 65006
            L2_vni: 22 L3_vni: 0
         ESI : 00.000000000000000000
3      ND:[0][0000.abba.abba]:[IPv6:2:22:1::254]
                          57.0.0.57        0         100        0      I
         AS_PATH: 65009 65002 65006
            L2_vni: 22 L3_vni: 0
         ESI : 00.000000000000000000
4      ND:[0][0027.f8ca.76ba]:[IPv6:fe80::227:f8ff:feca:76ba]
                          57.0.0.57        0         100        0      I
         AS_PATH: 65009 65002 65006
            L2_vni: 22 L3_vni: 0
         ESI : 00.000000000000000000
5      MAC:[0][0000.abba.abba]
                          57.0.0.57        0         100        0      I
         AS_PATH: 65009 65002 65006
         L2_vni: 22
         ESI : 00.000000000000000000
6      MAC:[0][0000.abba.baba]
                          57.0.0.57        0         100        0      I
         AS_PATH: 65009 65002 65006
         L2_vni: 22
         ESI : 00.000000000000000000
…