Cisco HWIC-4ESW and HWIC-D-9ESW EtherSwitch Interface Cards
How to Configure EtherSwitch HWICs
95
Book Title
Use these steps to remove an IP address.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface
vlan_id
4.
no ip address
5.
end
DETAILED STEPS
Caution
If you are removing the IP address through a telnet session, your connection to the switch
will be lost.
Specifying a Domain Name and Configuring the DNS
Each unique IP address can have a host name associated with it. The Cisco IOS software maintains an
EXEC mode and related Telnet support operations. This cache speeds the process of converting names
to addresses.
Command
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
•
Enter your password if prompted.
Step 2
configure
terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
interface
vlan_id
Example:
Router(config)# interface vlan 1
Enters interface configuration mode, and enters the VLAN to
which the IP information is assigned.
VLAN 1 is the management VLAN, but you can configure any
VLAN from IDs 1 to 1001.
Step 4
no ip address
Example:
Router(config-subif)# no ip address
Removes the IP address and subnet mask.
Step 5
end
Example:
Router(config-subif)# end
Returns to privileged EXEC mode.