Allied Telesis AT-S63 Switch User Manual


 
Chapter 16: Group Link Control
198 Section II: Advanced Operations
Configuring the Feature
Here are a few examples on how to configure the feature. The first
example configures the group in Figure 20 on page 192 in which port 17 is
the upstream port and port 24 is the downstream port. To create the
group, to enable group link control, and to verify the configuration, all with
the standard commands, you would enter:
create glc 1 24 17
enable glc
show glc
To create the same group with the AlliedWare Plus commands, you would
enter:
awplus> enable
awplus# configure terminal
awplus(config)# group link control 1
awplus(config)# interface 17
awplus(config-if)# group link control upstream 1
awplus(config-if)# interface 24
awplus(config-if)# group link control downstream 1
awplus(config-if)# end
awplus# show group link control
This example creates the three groups in Table 58 on page 195, for a
static or LACP trunk. Each port will be an upstream port in one group and
a downstream port in the other groups so that the switch shuts down the
trunk if just one port loses its link. To create the three groups using the
standard commands, you would enter:
create glc 1 8,9 7
create glc 2 7,9 8
create glc 3 7,8 9
enable glc
show glc
To create the groups from the AlliedWare Plus commands, you would
enter:
awplus> enable
awplus# configure terminal
awplus(config)# group link control 1
awplus(config)# group link control 2
awplus(config)# group link control 3
awplus(config)# interface 7
awplus(config-if)# group link control upstream 1
awplus(config-if)# group link control downstream 2
awplus(config-if)# group link control downstream 3