no

interface-vlan-config commands

Removes the IP related settings configured for this VLAN interface

Supported in the following platforms:

  • Switches — EX3524, EX3548
  • Wireless Controllers – RFS4000
  • Service Platforms – NX7500, NX7510, NX7520, NX7530, NX9500, NX9510, NX9600

Syntax

no ip address [<IP/M>|bootp|dhcp]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes this EX3500‘s selected VLAN‘s settings based on the parameters passed

Example

The following example shows the interface VLAN 20 setting before the ‘no‘ command is executed:

nx9500-6C8809(config-profile-testEX3524-if-vlan20)#show context
 interface vlan 20
  ip address 192.168.13.28/24 default-gateway 192.168.13.13
nx9500-6C8809(config-profile-testEX3524-if-vlan20)#

nx9500-6C8809(config-profile-testEX3524-if-vlan20)#no ip address 192.168.13.28/24

The following example shows the interface VLAN 20 setting after the ‘no‘ command is executed:

nx9500-6C8809(config-profile-testEX3524-if-vlan20)#show context
 interface vlan 20
nx9500-6C8809(config-profile-testEX3524-if-vlan20)#