beautypg.com

Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1004

background image

Quality of Service (QoS) Introduction

Software Reference for x310 Series Switches

38.32

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

Step 5:

Setup class-maps for each department’s wide area connection

and apply an access-list to each of these class-maps.

class-map CM-Health-to-WAN
Creates a class-map called CM-Health-to-WAN.

match access-group 3006
Applies the access-list 3006 to the CM-Health-to-WAN class-map, so that this
class-map applies to all packets matching this ACL.

class-map CM-Welfare-to-WAN
Creates a class-map called Welfare-to-WAN

match access-group 3007
Applies the access-list 3007 to the CM-Welfare-to-WAN class-map, so that this
class-map applies to all packets matching this ACL.

class-map CM-Employment-to-WAN
Creates a class-map called Employment-to-WAN.

match access-group 3008
Applies the access-list 3008 to the CM-Employment-to-WAN class-map, so that this
class-map applies to all packets matching this ACL.

Practical example: Create the class-map Health-to-WAN, then apply access list 3006 to it.

Step 6:

Create the Departmental Policy-Maps and associate them with

their appropriate Class-Maps.

policy-map PM-Health
Creates the policy-map called PM-Health

class CM-Health-to-Welfare

class CM-Health-to-Employment
Attaches the local Health class-maps to the PM-Health policy-map. Note that no
action is applied to these two class-maps. Packets that match either of these two
class-maps will be forwarded across the local network using normal routing /
forwarding procedures.

class CM-Health-to-WAN

set ip next-hop 172.34.7.5
Attaches the CM-Health-to-WAN class-map to this policy-map, and gives it a policy-
routing action.

policy-map PM-Welfare
Creates the policy-map called PM-Welfare

class CM-Welfare-to-Health

class CM-Welfare-to-Employment
Attaches the local Welfare class-maps to the PM-Welfare policy-map. Note that no
action is applied to these two class-maps. Packets that match either of these two
class-maps will be forwarded across the local network using normal routing /
forwarding procedures.

class CM-Welfare-to-WAN

awplus#

configure terminal

awplus(config)#

class-map CM-Health-to-WAN

awplus(config-cmap)#

match access-group 3006