SW1>enable
SW1#configure terminal
SW1(config)#interface range gigabitEthernet 0/1-2 ------> configure a range of interfaces with the same command
SW1(config-if-range)#port-group 1 ------>put G0/1and G0/2 in AP 1 in static mode
SW1(config-if-range)#exit
SW1(config)#interface aggregate port 1
SW1(config-if-Aggregate Port 1)#switchport mode trunk ------>configure AP 1 as Trunk
SW1(config-if-AggregatePort 1)#exit
SW1(config)#aggregateport load-balance src-mac ------>modify load balance method toSrc-MAC. By default, it is Src-Dst-MAC.
SW1(config)#exit
SW1#wr
SW1(config)#interface range gigabitEthernet0/1-2
SW1(config-if-range)#port-group 1 mode active ------>put G0/1and G0/2 in AP 1 in dynamic mode
SW1(config-if-range)#exit
SW1(config)#interface aggregate port 1
SW1(config-if-Aggregate Port 1)#switchport modetrunk ------>configureAP 1 as Trunk
SW1(config-if-AggregatePort 1)#exit
Welcome to Ruijie Community (https://community.ruijienetworks.com/) | Powered by Discuz! X3.2 |