Setting an IP Address

5-2

5
Manual Configuration
Web – Click System, IP Configuration. Select the VLAN through which the
management station is attached, set the IP Address Mode to “Static,” Enter the IP
address, subnet mask and gateway, then click Apply.
Figure 5-1 IPv4 Interface Configuration - Manual
CLI – Specify the management interface, IP address and default gateway.
Console#config
Console(config)#interface vlan 1 45-1
Console(config-if)#ip address 10.1.0.253 255.255.255.0 59-1
Console(config-if)#exit
Console(config)#ip default-gateway 10.1.0.254 59-2
Console(config)#