Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1005
Quality of Service (QoS) Introduction
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
38.33
■
set ip next-hop 18.25.2.6
Attaches the Welfare-to-WAN class-map to this policy-map, and gives it a policy-
routing action.
■
policy-map PM-Employment
Creates the policy-map called PM- Employment
■
class CM-Employment-to-Health
■
class CM-Employment-to-Welfare
Attaches the local Employment class-maps to the PM-Employment 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-Employment-to-WAN
■
set ip next-hop 34.56.4.5
Attaches the Employment-to-WAN class-map to this policy-map, and gives it a policy-
routing action.
Practical example: Create the policy-map called PM-Employment and attach its
appropriate classmaps.
.
Step 7:
Apply these Policy Maps to appropriate ports.
■
service-policy input Health-to-WAN
■
service-policy input Welfare-to-WAN
■
service-policy input Employment-to-WAN
Practical example: To apply a policy-map named PM-Employment to port 1.0.18-
port1.0.24
:
awplus#
configure terminal
awplus(config)#
policy-map PM-Employment
awplus(config-pmap)#
class CM-Employment-to-Health
awplus(config-pmap-c)#
exit
awplus(config-pmap)#
class CM-Employment-to-Welfare
awplus(config-pmap-c)#
exit
awplus(config-pmap)#
class CM-Employment-to-WAN
awplus(config-pmap-c)#
set ip next-hop 34.56.4.5
awplus#
configure terminal
awplus(config)#
interface port1.0.18-port1.0.24
awplus(config-if)#
service-policy input PM-Employment