3 Configuring the Switch

MAC Address – The MAC address of this switch.

Restart DHCP – Requests a new IP address from the DHCP server.

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 3-6 IP Interface Configuration - Manual

Figure 3-7 Default Gateway

CLI – Specify the management interface, IP address and default gateway.

Console#config

 

Console(config)#interface vlan 1

4-125

Console(config-if)#ip address 10.1.0.253 255.255.255.0

4-206

Console(config-if)#exit

 

Console(config)#ip default-gateway 10.1.0.254

4-207

Console(config)#

 

 

 

3-14