PurposeCommand or Action
Enters interface configuration mode, and enter the VLAN to which
the IP information is assigned. The range is 1 to 4094.
interface vlan vlan-id
Example:
Switch(config)# interface vlan 99
Step 2
Enters the IP address and subnet mask.
ip address ip-address subnet-mask
Example:
Switch(config-vlan)# ip address 10.10.10.2
Step 3
255.255.255.0
Returns to global configuration mode.exit
Example:
Switch(config-vlan)# exit
Step 4
Enters the IP address of the next-hop router interface that is
directly connected to the switch where a default gateway is being
ip default-gateway ip-address
Example:
Switch(config)# ip default-gateway
Step 5
configured. The default gateway receives IP packets with
unresolved destination IP addresses from the switch.
Once the default gateway is configured, the switch has
connectivity to the remote networks with which a host needs to
communicate.
10.10.10.1
When your switch is configured to route with IP, it does
not need to have a default gateway set.
Note
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 6
Verifies the configured IP address.
show interfaces vlan vlan-id
Example:
Switch# show interfaces vlan 99
Step 7
Verifies the configured default gateway.show ip redirects
Example:
Switch# show ip redirects
Step 8
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1578
How to Perform Switch Setup Configuration