1. 程式人生 > >實驗6 埠聚合配置

實驗6 埠聚合配置

在兩臺交換機上都做如如下配置:
建立聚合埠

Switch>en
Switch#conf t
Switch(config)#int range f0/1-2
Switch(config-if-range)#channel-group 1 mode on
Switch(config-if-range)#exit

設定聚合埠的工作模式

Switch(config)#int port
Switch(config)#int port-channel 1
Switch(config-if)#switchport mode trunk 
Switch(config-if)#no shutdown 
Switch(config-if)#exit

設定負載均衡方式

Switch(config)#port-channel load-balance dst-mac