SMC Networks TigerSwitch 100 Switch User Manual


 
C
ONFIGURING
THE
S
WITCH
2-12
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 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.
Console#config
Console(config)#interface vlan 1 3-85
Console(config-if)#ip address 10.2.13.30 255.255.255.0 3-67
Console(config-if)#exit
Console(config)#ip default-gateway 192.168.1.254 3-70
Console(config)#