Manual configuration, Manual configuration -19, Figure 3-6 – SMC Networks SMC TigerStack 1000 SMC8748M User Manual
Page 75: Manual ip configuration -19

B
ASIC
C
ONFIGURATION
3-19
•
Default Gateway – IP address of the gateway router between this
device and management stations that exist on other network segments.
(Default: 0.0.0.0)
•
MAC Address – The physical layer address for this switch.
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 Manual IP Configuration
CLI – Specify the management interface, IP address and default gateway.
Console#config
Console(config)#interface vlan 1
Console(config-if)#ip address 10.1.0.254 255.255.255.0
Console(config-if)#exit
Console(config)#ip default-gateway 192.168.1.254
Console(config)#