In this lab, we will configure Layer 3 point-to-point links between s1-brdr1
and s2-brdr1
and between s1-brdr2
and s2-brdr2
, create underlay eBGP sessions on these links and EVPN overlay sessions to extend the EVPN domains.
At the end of this lab, POD1
and POD2
will share the same underlay and form a single EVPN domain: all Loopback0
interfaces must be reachable from any leafs.
- Connect first to a border leaf and check the underlay and EVPN BGP sessions:
s1-brdr2#show ip bgp summary BGP summary information for VRF default Router identifier 172.16.0.6, local AS number 65103 Neighbor Status Codes: m - Under maintenance Description Neighbor V AS MsgRcvd MsgSent InQ OutQ Up/Down State PfxRcd PfxAcc s1-spine1_Ethernet8 10.0.0.20 4 65100 22 21 0 0 00:10:33 Estab 7 7 s1-spine2_Ethernet8 10.0.0.22 4 65100 22 19 0 0 00:10:33 Estab 7 7 s1-brdr1 169.254.0.0 4 65103 20 21 0 0 00:10:30 Estab 10 10 s1-brdr2#show bgp evpn summary BGP summary information for VRF default Router identifier 172.16.0.6, local AS number 65103 Neighbor Status Codes: m - Under maintenance Description Neighbor V AS MsgRcvd MsgSent InQ OutQ Up/Down State PfxRcd PfxAcc s1-spine1 172.16.1.1 4 65100 16 16 0 0 00:10:38 Estab 0 0 s1-spine2 172.16.1.2 4 65100 16 16 0 0 00:10:39 Estab 0 0 s1-brdr2#
- Go to
Provisioning
menu and access theStudios
tab. Click on theCreate Workspace
button to create a workspace and give it a meaningful name likeCreate POD1 and POD2 border leafs configuration
. - Click on the
Enterprise Routing
studio, add a network calledDatacenter1-POD1_POD2
, go to the network configuration by clicking on the arrow and assign the devicess1-brdr1
,s1-brdr2
,s2-brdr1
ands2-brdr2
to this network using theAssigned Devices
field on at the top of the screen. - Next to the
Global Underlay Routing
section, modify the following configuration:Underlay Routing
must have the valueBGP
.BGP Peer Group Name
must have the valueIPv4-DCI-PEERS
.
- Go to the
Edge Router Domains
table and add domain namedPOD1
andPOD2
. - Go to
POD1
domain configuration and assign devicess1-brdr1
ands1-brdr2
. - Under
BGP Settings
:- Enable
No BGP Default IPv4 Unicast
- Add the following CLI commands to the
BGP Defaults CLI
table:neighbor IPv4-DCI-PEERS maximum-routes 12000
neighbor IPv4-DCI-PEERS send-community
- Enable
- Go back to the domain configuration and create a BGP Peer Group named
EVPN-DCI-PEERS
. - Under this BGP peer group configuration, modify the following configuration:
Address Family
must have the valueevpn
.Maximum Accepted Routes
must have the value0
.eBGP Multihop TTL
must have the value3
.BFD
must have the valueYes
.Update Source
must have the valueLoopback0
.Next Hop
must have the valueUnchanged
.
- Go back to the domain configuration and navigate to the
s1-brdr1
Edge Router Domain Member configuration to modify the following fields:
- Under
Underlay Interfaces
, addEthernet4
with descriptionP2P_LINK_TO_s2-brdr1_Ethernet4
, Local IPv4 Address10.255.0.0
and Peer ASN65203
. - Under
BGP Peers
, add172.16.2.7
with Peer ASN65203
and Peer GroupEVPN-DCI-PEERS
and Descriptions2-brdr1
.
- Navigate to the
s1-brdr2
Edge Router Domain Member configuration to modify the following fields:
- Under
Underlay Interfaces
, addEthernet5
with descriptionP2P_LINK_TO_s2-brdr2_Ethernet5
, Local IPv4 Address10.255.0.2
and Peer ASN65203
. - Under
BGP Peers
, add172.16.2.8
with Peer ASN65203
and Peer GroupEVPN-DCI-PEERS
and Descriptions2-brdr2
.
- Repeat steps 5 to 8 for
POD2
domain configuration and assigned devicess2-brdr1
ands2-brdr2
to this domain. - Navigate to the
s2-brdr1
Edge Router Domain Member configuration to modify the following fields:
- Under
Underlay Interfaces
, addEthernet4
with descriptionP2P_LINK_TO_s1-brdr1_Ethernet4
, Local IPv4 Address10.255.0.1
and Peer ASN65103
. - Under
BGP Peers
, add172.16.1.7
with Peer ASN65103
and Peer GroupEVPN-DCI-PEERS
and Descriptions1-brdr1
.
- Navigate to the
s2-brdr2
Edge Router Domain Member configuration to modify the following fields:
- Under
Underlay Interfaces
, addEthernet5
with descriptionP2P_LINK_TO_s1-brdr2_Ethernet5
, Local IPv4 Address10.255.0.3
and Peer ASN65103
. - Under
BGP Peers
, add172.16.1.8
with Peer ASN65103
and Peer GroupEVPN-DCI-PEERS
and Descriptions1-brdr2
.
- Click on the
Review Workspace
button on the top right corner. You will be taken to theWorkspace
screen where the inputs will be validated, the configlet generated and the configuration validated by the devices. - Review the configuration changes for each device and click on
Submit Workspace
thenView Change Control
. - You will be taken to the
Change Control
tab in the newly created change control. Review, Approve and Execute the change control. - The border leafs are now configured to extend and EVPN domain services between
POD1
andPOD2
. - Connect again to a border leaf and check the underlay and EVPN BGP sessions to check the new sessions between the border leafs:
s1-brdr2#show ip bgp summary
BGP summary information for VRF default
Router identifier 172.16.1.8, local AS number 65103
Neighbor Status Codes: m - Under maintenance
Description Neighbor V AS MsgRcvd MsgSent InQ OutQ Up/Down State PfxRcd PfxAcc
s1-spine1_Ethernet8 10.0.0.20 4 65100 595 599 0 0 01:30:09 Estab 7 7
s1-spine2_Ethernet8 10.0.0.22 4 65100 592 590 0 0 01:30:09 Estab 7 7
10.255.0.3 4 65203 47 53 0 0 00:31:34 Estab 11 11
s1-brdr1 169.254.0.0 4 65103 591 577 0 0 01:30:09 Estab 21 21
s1-brdr2#show bgp evpn summary
BGP summary information for VRF default
Router identifier 172.16.1.8, local AS number 65103
Neighbor Status Codes: m - Under maintenance
Description Neighbor V AS MsgRcvd MsgSent InQ OutQ Up/Down State PfxRcd PfxAcc
s1-spine1 172.16.1.1 4 65100 561 560 0 0 01:30:14 Estab 0 0
s1-spine2 172.16.1.2 4 65100 560 560 0 0 01:30:13 Estab 0 0
172.16.2.8 4 65203 61 61 0 0 00:21:22 Estab 0 0