Network Card User Manual

C
ONFIGURING
THE
S
WITCH
2-12
Gateway IP Address – IP address of the gateway router between this
device and management stations that exist on other network segments.
MAC Address – The MAC address of this switch.
Manual Configuration
Web Interface
Click System/IP. Specify the management interface, IP address, and
default gateway, then click “Apply.”
Command Line Interface
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 Interface
Click System/IP. Specify the Management VLAN, set the IP Address
Mode to DHCP or BOOTP. Click “Apply” to save your changes. The
Console#config
Console(config)#interface vlan 1 3-69
Console(config-if)#ip address 10.1.0.1 255.255.255.0 3-52
Console(config-if)#exit
Console(config)#ip default-gateway 10.1.0.254 3-54
Console(config)#