288
EES4710BD 10 Slots L2/L3/L4 Chassis Switch
13.3 Port Channel Example
Scenario 1: Configuring Port Channel in LACP.
Fig 14-2 Configuring Port Channel in LACP
Example: The switches in the description below are all ES4710BD switches and as shown in the
figure, ports 1, 2, 3 of Switch 1 are access ports that belong to vlan1. Add those three port to group1
in active mode; ports 6, 8, 9 of Switch2 are trunk port that allow all, add these three ports to group2
in passive mode. All the ports should be connected with cables (four connecting lines in the figure)
The configuration steps are listed below:
Switch1#config
Switch1 (Config)#interface eth 1/1-3
Switch1 (Config-Port-Range)#port-group 1 mode active
Switch1 (Config-Port-Range)#exit
Switch1 (Config)#interface port-channel 1
Switch1 (Config-If-Port-Channel1)#
Switch2#config
Switch2 (Config)#port-group 2
Switch2 (Config)#interface eth 1/6
Switch2 (Config-Ethernet1/6)#port-group 2 mode passive
Switch2 (Config-Ethernet1/6)#exit
Switch2 (Config)# interface eth 1/8-9
Switch2 (Config-Port-Range)#port-group 2 mode passive
Switch2 (Config-Port-Range)#exit
Switch2 (Config)#interface port-channel 2