Technical information
ADC Telecommunications, Inc.
270 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
no ip address
Removes an IP address from the current interface.
Mode
interface:<type>:csi(<c/s/i>)
Syntax
no ip address <ip-address>
Arguments
Example
Related Commands
■ ip address on page 183
<ip-address> IP address that you want to remove from the current interface.
cli:172.16.19.10:root# interface 1/11/1
mode: interface:ethernet:csi(1/11/1)
cli:172.16.19.10:interface:ethernet:csi(1/11/1)# show ip address
Chassis/Slot/Interface 1/11/1
row count: 1
IP Address Net Mask If Index Priority
---------------- ---------------- ---------- ----------
209.240.193.4 255.255.255.0 11337729 Primary
cli:172.16.19.10:interface:ethernet:csi(1/11/1)# no ip address 209.240.193.4
cli:172.16.19.10:interface:ethernet:csi(1/11/1)# show ip address
Chassis/Slot/Interface 1/11/1
row count: 0
IP Address Net Mask If Index Priority
---------------- ---------------- ---------- ----------
cli:172.16.19.10:interface:ethernet:csi(1/11/1)#