Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1555
![background image](/manuals/427254/1555/background.png)
AMF Introduction and Configuration
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
59.11
In this example, the virtual link traffic flows between 192.168.1.1 at the local end and
192.168.2.1 at the remote end. Subnet 192.168.1.0 exists on vlan10. Note that because this
policy is being applied to incoming traffic, the switch IP address should match destination
address in the ACL.
For x610, x510, x210:
atmf virtual-link id 1 ip 192.168.1.1 remote-id 2 remote-ip
192.168.2.1
[...]
mls qos enable
access-list hardware vlink
permit ip 192.168.2.1/24 ip 192.168.1.1/24
!
class-map vlink
match access-group vlink
!
class-map vlinkarp
match eth-format ethii-any protocol 0806
match vlan 10
!
policy-map vlink
class default
class vlink
remark new-cos 4 both
class vlinkarp
remark new-cos 4 both
!
[...]
!
interface port2.0.10
switchport
switchport mode access
switchport access vlan 10
service-policy input vlink
!
[...]
interface vlan10
ip address 192.168.10.1/24
!