interface-config-port-channel-instance
Removes or reverts to default this port-channel interface‘s settings
no <PARAMETERS>
no <PARAMETERS> | Removes or reverts to default this port-channels interface‘s settings based on the parameters passed
|
The following example shows the port-channel interface‘s interface settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#show context description "This port-channel is for enabling dynamic LACP." speed 100 duplex full switchport mode trunk switchport trunk native vlan 1 no switchport trunk native tagged switchport trunk allowed vlan 1 use ip-access-list in BROADCAST-MULTICAST-CONTROL ipv6 nd trust ipv6 nd header-mismatch-validation spanning-tree portfast spanning-tree bpduguard enable spanning-tree bpdufilter enable spanning-tree mst 1 port-priority 1 spanning-tree mst 1 cost 20000 ip arp trust port-channel load-balance src-dst-mac nx9500-6C8809(config-profile-testNX9000-if-port-channel1)# nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#no duplex nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#no ip arp trust nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#no ipv6 nd trust nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#no port-channel load-balance
The following example shows the port-channel interface‘s interface settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#show context interface port-channel1 description "This port-channel is for enabling dynamic LACP." speed 100 switchport mode trunk switchport trunk native vlan 1 no switchport trunk native tagged switchport trunk allowed vlan 1 use ip-access-list in BROADCAST-MULTICAST-CONTROL ipv6 nd header-mismatch-validation spanning-tree portfast spanning-tree bpduguard enable spanning-tree bpdufilter enable spanning-tree mst 1 port-priority 1 spanning-tree mst 1 cost 20000 no qos trust dscp nx9500-6C8809(config-profile-testNX9000-if-port-channel1)#