Chapter 3 - quick start – Asus GigaX2124 User Manual
Page 24
12
Chapter 3 - Quick Start
ASUS GigaX2124
6. Follow these steps to assign an IP address to the switch:
a) Type “enable”.
b) Type “configure terminal”, new prompt is “ASUS(config)#”.
c) Type “interface vlan 1”, the prompt is “ASUS (config-if)#”.
d) Type “ip address
example, if your switch IP is 192.168.1.1 and the network mask is
255.255.255.0. Then you should type “ip address
192.168.1.1/24”.
e) Type “end”, it will return to previous level with prompt “ASUS#”.
f)
Type “write”, the changes will be applied and written to
configuration file.
g) Type “reboot”.
7. If the switch has to be managed across networks, then a default gate-
way or a static route entry is required. Follow these steps to assign a
default gateway or static route entry to the switch:
a) Entering “ASUS#”
b) Type “show running-configuration” to view current configuration. If
incorrect route entry has been set, you should type “no
ip route 0.0.0.0/0 192.168.1.254” to remove it.
c) Type “configure terminal”, new prompt is “ASUS(config)#”.
d) Type “no ip route 0.0.0.0/0 192.168.1.254” to clear default route.
e) Type “ip route 0.0.0.0/0 192.168.1.2” to set your default route.
f)
Type “end”
g) Type “write”.