Posts

Showing posts with the label MPLS

L2VPN EVPN VXLAN border leaf handoff with MPLS L3VPN peer

Image
TOPOLOGY REQUIREMENT  Reachability between L2VPN EVPN host 172.21.128.31 and L3VPN host 10.141.129.22.  CONFIGURATION ========  9500-2 ======== ip multicast-routing ip multicast-routing vrf EXPERIMENTAL vlan 930  ip pim rp-address 172.21.129.38 vrf definition EXPERIMENTAL  rd 172.21.128.30:111  route-target export 64512:1110  route-target import 64512:1110  !  address-family ipv4   route-target export 64512:1110 stitching   route-target import 64512:1110 stitching interface Loopback0  description device loopback  vrf forwarding EXPERIMENTAL  ip address 172.21.128.30 255.255.255.255 interface Loopback1  ip address 100.1.1.2 255.255.255.255  ip ospf 1 area 0 interface Loopback2  description VTEP Loopback  ip address 172.21.134.1 255.255.255.255  ip pim sparse-mode  ip ospf 10 area 0   l2vpn evpn  replication-type ingress  router-id Loopback2 interface nve1  no ip ad...