beautypg.com

Saving your changes – Allied Telesis AT-8100 Series User Manual

Page 84

background image

Chapter 2: Starting a Management Session

84

Saving Your

Changes

To permanently save your changes in the active boot configuration file,
use the WRITE command in the Privileged Exec mode:

awplus# write

You can also update the active configuration file with the COPY
RUNNING-CONFIG STARTUP-CONFIG command, also located in the
Global Configuration mode. It is just more to type.

awplus(config-if)# switchport access vlan 5

Add the ports as untagged ports to the
VLAN with the SWITCHPORT ACCESS
VLAN command.

awplus(config-if)# exit

Return to the Global Configuration mode.

awplus(config)# interface vlan5

Use the INTERFACE VLAN command to
move to the VLAN Interface mode of
VLAN 5.

awplus(config-if)# ip address dhcp

Activate the DHCP client on the switch
with the IP ADDRESS DHCP command.

awplus(config-if)# end

Return to the Global Configuration mode.

awplus# show ip interface

Verify the management IP address on the
switch.

awplus# show ip route

Verify the new management IPv4 address
and default gateway.

Table 4. Adding a Management IP Address: Example 2