VXLAN Journey - Part 02 - What is VXLAN and how it works (Cisco Nexus Switch) - Basic control plane learning
|
Device |
Interface |
IP Address |
Mac Adress |
Vlan/VNI |
Description |
|
Leaf-Sw-01 |
loopback0 |
10.81.0.1/32 |
|
|
Underlay routing
loopback |
|
Leaf-Sw-01 |
eth1/1 |
unnumbered loopback0 |
|
|
Underlay layer-3
interface |
|
Leaf-Sw-01 |
eth1/2 |
unnumbered loopback0 |
|
|
Underlay layer-3
interface |
|
Leaf-Sw-01 |
loopback1 |
10.81.1.1/32 |
|
|
Overlay vtep
loopback |
|
Leaf-Sw-01 |
eth1/15 |
|
|
101/100101 |
Connection to Pc-01 |
|
Leaf-Sw-02 |
loopback0 |
10.81.0.2/32 |
|
|
Underlay routing
loopback |
|
Leaf-Sw-02 |
eth1/1 |
unnumbered loopback0 |
|
|
Underlay layer-3
interface |
|
Leaf-Sw-02 |
eth1/2 |
unnumbered loopback0 |
|
|
Underlay layer-3
interface |
|
Leaf-Sw-02 |
loopback1 |
10.81.1.2/32 |
|
|
Overlay vtep
loopback |
|
Leaf-Sw-02 |
eth1/15 |
|
|
101/100101 |
Connection to Pc-01 |
|
Pc-01 |
eth0 |
10.85.101.11/24 |
50:c0:6a:00:04:00 |
|
Pc-01 |
|
Pc-02 |
eth0 |
10.85.101.12/24 |
50:77:ae:00:05:00 |
|
Pc-01 |
- OSPF is enabled on global/default vrf and used for underlay routing (ECMP for loopback1 - nve interface). BGP-EVPN is enabled on global/default vrf and used for overlay routing (reachability for remote mac-addresses - end-hosts connected with another switch and BUM traffic forwarding between those end-hosts).
- BGP EVPN neighborship is established over loopback0. All the BGP routing updates will be send/received using loopback0.
- Loopback1 is dedicated for NVE interface only to create VXLAN tunnels (encapsulation and decapsulation of VXLAN packets). No BGP related configuration will be done using loopback1.
- BGP next-hop for all the EVPN routes will be loopback1 even though we have established EVPN neighborship over loopback0.



Comments
Post a Comment