
Configuring the Cisco Gigabit EtherSwitch EHWIC
How to Configure Gigabit EtherSwitch EHWICs
70
Configuring the Cisco Gigabit EtherSwitch EHWIC
OL-23155-01
DETAILED STEPS
Use the following procedure to remove the IP information from a switch.
Note Using the no ip address command in configuration mode disables the IP protocol stack and removes the
IP information. Cluster members without IP addresses rely on the IP protocol stack being enabled.
Beginning in global configuration mode, follow these steps to remove an IP address.
SUMMARY STEPS
1. interface vlan vlan-id
2. no ip address
3. end
Command Purpose
Step 1
configure terminal
Example:
Router#configure terminal
Enters global configuration mode.
Step 2
interface vlan 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 3
ip address ip-address subnet-mask
Example:
Router(config-if)#ip address 192.108.1.27
255.255.255.0
Enters the IP address and subnet mask.
Step 4
exit
Example:
Router(config)#exit
Returns to global configuration mode.
Step 5
ip default-gateway ip-address
Example:
Router#ip default-gateway 192.31.7.18
Enters the IP address of the default router.
Step 6
end
Example:
Router#end
Returns to privileged EXEC mode.
Kommentare zu diesen Handbüchern