B
ASIC
C
ONFIGURATION
2-11
Subnet Mask – This mask identifies the host address bits used for
routing to specific subnets.
Gateway IP Address – IP address of the gateway router between
this device and management stations that exist on othe r network
segments.
MAC Address – The MAC address of this switch.

Manual Configuration

Web – Click System/IP. Specify the management interface, IP address and
default gateway, then click Apply.
CLI – Specify the management interface, IP address and default gateway.

Using DHCP/BOOTP

If your network provides DHCP/BOOTP ser vices, you can configure the
switch to be dynamically configured by these services.
Console#config
Console(config)#interface vlan 1 3-68
Console(config-if)#ip address 10.2.13.30 255.255.255.0 3-50
Console(config-if)#exit
Console(config)#ip default-gateway 192.168.1.254 3-52
Console(config)#