Link Aggregation Configuration
Local Port Key Pri ID Timeout Nei-state
e0/0/1 3 2 256 000a5a020305 82(90) 00111100
e0/0/2 4 2 256 000a5a020305 80(90) 00111100
nei-state: activity/timeout/aggregation/synchronization
collecting/distributing/defaulted/expired
#Show LACP neighbor of switch-B
switch-B(config-if-range)#show lacp neighbor
Channel: 1
Local Port Key Pri ID Timeout Nei-state
e0/0/3 1 2 64 000a5a010203 71(90) 10111100
e0/0/4 2 2 64 000a5a010203 69(90) 10111100
nei-state: activity/timeout/aggregation/synchronization
collecting/distributing/defaulted/expired
3)Show system ID
#Show switch-A system ID
switch-A(config-if-range)#show lacp sys-id
1024,000a5a010203
#Show switch-B system ID
switch-B(config-if-range)#show lacp sys-id
2048,000a5a020305
 Delete port member from channel-group
#Configure switch-A
switch-A(config-if-range)#no channel-group 1
Remember to re-config mac-addresses associated with port e0/0/1
Remember to re-config mac-addresses associated with port e0/0/2
switch-A(config-if-range)#exit
#Configure switch-B
switch-B(config-if-range)#no channel-group 1
Remember to re-config mac-addresses associated with port e0/0/3
Remember to re-config mac-addresses associated with port e0/0/4
switch-B(config-if-range)#exit