Negates a command or reverts settings to their default. The no command, when used in the bridge VLAN mode, negates the VLAN bridge settings or reverts them to their default.
no [bridging-mode|captive-portal|captive-portal-enforcement|description|edge-vlan|firewall|http-analyze|ip|ipv6|l2-tunnel-broadcast-optimization|l2-tunnel-forward-additional-packet-types|mac-auth|name|registration|stateful-packet-inspection-l2|tunnel|tunnel-over-level2|use]
no [bridging-mode|captive-portal-enforcement|description|edge-vlan|firewall|l2-tunnel-broadcast-optimization|l2-tunnel-forward-additional-packet-types| mac-auth|name|stateful-packet-inspection-l2|tunnel-over-level2]
no captive-portal [ip-snooping|ipv6-snooping] subnet <IPv4/M|IPv6/M> {excluded-address <IPv4|IPv6>}
no http-analyze {filter [images|post|query-string]}
no ip [arp|dhcp|igmp]
no ip [arp|dhcp] trust
no ip igmp snooping {fast-leave|forward-unknown-multicast|last-member-query-count|mrouter|querier}
no ip igmp snooping {forward-unknown-multicast}
no ip igmp snooping {mrouter [interface <INTERFACE-LIST>|learn pin-dvmrp]}
no ip igmp snooping {querier} {address|max-response-time|timer expiry|version}
no ipv6 [dhcpv6|firewall|mld|nd]
no ipv6 dhcpv6 trust
no ipv6 firewall
no ipv6 mld snooping {forward-unknown-multicast}
no ipv6 mld snooping {mrouter [interface <INTERFACE-LIST>|learn pin-dvmrp]}
no ipv6 mld snooping {querier} {max-response-time|timer expiry|version}
no ipv6 nd raguard
no registration {external}
no tunnel [rate-limit level2|unknown-unicast]
no use [application-policy|captive-portal|ip-access-list|ipv6-access-list| mac-access-list|url-list] tunnel out
no <PARAMETERS>
no <PARAMETERS> | Resets or reverts this bridge VLAN‘s settings based on the parameters passed |
The following example displays bridge VLAN 20 settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-profile testNX9500-bridge-vlan-20)#show context bridge vlan 20 ip igmp snooping ip igmp snooping querier ipv6 mld snooping ipv6 mld snooping querier nx9500-6C8809(config-profile testNX9500-bridge-vlan-20)# nx9500-6C8809(config-profile testNX9500-bridge-vlan-20)#no ip igmp snooping nx9500-6C8809(config-profile testNX9500-bridge-vlan-20)#no ipv6 mld snooping
The following example displays bridge VLAN 20 settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-profile testNX9500-bridge-vlan-20)#show context bridge vlan 20 no ip igmp snooping ip igmp snooping querier no ipv6 mld snooping ipv6 mld snooping querier nx9500-6C8809(config-profile testNX9500-bridge-vlan-20)# nx9500-6C8809(config-profile TestProfileNX9500-bridge-vlan-20)#show context bridge vlan 20 mac-auth attempts 2 mac-auth throttle 80 ip igmp snooping ip igmp snooping querier ipv6 mld snooping ipv6 mld snooping querier nx9500-6C8809(config-profile TestProfileNX9500-bridge-vlan-20)# nx9500-6C8809(config-profile TestProfileNX9500-bridge-vlan-20)#no mac-auth nx9500-6C8809(config-profile TestProfileNX9500-bridge-vlan-20)#show context bridge vlan 20 ip igmp snooping ip igmp snooping querier ipv6 mld snooping ipv6 mld snooping querier nx9500-6C8809(config-profile TestProfileNX9500-bridge-vlan-20)#