cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

hardware:junos:lag.html



Junos Link Aggregation Configuration Examples

Check

> show interfaces terse | match ae
# run show interfaces terse | match ae
>show interfaces ae0 | display set
# run show interfaces ae0 | display set

ae is Aggregated Ethernet interface.


LACP

# set chassis aggregated-devices ethernet device-count 1      <-- Set the maximum value of LAG number
# set interfaces ae0 unit 0 family ethernet-switching

# delete interfaces ge-0/0/1 unit 0        <-- Initialize interface
# delete interfaces ge-0/0/2 unit 0
# set interfaces ge-0/0/1 ether-options 802.3ad ae0
# set interfaces ge-0/0/2 ether-options 802.3ad ae0
# run show interfaces terse | match ae

# set interfaces ae0 aggregated-ether-options lacp active
# set interfaces ae0 aggregated-ether-options lacp periodic fast
# set interfaces ae0 unit 0 family ethernet-switching port-mode trunk vlan members VLAN10

# run show interfaces extensive ae0


# set chassis aggregated-devices ethernet device-count 1
# set interfaces ae0 unit 0 family ethernet-switching

# delete interfaces ge-0/0/1 unit 0
# delete interfaces ge-0/0/2 unit 0
# set interfaces ge-0/0/1 ether-options 802.3ad ae0
# set interfaces ge-0/0/2 ether-options 802.3ad ae0
# run show interfaces terse | match ae

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

# run show interfaces extensive ae0







hardware/junos/lag.html.txt ยท Last modified: 2020/09/04 by admin

Page Tools