Specifications
AMF Introduction and Configuration
128 New and Enhanced Features in AlliedWare Plus 5.4.4 Major and Minor Versions
Return to config mode
Host-A(config-if)#
exit
Step 3. Add policy map vlink to port 1.0.10
Set port 1.0.10 for configuring
Host-A(config)#
interface port 1.0.10
Set the port to access mode
Host-A(config-if)#
switchport mode access
Associate the port with VLAN10
Host-A(config-if)#
switchport access vlan10
Add policy map vlink to port 1.0.10
Host-A(config-if)#
service-policy input vlink
Return to config mode
Host-A(config-if)#
exit
Step 4. Create an AMF virtual-link tunnel
Create the virtual link tunnel
Host-A(config)#
atmf virtual-link id 1 ip
192.168.1.1 remote-id 2
remote-ip 192.168.2.1
Step 5. Create an ACL to permit tunneled traffic
Enable QoS on switch 1
Host-A(config)#
mls qos enable
Create an access-list for the virtual
link
Host-A(config)#
access-list hardware vlink
Permit traffic that has the tunneled IP
addresses
Host-A(config-ip-hw-acl)#
permit ip 192.168.2.1/32 ip
192.168.1.0/32
Step 6. Create a class-map for the virtual link
Create a class-map named vlink
Host-A(config)#
class-map vlink
Step 7.
Create a class-map named vlinkarp
Host-A(config)#
class-map vlinkarp
Host-A(config-cmap)#
match eth-format ethii-any
protocol 0806
Ensure vlinkarp packets on vlan10
are also sent to the CPU
match vlan10
Step 8.
Host-A(config)#
policy-map vlink
match access-group
Host-A(config-pmap)#
class default
Send vlink traffic to CoS queue 6
class vlink
remark new-cos 4 both
Send vlinkarp traffic to CoS queue 6
class vlinkarp
remark new-cos 4 both
Table 7: Set QoS CoS for an AMF tunneling switch(cont.)
Description Prompt Command










