Delete an IP Address from an Interface

You can delete a specified IP address, or all IP addresses, from an interface.

Procedure

  1. From privileged EXEC mode, access global configuration mode.
    device# configure terminal
    
  2. Access the interface from which you are deleting the IP address.
    device(config)# interface ethernet 1/5
    
  3. To delete a specific IP address from the interface, run the no ip address command with the IP address and the mask.
    device(config-if-eth-1/5)# no ip address 10.53.5.3/24
    
  4. To delete all IP addresses from the interface, run the no ip address command.
    device(config-if-eth-1/5)# no ip address