Configuring the command switch – Allied Telesis AT-8100 Series User Manual
Page 417
AT-8100 Switch Command Line User’s Guide
417
Configuring the Command Switch
Here is an example on how to configure the switch as the command switch
of the enhanced stack. The example creates a common VLAN and
assigns it a management IP address. Here are the specifications for this
command switch:
Common VLAN name: Tech_Support
VID: 12
Untagged VLAN ports: 18 to 22
Management IP address and subnet mask: 149.22.88.5 and
255.255.255.0
Default gateway: 149.22.88.27
(A default gateway is optional, but including it allows you to manage the
switch and the enhanced stack from remote workstations that are not in
the same subnet as the command switch.)
1. This step creates the common VLAN.
awplus> enable
Enter the Privileged Exec mode
from the User Exec mode.
awplus# configure terminal
Enter the Global Configuration
mode.
awplus(config)# vlan database
From the Global Configuration
mode, 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.18-port1.0.22
Enter the Port Interface mode for
ports 18 to 22.
awplus(config-if)# switchport mode access
Designate the ports as untagged
ports.
awplus(config-if)# switchport access vlan 12
Add the ports to the Tech_Support
VLAN.
awplus(config-if)#
end
Return to the Privileged Exec
mode.
awplus# show vlan 12
Verify the new VLAN.