Setting the Switch’s IP Address (IP Version 4)
4-7
4
Manual Configuration
Web – Click IP, General, Routing Interface. Select the VLAN through which the
management station is attached, set the IP Address Mode to “Static,” and specify a
“Primary” interface. Enter the IP address, and subnet mask, then click Apply.
Figure 4-4 IPv4 Interface Configuration - Manual
Click IP, Global Setting. If this stack and management stations exist on other
network segments, then specify the default gateway, and click Apply.
Figure 4-5 Default Gateway
CLI – Specify the management interface, IP address and default gateway.
Console#config
Console(config)#interface vlan 1 27-1
Console(config-if)#ip address 10.1.0.253 255.255.255.0 41-3
Console(config-if)#exit
Console(config)#ip default-gateway 10.1.0.254 41-4
Console(config)#