DETAILED STEPS
PurposeCommand or Action
Enables privileged EXEC mode. Enter your
password if prompted.
enable
Example:
Switch> enable
Step 1
Enters the global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 2
Enters interface configuration mode, and specifies
the Layer 3 VLAN to configure.
interface vlan vlan-id
Step 3
Configures the IP address and IP subnet mask.
ip address ip-address subnet-mask
Example:
Switch(config-if)# ip address 10.1.5.1
255.255.255.0
Step 4
Returns to privileged EXEC mode.end
Example:
Switch(config)# end
Step 5
Verifies your entries.
show interfaces [interface-id]
Example:
Switch# show ip interface gigabitethernet 1/0/1
Step 6
Verifies your entries.
show ip interface [interface-id]
Example:
Switch# show ip interface gigabitethernet 1/0/1
Step 7
Verifies your entries.show running-config
Example:
Switch# show running-config
Step 8
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
674
Assigning IP Addresses to SVIs