Specifications
AMF Introduction and Configuration
New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions 127
Virtual link - configuration example
This example is based on the network shown in the illustration Figure 5 on page 125.
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.1 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.
Figure 6: Prioritizing the tunneled traffic - Configured on Switch 1, Host-A
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/32 ip 192.168.1.1/32
!
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 port1.0.10
switchport
switchport mode access
switchport access vlan 10
service-policy input vlink
!
[...]
interface vlan10
ip address 192.168.1.1/24
!
Table 7: Set QoS CoS for an AMF tunneling switch
Description Prompt Command
Step 1. Create VLAN 10.
Enter Global Configuration mode
(Host-A#)
configure terminal
Enter VLAN config mode
Host-A(config)#)
vlan database
Create and enable VLAN 10
Host-A(vlan-config)#
vlan 10 name virtual-link state
enable
Step 2. Configure VLAN10
Enter the VLAN configuration mode
for VLAN10.
Host-A(vlan-config)#
interface vlan10
Set the IP address for VLAN10 to be
192.168.1.1/24
Host-A(vlan-config-if)#
ip address 192.168.1.1/24










