IOS-XR: L2VPN BVI VRRP Bundle-Ethernet configuration to ACI Fabric

Home » Blog » Configuration Template » Cisco » IOS-XR: L2VPN BVI VRRP Bundle-Ethernet configuration to ACI Fabric

IOS-XR: L2VPN BVI VRRP Bundle-Ethernet configuration to ACI Fabric

12.02 2024 | by massimiliano

Esempio di architettura reale: ASR9K-R02 configuration interface BVI77 description transit-ACI vrf PIPPO ipv4 address 10.10.1.10 255.255.255.248 ! l2vpn bridge-group ACI […]



Esempio di architettura reale:

ASR9K-R02 configuration

interface BVI77

description transit-ACI

vrf PIPPO

ipv4 address 10.10.1.10 255.255.255.248

!

l2vpn

bridge-group ACI

bridge-domain DMZ-PIPPO

interface Bundle-Ethernet 77.77

routed interface BVI77

!

interface bundle-ethernet 77

description Transit-VL77-DMZPIPPO-ACI-BL101/102

interface bundle-ethernet 77.77 l2transport

encapsulation dot1q 77

!

interfce gi0/0/1/0

bundle id 77 mode active

negotiation auto

interface gi0/0/1/1

bundle id 77 mode active

negotiation auto

!

router vrrp

interface bvi77

address-family ipv4

vrrp 77

preempt delay 10

priority 200

address 10.10.1.9

!

ASR9K-R03 configuration

interface BVI77

description transit-ACI

vrf PIPPO

ipv4 address 10.10.1.11 255.255.255.248

!

l2vpn

bridge-group ACI

bridge-domain DMZ-PIPPO

interface Bundle-Ethernet 77.77

routed interface BVI77

!

interface bundle-ethernet 77

description Transit-VL77-DMZPIPPO-BL101/102

interface bundle-ethernet 77.77 l2transport

encapsulation dot1q 77

!

interfce gi0/0/1/0

bundle id 77 mode active

negotiation auto

interface gi0/0/1/1

bundle id 77 mode active

negotiation auto

!

router vrrp

interface bvi77

address-family ipv4

vrrp 77

address 10.10.1.9

!

Torna in alto