L2vpn virtual-switch bridge-domain and aggregate-ethernet interface on juniper devices

Home » Blog » Switching » L2 config » L2vpn virtual-switch bridge-domain and aggregate-ethernet interface on juniper devices

L2vpn virtual-switch bridge-domain and aggregate-ethernet interface on juniper devices

16.12 2019 | by massimiliano

Configurazione Juniper per L2VPN virtual-switch, bridge-domain and L2 aggregate-ethernet interface in un ambiente Data Centers:   CONFIGURATION:   set chassis […]


https://www.ingegnerianetworking.com/wp-content/uploads/2019/12/virtual-switch-junos-c07.png

Configurazione Juniper per L2VPN virtual-switch, bridge-domain and L2 aggregate-ethernet interface in un ambiente Data Centers:

 

virtual switch junos

CONFIGURATION:

 

set chassis aggregated-devices ethernet device-count 10

!

set interfaces ae1 description “to MX960 Juniper”

set interfaces ae1 flexible-vlan-tagging

set interfaces ae1 encapsulation flexible-ethernet-services

set interfaces ae1 aggregated-ether-options link-speed 10g

set interfaces ae1 aggregated-ether-options lacp active

!

!

set interfaces xe-2/2/0 description “to MX960 Juniper if-a”

set interfaces xe-2/2/0 gigether-options 802.3ad ae1

set interfaces xe-3/3/0 description “to MX960 Juniper if-b”

set interfaces xe-3/3/0 gigether-options 802.3ad ae1

!

set interfaces ae1 unit x encapsulation vlan-bridge

set interfaces ae1 unit x vlan-id x

set interfaces ae1 unit 1 family bridge

set interfaces ae1 unit x description “to MX960”

!

!

set routing-instances VSWITCH_CLIENTE instance-type virtual-switch

set routing-instances VSWITCH_CLIENTE bridge-domains VLAN-Y interface ae3.y

set routing-instances VSWITCH_CLIENTE bridge-domains VLAN-Y interface ae4.y

set routing-instances VSWITCH_CLIENTE bridge-domains VLAN-W interface ae2.w

set routing-instances VSWITCH_CLIENTE bridge-domains VLAN-W interface ae4.w

set routing-instances VSWITCH_CLIENTE bridge-domains VLAN-X interface ae2.x

set routing-instances VSWITCH_CLIENTE bridge-domains VLAN-X interface ae1.x

 

 

NOTA: 

la configurazione per le interfacce fisiche di collegamento verso i firewalls, bilanciatori e switch di accesso hanno gli stessi steps di configurazione previsti sopra, applicate alle interface aggregate ethernet ae2, ae3 ed ae4.

 

 

 

 

 

Torna in alto