Module 4: Configure NVE Interface on VTEPs
In this module, you will configure the shared vPC VTEP address between the Leaf switches and configure the NVE interface with the VNI associations.
-
Configure the shared VTEP address between the vPC Peers.
Note: Pay attention to the use of the secondary keyword, otherwise you will overwrite your loopback1’s pre-configured primary IP address.
POD-0-Leaf-:
#Config Block 1
conf
interface loopback1
ip address 0.0.0.56/32 secondary
end
-
Configure the Network Virtualization Endpoint (NVE) tunnel interface.
POD-0-Leaf-:
#Config Block 2
conf
interface nve 1
source-interface loopback1
host-reachability protocol bgp
member vni 10011
mcast-group 239.0.0.1
suppress-arp
member vni 10012
mcast-group 239.0.0.2
suppress-arp
member vni 20021
mcast-group 239.0.0.3
suppress-arp
member vni 20022
mcast-group 239.0.0.4
suppress-arp
member vni 10010 associate-vrf
member vni 20020 associate-vrf
no shut
end