Allied Telesis X610-24TS-POE+ Switch User Manual


 
AMF Commands
AMF Software Reference Supplement for Allied Telesis x-Series Switches
C613-50031-01 REV B AlliedWare Plus
TM
Operating System - Software Version 5.4.3-1.4 and later 105
Example-2 This example is shown twice. Example 2A is the most basic command sequence. Example
2B is a good practice equivalent that avoids problems such as broadcast storms that can
otherwise occur.
Example-2A To make static aggregator sa1 an AMF crosslink, use the following commands:
Example-2B To make static aggregator sa1 an AMF crosslink, use the following commands for good
practice:
In this example VLAN 2 is assigned to the static aggregator, and the native VLAN (VLAN 1)
is explicitly excluded from the aggregated ports and the crosslink assigned to it.
Note that the AMF management and domain VLANs are automatically added to the
aggregator and the crosslink.
Related Commands show atmf links statistics
Node_1#
configure terminal
Node_1(config)#
int sa1
Node_1(config-if)#
switchport atmf-crosslink
Node_1#
configure terminal
Node_1(config)#
int sa1
Node_1(config-if)#
switchport atmf-crosslink
Node_1(config-if)#
switchport trunk allowed vlan add 2
Node_1(config-if)#
switchport trunk native vlan none