Ruijie Community

Title: How to configure LACP on AC? [Print this page]

Author: Daisy    Time: 2022-7-11 10:50
Title: How to configure LACP on AC?
Static mode:
AC1>enable

AC1#configure terminal
AC1(config)#interface range gigabitEthernet 0/1-2     ------>configure a range of interfaces with the same command
AC1(config-if-range)#port-group 1                             ------>put G0/1 and G0/2 in AP 1 in static mode
AC1(config-if-range)#exit
AC1(config)#interface aggregateport 1                       
AC1(config-if-AggregatePort 1)#switchport mode trunk  ------>configure AP 1 as Trunk
AC1(config-if-AggregatePort 1)#exit
AC1(config)#aggregateport load-balance src-mac        ------>modify load balance method to Src-MAC. By default, it is Src-Dst-MAC.
AC1(config)#exit

Dynamic mode:
AC1(config)#interface range gigabitEthernet 0/1-2   
AC1(config-if-range)#port-group 1 mode active                            ------>put G0/1 and G0/2 in AP 1 in dynamic mode
AC1(config-if-range)#exit
AC1(config)#interface aggregateport 1                        
AC1(config-if-AggregatePort 1)#switchport mode trunk                ------>configure AP 1 as Trunk
AC1(config-if-AggregatePort 1)#end
AC#wr





Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2