C613-50100-01 REV C Command Reference for x930 Series 1998
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
QOS COMMANDS
MATCH
ACCESS-GROUP
To configure a class-map named cmap3 with one match criterion: access-list
hw_acl, which allows IP traffic from any source to any destination, use the
commands:
awplus# configure terminal
awplus(config)# access-list hardware hw_acl
awplus(config-ip-hw-acl)# permit ip any any
awplus(config)# class-map cmap3
awplus(config-cmap)# match access-group hw_acl
Related
Commands
class-map