Allied Telesis AT-9000/28POE Switch User Manual


  Open as PDF
of 1480
 
AT-9000 Switch Command Line User’s Guide
353
Here is another example of the feature. This example uploads a
configuration file to a new switch in an enhanced stack, such as a
replacement switch for a failed unit. This example is more complicated
than the previous example because the stack is not using the Default
VLAN as the common VLAN, and the new switch will not be using
BOOT.CFG as the name of its active boot configuration file. The example
makes the following assumptions:
The common VLAN of the enhanced stack is called Network5a
with the VID 25.
The common VLAN will initially consist of just untagged port 1 on
the new switch.
The name of the boot configuration file to be downloaded to the
new switch stored for the command switch is called SalesE4.cfg
The name of the active boot configuration file on the new switch is
to be actSalesE4.cfg
The first step is to create the common VLAN on the new switch. This is
necessary because the enhanced stack is not using the Default VLAN as
the common VLAN of the stack. To create the common VLAN and to
activate enhanced stacking, perform these steps:
1. Start a local or remote management session on the new switch.
2. Create the common VLAN on the new switch with these commands.
awplus> enable
Enter the Privileged Executive
mode from the User Executive
mode.
awplus# configure terminal
Enter the Global Configuration
mode.
awplus(config)# vlan database
Enter the VLAN Interface mode.
awplus(config-vlan)# vlan 25 name Network5a
Create the Network5a VLAN and
assign it the VID 25.
awplus(config-vlan)# exit
Return to the Global Configuration
mode.
awplus(config)# interface port1.0.1
Enter the Port Interface mode for
port 1.
awplus(config-if)# switchport mode access
Designate the port as an untagged
port.
awplus(config-if)# switchport access vlan 25
Add port 1 to the Network5a
VLAN.