device# qos device(config-qos)#
device(config-qos)# forwarding-group fg1
device(config-qos-group)# queue q1
device(config)# route-map map1 1 forward-action permit device(config-route-map)# qos-forwarding-group group_name
Note
The route-map allows you to configure actions that are common for all ACLs under the route-map.device (qos-fowarding-group)# ip access-list acl1 seq 10 permit tcp any any qos-forwarding-group fg1 seq 20 permit udp any any qos-forwarding-group fg2 seq 30 permit ip any any
Note
If the forwarding group is not attached, seq uses the QoS forwarding group from the route-map for an IPv4 ACL.