interface-config-vlan-instance
Negates a command or reverts to defaults. The no command, when used in the Config Interface VLAN mode, negates VLAN interface settings or reverts them to their default.
no <PARAMETERS>
no <PARAMETERS> | Removes or reverts this VLAN interface‘s settings based on the parameters passed |
The following example shows the VLAN interface settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-profile-default-nx5500-if-vlan8)#show context interface vlan8 description "This VLAN interface is configured for the Sales Team" ip address 10.0.0.1/8 ip dhcp client request options all ip helper-address 172.16.10.3 ip nat inside crypto map map1 dhcp-relay-incoming nx9500-6C8809(config-profile-default-nx5500-if-vlan8)# nx9500-6C8809(config-profile-default-nx5500-if-vlan8)#no crypto map nx9500-6C8809(config-profile-default-nx5500-if-vlan8)#no description nx9500-6C8809(config-profile-default-nx5500-if-vlan8)#no dhcp-relay-incoming nx9500-6C8809(config-profile-default-nx5500-if-vlan8)#no ip dhcp client request options all
The following example shows the VLAN interface settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-profile-default-nx5500-if-vlan8)#show context interface vlan8 ip address 10.0.0.1/8 ip helper-address 172.16.10.3 ip nat inside nx9500-6C8809(config-profile-default-nx5500-if-vlan8)#