Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

Dell EMC Networking How to Remove IP address from VLAN 1 in N1100/N1500/N2000/N2100-ON Series switches

Summary: How to remove IP address from vlan 1 in DELL EMC Networking N1100/N1500/N2000/N2100-ON Series switches

This article applies to   This article does not apply to 

Symptoms


This article explains how to remove IP address from VLAN 1 in  N1100/N1500/N2000/N2100-ON series switches.

By default the N1100/N1500/N2000/N2100-ON switches tries to get IP address from DHCP in VLAN 1. If we remove an existing IP address from the VLAN by using "no IP address" command, it sets the IP address method to DHCP.
 

Solution


Use "ip address none". The IP address none command clears the currently assigned IPv4 address and sets the IP address configuration method to none.

 

Command Syntax

 
Command Parameters
console#configure Enter the configure mode
console(config)#interface vlan 1 Configure VLAN 1
console(config-if-vlan1)#no ip address Remove IP and sets the IP address configuration method to the default
console(config-if-vlan1)#ip  address none Sets the IP address configuration method to none

 


Sample configuration


console#configure    
console(config)#interface vlan 1    
console(config-if-vlan1)#no ip address    
console(config-if-vlan1)#ip  address none

 

Verify configuration


To verify the configuration use the below commands

console#show ip interface

Default Gateway................................ 0.0.0.0

L3 MAC Address................................. xxxx.xxxx.xxxx

Routing Interfaces:

Interface    State   IP Address      IP Mask         Method

----------       -----       ---------------     ---------------     -------

Vl1              Down    0.0.0.0            0.0.0.0         None

 

Affected Products

PowerSwitch N1100-ON Series, PowerSwitch N1500 Series, PowerSwitch N2000 Series, PowerSwitch N2100 Series