Step 3: attach access-groups to class-maps, Step 4: attach class-maps to policy-maps – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 834

Access Control Lists Introduction
Software Reference for x310 Series Switches
33.10
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
Step 3:
Attach access-groups to class-maps
Attach ACL 3000 to the class-map cmap1:
Attach ACL 3001 to the same class-map (cmap2):
Step 4:
Attach class-maps to policy-maps
Attach the class-map cmap1 to policy-map pmap1:
Add the class-map cmap2 to the policy-map pmap1:
Return to Global Configuration mode:
awplus(config)#
class-map cmap1
awplus(config-cmap)#
match access-group 3000
awplus(config-cmap)#
exit
awplus(config-cmap)#
match access-group 3001
awplus(config-cmap)#
exit
awplus(config)#
policy-map pmap1
awplus(config-pmap)#
class cmap1
awplus(config-pmap-c)#
exit
awplus(config-pmap)#
class cmap2
awplus(config-pmap-c)#
exit
awplus(config-pmap)#
exit