Removing an interface from a LAG
You must be in the global configuration context:
switch(config)#
switch(config)# interface <PORT-NUM> switch(config-if)# no lag <ID>
For example:
switch(config)# interface 1/1/1 switch(config-if)# no lag 100 switch(config-if)# show running-config ... ! vlan 1 interface lag 100 interface 1/1/1 interface 1/1/2 lag 100 switch(config-if)#
To assign a range of interfaces to a LAG:
switch(config-lag-if)# interface <PORT-ID>-<PORT-ID>
For example:
switch(config-lag-if)# interface 1/1/1-1/1/4
After removing a physical interface from a LAG:
6100, 6200, 6300, and 6400 switches: The interface associated with LAG becomes layer 2 ports with default layer 2 configurations and with admin status of
enabled
.8320, 8325, 8360, and 8400 switches: The interface associated with the LAG becomes L3 ports with default L3 configurations and administrative down. For example, suppose interface 1/1/1 was part of LAG 3 and you had administratively enabled the interface. If you later remove interface 1/1/1 from LAG 3, the administrative status automatically changes to down. If you want to use the interface again, you must administratively enable it again.