L2vpn bridge-domain bridge-group and bundle-interface on ASR9K

Home » Blog » Switching » L2 config » L2vpn bridge-domain bridge-group and bundle-interface on ASR9K

L2vpn bridge-domain bridge-group and bundle-interface on ASR9K

13.12 2019 | by massimiliano

Configurazione CISCO ASR9K per L2VPN bridge group, bridge domain and L2 transport bundle-ethernet interface in un ambiente Data Centers:   […]


https://www.ingegnerianetworking.com/wp-content/uploads/2019/12/brid-domain-asr9k-8f8.png

Configurazione CISCO ASR9K per L2VPN bridge group, bridge domain and L2 transport bundle-ethernet interface in un ambiente Data Centers:

 

brid domain asr9k

 

CONFIG INTERFACE:

 

interface TenGigE0/2/0/10

 description description “to MX960 external router”

 bundle id 1 mode active

 cdp

!

interface TenGigE1/2/0/11

 description description “to MX960 external router”

 bundle id 1 mode active

 cdp

!

interface TenGigE0/2/0/2

 description description “to FW security”

 bundle id 2 mode active

 cdp

!

interface TenGigE1/2/0/3

 description description “to FW security”

 bundle id 2 mode active

 cdp

!

interface TenGigE0/0/1/3

 description description “to Access Switch”

 bundle id 3 mode active

 cdp

!

interface TenGigE1/0/1/4

 description description “to Access Switch”

 bundle id 3 mode active

 cdp

!

interface TenGigE0/1/0/1

 description description “to BAL Farm”

 bundle id 4 mode active

 cdp

!

interface TenGigE1/1/0/2

 description description “to BAL Farm”

 bundle id 4 mode active

 cdp

!

 

 

CONFIG BUNDLE:

 

interface Bundle-Ether1.x l2transport

 description MX960_to_BRIDGE_DOMAIN-VLAN-X

 encapsulation dot1q x

!

interface Bundle-Ether2.x l2transport

 description FW_to_BRIDGE_DOMAIN-VLAN-X

 encapsulation dot1q x

!

interface Bundle-Ether2.y l2transport

 description FW_to_BRIDGE_DOMAIN-VLAN-Y

 encapsulation dot1q y

!

interface Bundle-Ether4.y l2transport

 description BAL_to_BRIDGE_DOMAIN-VLAN-Y

 encapsulation dot1q y

!

interface Bundle-Ether3.w l2transport

 description ACCESS_to_BRIDGE_DOMAIN-VLAN-W

 encapsulation dot1q w

!

interface Bundle-Ether4.w l2transport

 description BAL_to_BRIDGE_DOMAIN-VLAN-W

 encapsulation dot1q w

 

 

CONFIG BRIDGE-GROUP and BRIDGE-DOMAIN:

 

 

l2vpn

 bridge group CLIENTE

!

   bridge-domain BRIDGE-DOMAIN-VLAN-X

    interface Bundle-Ether1.x

    interface Bundle-Ether2.x

   !

!

   bridge-domain BRIDGE-DOMAIN-VLAN-Y

    interface Bundle-Ether2.y

    interface Bundle-Ether4.y

   !

!

  bridge-domain BRIDGE-DOMAIN-VLAN-W

   interface Bundle-Ether3.w

   interface Bundle-Ether4.w

   !

!

 

 

 

 

 

 

Torna in alto