AT-9000 Gigabit Ethernet Switch Installation Guide
70
Table 9. Example of Adding a Management Address
awplus> enable Move to the Privileged Exec mode.
awplus# configure terminal Move to the Global Configuration mode.
awplus(config)# interface vlan1 Use the INTERFACE VLAN command to move to the
VLAN Interface mode of the Default VLAN.
awplus(config-if)# ip address
149.82.112.72/24
Assign the management IPv4 address to the switch
using the IP ADDRESS command. The mask is a
decimal number that represents the number of bits,
from left to right, that constitute the network portion of
the address. For example, the decimal masks 16 and
24 are equivalent to masks 255.255.0.0 and
255.255.255.0, respectively.
awplus(config-if)# ip route
0.0.0.0/0 149.82.112.18
Assign the default gateway to the switch using the IP
ROUTE command.
awplus(config)# exit Return to the Privileged Exec mode.
awplus# show ip route Verify the new management IPv4 address and
default gateway with the SHOW IP ROUTE
command.