aggregate ethernet (ae) interface into virtual bridge-domain Junos (MX series)

Home » Blog » Configuration Template » Juniper » aggregate ethernet (ae) interface into virtual bridge-domain Junos (MX series)

aggregate ethernet (ae) interface into virtual bridge-domain Junos (MX series)

07.02 2024 | by massimiliano

Un aggregate ethernet indica l’aggregazione di più link fisici ad un  gruppo di ethernet interface ablitando così un solo link […]



Un aggregate ethernet indica l’aggregazione di più link fisici ad un  gruppo di ethernet interface ablitando così un solo link layer logico conosciuto con il nome di LAG oppure Bundle.

Questo consente connessioni di tipo p2p trunk; di seguito un esempio in termini di design e configuration guide eseguito per un bridge-domain Junos.

Configuration Guide AGGREGATE ETHERNET

set  chassis aggregate-devices ethernet device-count 10

!

set interface ae1 description «to MX960 External-Router»

set interface ae1 flexible-vlan-tagging

set interfaces ae1 encapsulation flexible-ethernet-services

set interface ae1 aggregate-ether-option link-speed 10g

set interface ae1 aggregated-ether-option lacp active

!

set interface xe-2/2/0 description «to MX960 External-Router interface-a»

set interface xe-2/2/0 gigather-option 802.3ad ae1

set interface xe-3/3/0 description «to MX960 External-Router interface-b»

set interface xe-3/3/0 gigather-option 802.3ad ae1

!

set interface ae1 unit x encapsulation vlan-bridge

set interface ae1 unit x vlan-id x

set interfaces ae1 unit x family bridge

Configuration Guide BRIDGE DOMAIN

set routing-instances VSWITCH_CLIENTE instance-type virtual-switch

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

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

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

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

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

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

NOTA:

La configurazione per le interfacce fisiche di collegamento verso i firewalls, bilanciatori e switch di accesso hanno gli stessi passi di configurazione previsti nella slide precedente, applicate alle interfacce aggregate ethernet ae2, ae3, ae4

Torna in alto