Allied Telesis AT-S63 User Manual

Page 20

Advertising
background image

Chapter 2: Remote Management Sessions

20

The following example configures a switch as the master switch of an
enhanced stack. It assumes that the common VLAN of the stack will be
called Stack and have a VID of 12. This VLAN will consist of ports 18 to 22
on the master switch. The IP address of the switch will be 149.22.88.5 with
a subnet mask of 255.255.255.0 and a gateway address of 149.22.88.27:

1. This command sets the enhanced stack mode of the switch to master:

set switch stackmode=master

2. This command creates the Stack VLAN:

create vlan=Stack vid=12 untaggedports=18-22

3. This command adds the routing interface with the switch’s IP address

and subnet mask to the VLAN:

add ip interface=vlan12-0 ipaddress=149.22.88.5
mask=255.255.255.0

4. This command creates the default route:

add ip route=0.0.0.0 nexthop=149.22.88.27

5. This command designates interface VLAN12-0 as the local interface

on the switch:

set ip local interface=vlan12-0

6. This command saves the changes to the switch’s active boot

configuration file:

save configuration

This example configures a switch as a slave switch of an enhanced stack.
Just as in the previous example for the master switch, the common VLAN
will be called Stack and have a VID of 12. The VLAN will consist of just
port 4. The IP address of the switch will be 149.22.88.21 with a subnet
mask of 255.255.255.0:

1. This command creates the Sales VLAN:

create vlan=Stack vid=12 untaggedports=4

2. This command adds the routing interface with the switch’s IP address

and subnet mask to the VLAN:

add ip interface=vlan12-0 ipaddress=149.22.88.21
mask=255.255.255.0

Advertising