Configuring the Switch
3-18
3
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, subnet mask and gateway, then click
Apply.
Figure3-7 IP Inter face Configuration - Manual
Click IP, Global Setting. If this switch and management stations exist on other
network segments, then specify the default gateway, and click Apply.
Figure3-8 Default G ateway
CLI – Specify the management interface, IP address and default gateway.
Console#config
Console(config)#interface vlan 1 4-143
Console(config-if)#ip address 10.1.0.253 255.255.255.0 4-243
Console(config-if)#exit
Console(config)#ip default-gateway 10.1.0.254 4-245
Console(config)#