beautypg.com

Configuring a member switch – Allied Telesis AT-8100 Series User Manual

Page 420

background image

Chapter 23: Enhanced Stacking

420

Configuring a Member Switch

This example shows you how to configure the switch as a member switch
of an enhanced stack. It configures the switch to be part of the same
enhanced stack with the same common VLAN as the command switch in
the previous example. Here are the specifications for the member switch:

Common VLAN name: Tech_Support

VID: 12

Untagged VLAN ports: 4 and 5

1. This step creates the common VLAN.

2. Use the ESTACK RUN command in the Global Configuration mode to

activate enhanced stacking on the switch. It is not necessary to set the
switch to the member mode because that is the default setting.

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 12 name Tech_Support

Create the Tech_Support VLAN
and assign it the VID 12.

awplus(config-vlan)# exit

Return to the Global Configuration
mode.

awplus(config)# interface port1.0.4-port1.0.5

Enter the Port Interface mode for
ports 4 to 5.

awplus(config-if)# switchport mode access

Designate the ports as untagged
ports.

awplus(config-if)# switchport access vlan 12

Add ports 4 and 5 to the
Tech_Support VLAN.

awplus(config-if)#

end

Return to the Privileged Exec
mode.

awplus# show vlan 12

Verify the new VLAN.

awplus# configure terminal

Enter the Global Configuration
mode.