Manual configuration, Figure 3-6, Ip interface configuration - manual – Accton Technology ES5508 User Manual
Page 54: Figure 3-7, Default gateway
![background image](/manuals/46339/54/background.png)
Configuring the Switch
3-14
3
• 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
Console(config-if)#ip address 10.1.0.253 255.255.255.0
Console(config-if)#exit
Console(config)#ip default-gateway 10.1.0.254
Console(config)#