Specifications

Basic Configuration
2-13
2
Manual Configuration
Web – Click System, IP. Specify the management interface, IP address and default
gateway, then click Apply.
Figure 2-6 VLAN IP Configuration
CLI – Specify the management interface, IP address and default gateway.
Using DHCP/BOOTP
If your network provides DHCP/BOOTP services, you can configure the switch to be
dynamically configured by these services.
Web – Click System, IP. Specify the Management VLAN, set the IP Address Mode to
DHCP or BOOTP. Then click Apply to save your changes. The switch will broadcast
a request for IP configuration settings on the next power reset. Otherwise, you can
click Restart DHCP to immediately request a new address.
Note: If you lose your management connection, use a console connection and enter
“show ip interface” to determine the new switch address.
CLISpecify the management interface, and set the IP Address Mode to DHCP or
BOOTP.
Console#config
Console(config)#interface vlan 1 3-99
Console(config-if)#ip address 10.2.13.30 255.255.255.0 3-164
Console(config-if)#exit
Console(config)#ip default-gateway 192.168.1.254 3-165
Console(config)#
Console#config
Console(config)#interface vlan 1 3-99
Console(config-if)#ip address dhcp 3-164
Console(config-if)#end
Console#ip dhcp restart 3-166
Console#show ip interface 3-166
IP address and netmask: 10.1.0.54 255.255.255.0 on VLAN 1,
and address mode: User specified.
Console#