Juniper Aggregate Ethernet / Ether Channel / Ether Bundle at EX series Switch

  • by

Juniper Aggregate Ethernet / Ether Channel / Ether Bundle at EX series Switch

Need to configure at chassis to make this device enable aggregate.
Aggregate interface works upto 8 interface.
# set chassis aggregated-devices ethernet device-count 4

[Here I create four aggregate interface like ae0 ae1 ae2 and ae3]

Create aggregate interface
# set interfaces ge-0/0/12 ether-options 802.3ad ae0
# set interfaces ge-0/0/13 ether-options 802.3ad ae0
# set interfaces ge-0/0/14 ether-options 802.3ad ae0

[Here interface ge-0/0/12, ge-0/0/13 and ge-0/0/14 will be aggregate to ae0 interface]

Now I make this ae0 interface to trunk or you can make access as well.

# set interfaces ae0 aggregated-ether-options minimum-links 1

# set interfaces ae0 unit 0 family ethernet-switching port-mode trunk
# set interfaces ae0 unit 0 family ethernet-switching vlan members all

[Here minimum-links 1 mean out ot of three interface if one link is up then aggregate interface will also UP]

Leave a Reply