AT-9000 Gigabit Ethernet Switch Installation Guide
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. |
|
|
Assign the management IPv4 address to the switch | |
149.82.112.72/24 | 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. |
Assign the default gateway to the switch using the IP | |
0.0.0.0/0 149.82.112.18 | 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. |
70