Figure 44 shows the topology used in this example.
•
|
The six PEs shown in the Figure 44 are running IS-IS for the global routing table with the four core PEs interconnected using IS-IS Level-2 point-to-point interfaces and each overlay network is using IS-IS Level-1 point-to-point interfaces.
|
A:PE-71>config>router>bgp# info
----------------------------------------------
vpn-apply-import
vpn-apply-export
min-route-advertisement 1
enable-peer-tracking
rapid-withdrawal
rapid-update evpn
group "DC"
family evpn
type internal
neighbor 192.0.2.69
exit
neighbor 192.0.2.72
exit
exit
no shutdown
----------------------------------------------
A:PE-69>config>router>bgp# info
----------------------------------------------
vpn-apply-import
vpn-apply-export
min-route-advertisement 1
enable-peer-tracking
rapid-withdrawal
rapid-update l2-vpn evpn
group "DC"
family l2-vpn evpn
type internal
neighbor 192.0.2.71
exit
neighbor 192.0.2.72
exit
exit
group "WAN"
family l2-vpn
type internal
neighbor 192.0.2.70
exit
neighbor 192.0.2.73
exit
exit
no shutdown
----------------------------------------------
A:PE-72>config>router>bgp# info
----------------------------------------------
vpn-apply-import
vpn-apply-export
min-route-advertisement 1
enable-peer-tracking
rapid-withdrawal
rapid-update l2-vpn evpn
group "DC"
family l2-vpn evpn
type internal
neighbor 192.0.2.69
exit
neighbor 192.0.2.71
exit
exit
group "WAN"
family l2-vpn
type internal
neighbor 192.0.2.70
exit
neighbor 192.0.2.73
exit
exit
no shutdown
----------------------------------------------
Figure 45 shows the BGP peering sessions among the PEs and the enabled BGP families. Note that, for instance, PE-71 will only establish an EVPN peering session with its peers (only the EVPN family is enabled on PE-71), even though PE-69 and PE-72 have EVPN and L2-VPN families configured.
A:PE-71>config>service>vpls# info
----------------------------------------------
vxlan vni 1 create
exit
bgp
route-distinguisher 192.0.2.71:1
route-target export target:64500:12 import target:64500:12
exit
bgp-evpn
vxlan
no shutdown
exit
exit
stp
shutdown
exit
sap 1/1/1:1 create
exit
no shutdown
----------------------------------------------
EVPN-VXLAN is enabled by the configuration of a valid VXLAN Network Identifier (VNI) and the bgp-evpn>vxlan>no shutdown command. These two commands, along with the required bgp route-distinguisher (RD) and route-target (RT) information, are the minimum mandatory attributes:
•
|
The bgp-evpn>vxlan>no shutdown command enables the use of EVPN for VXLAN. It requires the previous configuration of the VNI, RD and RT. As soon as this command is executed, EVPN will advertise an inclusive multicast route to all of the BGP EVPN peers (regardless of the existing SAP/SDP-binding operational status). The exchange of inclusive multicast routes allows the establishment of the VXLAN bindings among the PEs.
|
*A:PE-71# show service id 1 vxlan
===============================================================================
VPLS VXLAN, Ingress VXLAN Network Id: 1
===============================================================================
Egress VTEP, VNI
===============================================================================
VTEP Address Egress VNI Num. MACs In Mcast List? Oper State
-------------------------------------------------------------------------------
192.0.2.69 1 1 Yes Up
192.0.2.72 1 1 Yes Up
-------------------------------------------------------------------------------
Number of Egress VTEP, VNI : 2
-------------------------------------------------------------------------------
===============================================================================
*A:PE-71# show service vxlan
===============================================================================
VXLAN Tunnel Endpoints (VTEPs)
===============================================================================
VTEP Address Number of Egress VNIs Oper State
-------------------------------------------------------------------------------
192.0.2.69 2 Up
192.0.2.72 2 Up
-------------------------------------------------------------------------------
Number of VTEPs: 2
-------------------------------------------------------------------------------
===============================================================================
•
|
The In Mcast List? = Yes entry is set when the proper inclusive multicast route is received from the remote VTEP. If the entry is No, the VXLAN binding will not be use to flood BUM (Broadcast, Unknown unicast, Multicast) packets.
|
•
|
The Oper State is based on the existence of the VTEP in the global routing table.
|
A:PE-69>config>service>vpls# info
----------------------------------------------
vxlan vni 1 create
exit
bgp
route-distinguisher 192.0.2.69:1
vsi-export "vsi-policy-1"
vsi-import "vsi-policy-1"
pw-template-binding 1 split-horizon-group "CORE"
exit
exit
bgp-ad
vpls-id 64500:1
no shutdown
exit
bgp-evpn
unknown-mac-route
vxlan
no shutdown
exit
exit
stp
shutdown
exit
site "site-1" create
site-id 1
split-horizon-group CORE
no shutdown
exit
no shutdown
----------------------------------------------
A:PE-72>config>service>vpls# info
----------------------------------------------
vxlan vni 1 create
exit
bgp
route-distinguisher 192.0.2.72:1
vsi-export "vsi-policy-1"
vsi-import "vsi-policy-1"
pw-template-binding 1 split-horizon-group "CORE"
exit
exit
bgp-ad
vpls-id 64500:1
no shutdown
exit
bgp-evpn
unknown-mac-route
vxlan
no shutdown
exit
exit
proxy-arp
no age-time
no send-refresh
no shutdown
exit
stp
shutdown
exit
site "site-1" create
site-id 1
split-horizon-group CORE
no shutdown
exit
sap 1/1/1:1 create
exit
no shutdown
----------------------------------------------
In addition to the VNI and bgp-evpn>vxlan>no shutdown commands for enabling EVPN-VXLAN in VPLS 1, PE-69 and PE-72 require the configuration of BGP-AD for the discovery and establishment of FEC129 spoke SDPs to the remote PEs in the core, as well as BGP-MH for redundancy. As outlined in
Figure 44, there are two BGP-MH sites defined in the network: site-1 is used on PE-69/PE-72 and site-2 is used on PE-70/PE-73. Only one of the two gateway PEs in each Overlay-Network will be the Designated Forwarder (DF) for VPLS 1, and only the DF will send/receive traffic for VPLS 1 in the Overlay-Network. The following considerations must be taken into account when configuring the connectivity of EVPN-VXLAN services to regular VPLS objects:
A:PE-69>config>router>policy-options# info
----------------------------------------------
community "RT-DC-1" members "target:64500:12"
community "RT-WAN-1" members "target:64500:11"
policy-statement "vsi-policy-1"
entry 10 # to import all the evpn routes with RT-DC-1
from
community "RT-DC-1"
family evpn
exit
action accept
exit
exit
entry 20 # to import all the bgp-ad/mh routes from the WAN
from
community "RT-WAN-1"
family l2-vpn
exit
action accept
exit
exit
entry 30 # to export all the evpn routes with RT-DC-1
from
family evpn
exit
action accept
community add "RT-DC-1"
exit
exit
entry 40 # to export all the bgp-ad/mh routes with RT-WAN-1
from
family l2-vpn
exit
action accept
community add "RT-WAN-1"
exit
exit
default-action reject
exit
----------------------------------------------
A:PE-69# show service id 1 base
===============================================================================
Service Basic Information
===============================================================================
Service Id : 1 Vpn Id : 0
Service Type : VPLS
Name : (Not Specified)
Description : (Not Specified)
Customer Id : 1 Creation Origin : manual
Last Status Change: 07/17/2014 00:03:52
Last Mgmt Change : 07/17/2014 19:02:39
Etree Mode : Disabled
Admin State : Up Oper State : Up
MTU : 1514 Def. Mesh VC Id : 1
...
-------------------------------------------------------------------------------
Service Access & Destination Points
-------------------------------------------------------------------------------
Identifier Type AdmMTU OprMTU Adm Opr
-------------------------------------------------------------------------------
sdp:17405:4294967290 SB(192.0.2.73) BgpAd 0 8974 Up Up
sdp:17406:4294967292 SB(192.0.2.72) BgpAd 0 8974 Up Down
sdp:17407:4294967294 SB(192.0.2.70) BgpAd 0 8974 Up Up
===============================================================================
A:PE-69# show service id 1 all | match Flag
Flags : None
Flags : EvpnRouteConflict
Flags : None
A:PE-69# show service id 1 vxlan
===============================================================================
VPLS VXLAN, Ingress VXLAN Network Id: 1
===============================================================================
Egress VTEP, VNI
===============================================================================
VTEP Address Egress VNI Num. MACs In Mcast List? Oper State
-------------------------------------------------------------------------------
192.0.2.71 1 0 Yes Up
192.0.2.72 1 0 Yes Up
-------------------------------------------------------------------------------
Number of Egress VTEP, VNI : 2
-------------------------------------------------------------------------------
===============================================================================
A:PE-72# show service id 1 base
===============================================================================
Service Basic Information
===============================================================================
Service Id : 1 Vpn Id : 0
Service Type : VPLS
Name : (Not Specified)
Description : (Not Specified)
Customer Id : 1 Creation Origin : manual
Last Status Change: 07/17/2014 00:03:42
Last Mgmt Change : 07/17/2014 19:02:50
Etree Mode : Disabled
Admin State : Up Oper State : Up
MTU : 1514 Def. Mesh VC Id : 1
SAP Count : 1 SDP Bind Count : 3
...
-------------------------------------------------------------------------------
Service Access & Destination Points
-------------------------------------------------------------------------------
Identifier Type AdmMTU OprMTU Adm Opr
-------------------------------------------------------------------------------
sap:1/1/1:1 q-tag 1518 1518 Up Up
sdp:17405:4294967290 SB(192.0.2.73) BgpAd 0 8974 Up Down
sdp:17406:4294967292 SB(192.0.2.69) BgpAd 0 8974 Up Down
sdp:17407:4294967294 SB(192.0.2.70) BgpAd 0 8974 Up Down
===============================================================================
A:PE-72# show service id 1 all | match Flag
Flags : StandbyForMHProtocol
Flags : StandbyForMHProtocol
Flags : StandbyForMHProtocol
Flags : None
33 2014/07/17 22:06:08.48 UTC MINOR: DEBUG #2001 Base Peer 1: 192.0.2.72
"Peer 1: 192.0.2.72: UPDATE
Peer 1: 192.0.2.72 - Received BGP UPDATE:
Withdrawn Length = 0
Total Path Attr Length = 88
Flag: 0x90 Type: 14 Len: 44 Multiprotocol Reachable NLRI:
Address Family EVPN
NextHop len 4 NextHop 192.0.2.72
Type: EVPN-MAC Len: 33 RD: 192.0.2.72:1 ESI: 0:0:0:0:0:0:0:0:0:0, tag: 1
, mac len: 48 mac: 00:ca:fe:ca:fe:02, IP len: 0, IP: NULL, label: 0
Flag: 0x40 Type: 1 Len: 1 Origin: 0
Flag: 0x40 Type: 2 Len: 0 AS Path:
Flag: 0x80 Type: 4 Len: 4 MED: 0
Flag: 0x40 Type: 5 Len: 4 Local Preference: 100
Flag: 0xc0 Type: 16 Len: 16 Extended Community:
target:64500:12
bgp-tunnel-encap:VXLAN
"
*A:PE-71# show service id 1 fdb detail
===============================================================================
Forwarding Database, Service 1
===============================================================================
ServId MAC Source-Identifier Type Last Change
Age
-------------------------------------------------------------------------------
1 00:ca:fe:ca:fe:01 sap:1/1/1:1 L/0 07/17/14 22:06:08
1 00:ca:fe:ca:fe:02 vxlan: Evpn 07/17/14 22:06:08
192.0.2.72:1
-------------------------------------------------------------------------------
No. of MAC Entries: 2
-------------------------------------------------------------------------------
Legend: L=Learned O=Oam P=Protected-MAC C=Conditional S=Static
===============================================================================
*A:PE-71#
*A:PE-69>config>service>vpls# bgp-evpn unknown-mac-route
*A:PE-69>config>service>vpls#
27 2014/07/17 22:15:54.94 UTC MINOR: DEBUG #2001 Base Peer 1: 192.0.2.71
"Peer 1: 192.0.2.71: UPDATE
Peer 1: 192.0.2.71 - Send BGP UPDATE:
Withdrawn Length = 0
Total Path Attr Length = 88
Flag: 0x90 Type: 14 Len: 44 Multiprotocol Reachable NLRI:
Address Family EVPN
NextHop len 4 NextHop 192.0.2.69
Type: EVPN-MAC Len: 33 RD: 192.0.2.69:1 ESI: 0:0:0:0:0:0:0:0:0:0, tag: 1
, mac len: 48 mac: 00:00:00:00:00:00, IP len: 0, IP: NULL, label: 0
Flag: 0x40 Type: 1 Len: 1 Origin: 0
Flag: 0x40 Type: 2 Len: 0 AS Path:
Flag: 0x80 Type: 4 Len: 4 MED: 0
Flag: 0x40 Type: 5 Len: 4 Local Preference: 100
Flag: 0xc0 Type: 16 Len: 16 Extended Community:
target:64500:12
bgp-tunnel-encap:VXLAN
"
...
*A:PE-72>config>service>vpls>bgp-evpn# info
----------------------------------------------
unknown-mac-route
no mac-advertisement
vxlan
no shutdown
exit
----------------------------------------------
In Figure 44, VPLS 1 in PE-69/PE-72 is configured with a BGP-MH site that controls which of the two PEs forwards the traffic to the remote PEs (in this case PE-69 is the DF and the gateway responsible for forwarding packets to the remote PEs).
→
|
An oper-group control-vpls-1 is created and associated to the pw-template-binding 1 in VPLS 1.
|
*A:PE-69>config>service# info
----------------------------------------------
customer 1 create
description "Default customer"
exit
pw-template 1 create
exit
oper-group "control-vpls-1" create
exit
vpls 1 customer 1 create
description "control-VPLS"
vxlan vni 1 create
exit
bgp
route-distinguisher 192.0.2.69:1
vsi-export "vsi-policy-1"
vsi-import "vsi-policy-1"
pw-template-binding 1 split-horizon-group "CORE"
oper-group "control-vpls-1"
exit
exit
bgp-ad
vpls-id 64500:1
no shutdown
exit
bgp-evpn
unknown-mac-route
vxlan
no shutdown
exit
exit
stp
shutdown
exit
site "site-1" create
site-id 1
split-horizon-group CORE
no shutdown
exit
no shutdown
exit
vpls 2 customer 1 create
description "data-VPLS"
vxlan vni 2 create
exit
bgp
route-distinguisher 192.0.2.69:2
vsi-export "vsi-policy-2"
vsi-import "vsi-policy-2"
pw-template-binding 1
monitor-oper-group "control-vpls-1"
exit
exit
bgp-ad
vpls-id 64500:2
no shutdown
exit
bgp-evpn
unknown-mac-route
vxlan
no shutdown
exit
exit
stp
shutdown
exit
no shutdown
exit
----------------------------------------------
EVPN-VXLAN services support proxy-ARP functionality that is enabled by the proxy-arp [no] shutdown command. The default value is shutdown. When proxy-arp is enabled:
*A:PE-72>config>service>vpls# info
----------------------------------------------
vxlan vni 1 create
exit
bgp
route-distinguisher 192.0.2.72:1
vsi-export "vsi-policy-1"
vsi-import "vsi-policy-1"
pw-template-binding 1 split-horizon-group "CORE"
oper-group "control-vpls-1"
exit
exit
bgp-ad
vpls-id 64500:1
no shutdown
exit
bgp-evpn
unknown-mac-route
vxlan
no shutdown
exit
exit
proxy-arp
no shutdown
exit
...
27 2014/07/17 23:15:54.85 UTC MINOR: DEBUG #2001 Base Peer 1: 192.0.2.71
"Peer 1: 192.0.2.71: UPDATE
Peer 1: 192.0.2.71 - Received BGP UPDATE:
Withdrawn Length = 0
Total Path Attr Length = 92
Flag: 0x90 Type: 14 Len: 48 Multiprotocol Reachable NLRI:
Address Family EVPN
NextHop len 4 NextHop 192.0.2.71
Type: EVPN-MAC Len: 37 RD: 192.0.2.71:1 ESI: 0:0:0:0:0:0:0:0:0:0, tag: 1
, mac len: 48 mac: 00:ca:fe:ca:fe:01, IP len: 4, IP: 172.16.0.1, label: 0
Flag: 0x40 Type: 1 Len: 1 Origin: 0
Flag: 0x40 Type: 2 Len: 0 AS Path:
Flag: 0x80 Type: 4 Len: 4 MED: 0
Flag: 0x40 Type: 5 Len: 4 Local Preference: 100
Flag: 0xc0 Type: 16 Len: 16 Extended Community:
target:64500:12
bgp-tunnel-encap:VXLAN
"
*A:PE-72# show service id 1 proxy-arp
-------------------------------------------------------------------------------
VPLS Proxy Arp Table
-------------------------------------------------------------------------------
IP Address Mac Address
-------------------------------------------------------------------------------
172.16.0.1 00:ca:fe:ca:fe:01
-------------------------------------------------------------------------------
Number of entries : 1
-------------------------------------------------------------------------------
===============================================================================
*A:PE-72#
*A:PE-71>config>service>vpls>bgp-evpn# info detail
----------------------------------------------
no unknown-mac-route
mac-advertisement
no ip-route-advertisement
mac-duplication
detect num-moves 5 window 3
retry 9
exit
vxlan
no shutdown
exit
----------------------------------------------
•
|
num-moves — Identifies the number of MAC moves in a VPLS service. The counter is incremented when a given MAC is locally relearned in the FDB or flushed from the FDB due to the reception of a better remote EVPN route for that MAC. When the threshold is reached for a given MAC, this MAC is put in hold-down state (this ‘hold-down’ state is described below). Range: <3..10>. Default value: 5.
|
•
|
window — Identifies the timer within which a MAC is considered duplicate if it reaches the configured num-moves. Range: <1..15> minutes. Default value: 3 minutes.
|
•
|
Retry — The timer after which the MAC in hold-down state is automatically flushed and the mac-duplication process starts again. This value is expected to be equal to two times or more than the window. If no retry is configured, this implies that, once mac-duplication is detected, MAC updates for that MAC will be held down until the user intervenes or a network event (that flushes the MAC) occurs. Range: <2..60> minutes. Default value: 9 minutes.
|
41 2014/07/17 23:50:45.83 UTC MINOR: DEBUG #2001 Base Peer 1: 192.0.2.71
"Peer 1: 192.0.2.71: UPDATE
Peer 1: 192.0.2.71 - Send BGP UPDATE:
Withdrawn Length = 0
Total Path Attr Length = 96
Flag: 0x90 Type: 14 Len: 44 Multiprotocol Reachable NLRI:
Address Family EVPN
NextHop len 4 NextHop 192.0.2.72
Type: EVPN-MAC Len: 33 RD: 192.0.2.72:1 ESI: 0:0:0:0:0:0:0:0:0:0, tag: 1
, mac len: 48 mac: 00:ca:fe:ca:fe:01, IP len: 0, IP: NULL, label: 0
Flag: 0x40 Type: 1 Len: 1 Origin: 0
Flag: 0x40 Type: 2 Len: 0 AS Path:
Flag: 0x80 Type: 4 Len: 4 MED: 0
Flag: 0x40 Type: 5 Len: 4 Local Preference: 100
Flag: 0xc0 Type: 16 Len: 24 Extended Community:
target:64500:12
bgp-tunnel-encap:VXLAN
mac-mobility:Seq:4
"
2 2014/07/17 23:50:46.62 UTC MINOR: SVCMGR #2331 Base
"VPLS Service 1 has MAC(s) detected as duplicates by EVPN mac-duplication detect
ion."
*A:PE-72# show service id 1 bgp-evpn
===============================================================================
BGP EVPN Table
===============================================================================
MAC Advertisement : Enabled Unknown MAC Route : Enabled
VXLAN Admin Status : Enabled Creation Origin : manual
MAC Dup Detn Moves : 5 MAC Dup Detn Window: 3
MAC Dup Detn Retry : 9 Number of Dup MACs : 1
IP Route Advertise*: Disabled
-------------------------------------------------------------------------------
Detected Duplicate MAC Addresses Time Detected
-------------------------------------------------------------------------------
00:ca:fe:ca:fe:01 07/17/2014 23:50:47
-------------------------------------------------------------------------------
===============================================================================
* indicates that the corresponding row element may have been truncated.
•
|
The retry <in_minutes> timer expires, which flushes the MAC and restart the process.
|
*A:PE-72#
3 2014/07/17 23:56:21.71 UTC MINOR: SVCMGR #2332 Base
"VPLS Service 1 no longer has MAC(s) detected as duplicates by EVPN mac-duplicat
ion detection."
*A:PE-71>config>service>vpls# info
----------------------------------------------
vxlan vni 1 create
exit
bgp
route-distinguisher 192.0.2.71:1
route-target export target:64500:12 import target:64500:12
exit
bgp-evpn
vxlan
no shutdown
exit
exit
proxy-arp
no shutdown
exit
sap 1/1/1:1 create
exit
static-mac
mac 00:ca:fe:ca:fe:05 create sap 1/1/1:1 monitor fwd-status
exit
no shutdown
----------------------------------------------
# advertising PE
*A:PE-71>config>service>vpls# show service id 1 fdb detail
===============================================================================
Forwarding Database, Service 1
===============================================================================
ServId MAC Source-Identifier Type Last Change
Age
-------------------------------------------------------------------------------
1 00:ca:fe:ca:fe:05 sap:1/1/1:1 CStatic 07/18/14 00:29:34
-------------------------------------------------------------------------------
No. of MAC Entries: 1
-------------------------------------------------------------------------------
Legend: L=Learned O=Oam P=Protected-MAC C=Conditional S=Static
===============================================================================
# receiving PE
*A:PE-72# show service id 1 fdb detail
===============================================================================
Forwarding Database, Service 1
===============================================================================
ServId MAC Source-Identifier Type Last Change
Age
-------------------------------------------------------------------------------
1 00:ca:fe:ca:fe:05 vxlan: EvpnS 07/18/14 00:29:35
192.0.2.71:1
-------------------------------------------------------------------------------
No. of MAC Entries: 1
-------------------------------------------------------------------------------
Legend: L=Learned O=Oam P=Protected-MAC C=Conditional S=Static
===============================================================================
*A:PE-72# show router bgp routes evpn mac mac-address 00:ca:fe:ca:fe:05 hunt
===============================================================================
BGP Router ID:192.0.2.72 AS:64500 Local AS:64500
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP EVPN Mac Routes
===============================================================================
-------------------------------------------------------------------------------
RIB In Entries
-------------------------------------------------------------------------------
Network : N/A
Nexthop : 192.0.2.71
From : 192.0.2.71
Res. Nexthop : N/A
Local Pref. : 100 Interface Name : NotAvailable
Aggregator AS : None Aggregator : None
Atomic Aggr. : Not Atomic MED : 0
AIGP Metric : None
Connector : None
Community : target:64500:12 bgp-tunnel-encap:VXLAN
mac-mobility:Seq:0/Static
Cluster : No Cluster Members
Originator Id : None Peer Router Id : 192.0.2.71
Flags : Used Valid Best IGP
Route Source : Internal
AS-Path : No As-Path
EVPN type : MAC
ESI : 0:0:0:0:0:0:0:0:0:0 Tag : 1
IP Address : N/A Route Dist. : 192.0.2.71:1
Mac Address : 00:ca:fe:ca:fe:05
MPLS Label1 : 0 MPLS Label2 : N/A
Route Tag : 0
Neighbor-AS : N/A
Orig Validation: N/A
Source Class : 0 Dest Class : 0
-------------------------------------------------------------------------------
RIB Out Entries
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Routes : 1
===============================================================================
*A:PE-72#
*A:PE-72#
4 2014/07/18 00:33:49.05 UTC MINOR: SVCMGR #2208 Base Slot 1
"Protected MAC 00:ca:fe:ca:fe:05 received on SAP 1/1/1:1 in service 1. "
In addition to the previously mentioned show service id vxlan, show service id bgp-evpn and show service id fdb detail commands, the following commands provide valuable information when troubleshooting an EVPN-VXLAN VPLS service.
The show router bgp routes evpn command supports filtering by route type as well as many other route fields.
*A:PE-72# show router bgp routes evpn
- evpn <evpn-type>
inclusive-mcast - Display BGP EVPN Inclusive-Mcast Routes
ip-prefix - Display BGP EVPN IP-Prefix Routes
mac - Display BGP EVPN Mac Routes
*A:PE-72# show router bgp routes evpn mac
{hunt|detail}
hunt detail
rd <rd>
next-hop <ip-address>
mac-address <mac-address>
community <comm-id>
tag <vni-id>
*A:PE-72# show router bgp routes evpn mac tag 1
===============================================================================
BGP Router ID:192.0.2.72 AS:64500 Local AS:64500
===============================================================================
Legend -
Status codes : u - used, s - suppressed, h - history, d - decayed, * - valid
Origin codes : i - IGP, e - EGP, ? - incomplete, > - best, b - backup
===============================================================================
BGP EVPN Mac Routes
===============================================================================
Flag Route Dist. ESI Tag MacAddr
NextHop IpAddr
Mac Mobility
-------------------------------------------------------------------------------
u*>i 192.0.2.69:1 0:0:0:0:0:0:0:0:0:0 1 00:00:00:00:00:00
192.0.2.69 N/A
Seq:0
u*>i 192.0.2.71:1 0:0:0:0:0:0:0:0:0:0 1 00:ca:fe:ca:fe:05
192.0.2.71 N/A
Static
-------------------------------------------------------------------------------
Routes : 2
===============================================================================
The tools dump service id vxlan displays the number of times a service could not add a VXLAN binding or <VTEP, Egress VNI> due to the following limits:
Tools dump service vxlan usage displays the consumed VXLAN resources in the system, whereas
tools dump service vxlan dup-vtep-egrvni displays the (egress VTEP, egress VNI) bindings that have been detected as duplicate attempts, in other words, an attempt to add the same binding to more than one service:
*A:PE-72# tools dump service id 1 vxlan
VTEP, Egress VNI Failure statistics at 001 01:06:55.950:
statistics last cleared at 000 00:00:00.000:
Failures: None
*A:PE-72# tools dump service vxlan usage
VXLAN usage statistics at 001 01:07:59.790:
VTEP : 2/8191
VTEP, Egress VNI : 4/131071
Sdp Bind + VTEP, Egress VNI : 10/196607
RVPLS Egress VNI : 0/40959
*A:PE-72# tools dump service vxlan dup-vtep-egrvni
Duplicate VTEP, Egress VNI usage attempts at 001 01:08:04.080:
1. 192.0.2.71:100