Cisco Cisco IOS Software Release 12.2(27)SBC

Page de 18
Link Aggregation Control Protocol (LACP) (802.3ad) for Gigabit Interfaces
How to Configure LACP (802.3ad) for Gigabit Interfaces
6
Cisco IOS Release 12.2(31)SB2
Configuring LACP (802.3ad) for Gigabit Interfaces 
Perform this task to create a port channel with two bundled ports. You can configure a maximum of four 
bundled ports per port channel. 
SUMMARY STEPS
1.
enable 
2.
configure terminal
3.
interface port-channel number
4.
ip address ip_address mask
5.
interface type slot/subslot/port
6.
no ip address 
7.
channel-group number mode {active | passive
8.
exit 
9.
interface type slot/subslot/port 
10.
no ip address 
11.
channel-group number mode {active | passive
12.
end 
DETAILED STEPS
Command or Action
Purpose
Step 1
enable 
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
configure
 terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface port-channel
 number
Example:
Router(config)# interface port-channel 1
Specifies the port channel interface. Enters interface 
configuration mode. 
number—Valid range is from 1 to 64. 
Step 4
ip address
 ip_address mask
Example:
Router(config-if)# ip address 10.1.1.1 
255.255.255.0
Assigns an IP address and subnet mask to the port channel 
interface. 
Step 5
interface
 type slot/subslot/port 
Example:
Router(config-if)# interface g2/0/0
Specifies the port to bundle.