cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
1
Replies

ASR903 QoS marking based on TCP/UDP

https://www.cisco.com/c/en/us/td/docs/routers/asr903/software/guide/17-1-1/b-qos-guidelines-xe-17-asr900/qos_guidelines_for_rsp3_module.html states that in Cisco IOS XE Release 3.18 the usage of TCP/UDP ports for QoS ACLs does not seem to work. I have not found any other document that would clarify if this works for XE 17.x.x versions. 

Does anyone know if this "3.18" in the above URL is a copy/paste typo or if the usage of QoS ACL with TCP/UDP ports is working for ARR903 in versions 17.x.x?

1 Accepted Solution

Accepted Solutions

To answer it myself:

RT01-CORE-ONE#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RT01-CORE-ONE(config)#ip access-list ext ACL_M_QOS_TEST2
RT01-CORE-ONE(config-ext-nacl)# permit tcp any any eq 23
RT01-CORE-ONE(config-ext-nacl)#!
RT01-CORE-ONE(config-ext-nacl)#class-map match-all CM_M_QOS_TEST2
RT01-CORE-ONE(config-cmap)# match access-group name ACL_M_QOS_TEST2
RT01-CORE-ONE(config-cmap)#!
RT01-CORE-ONE(config-cmap)#policy-map PM_M_QOS_TEST2
RT01-CORE-ONE(config-pmap)# class CM_M_QOS_TEST2
RT01-CORE-ONE(config-pmap-c)# set qos-group 4
RT01-CORE-ONE(config-pmap-c)# set ip dscp af32
RT01-CORE-ONE(config-pmap-c)#!
RT01-CORE-ONE(config-pmap-c)#interface GigabitEthernet0/0/7
RT01-CORE-ONE(config-if)# description CU_SW01-CORE-ONE_Gi1/0/24
RT01-CORE-ONE(config-if)# no service-policy input PM_M_QOS_TEST
RT01-CORE-ONE(config-if)# service-policy input PM_M_QOS_TEST2
RT01-CORE-ONE(config-if)#
RT01-CORE-ONE(config-if)#
*Mar 8 14:46:42: %QOSMGR-3-UNSUPPORTED_FILTERS: F0/0: uea_mgr: Installed Policy-map has filters which are not supported.Detach,re-configure and attach the policy
*Mar 8 14:46:42: %QOSMGR-3-UNSUPPORTED_FILTERS: F1/0: uea_mgr: Installed Policy-map has filters which are not supported.Detach,re-configure and attach the policy
RT01-CORE-ONE(config-if)#

 

A

class-map

based on a standard

access-list

specifying only an IP address (or range) works.

So it seems that the documentation is not 100% accurate.

 

View solution in original post

1 Reply 1

To answer it myself:

RT01-CORE-ONE#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RT01-CORE-ONE(config)#ip access-list ext ACL_M_QOS_TEST2
RT01-CORE-ONE(config-ext-nacl)# permit tcp any any eq 23
RT01-CORE-ONE(config-ext-nacl)#!
RT01-CORE-ONE(config-ext-nacl)#class-map match-all CM_M_QOS_TEST2
RT01-CORE-ONE(config-cmap)# match access-group name ACL_M_QOS_TEST2
RT01-CORE-ONE(config-cmap)#!
RT01-CORE-ONE(config-cmap)#policy-map PM_M_QOS_TEST2
RT01-CORE-ONE(config-pmap)# class CM_M_QOS_TEST2
RT01-CORE-ONE(config-pmap-c)# set qos-group 4
RT01-CORE-ONE(config-pmap-c)# set ip dscp af32
RT01-CORE-ONE(config-pmap-c)#!
RT01-CORE-ONE(config-pmap-c)#interface GigabitEthernet0/0/7
RT01-CORE-ONE(config-if)# description CU_SW01-CORE-ONE_Gi1/0/24
RT01-CORE-ONE(config-if)# no service-policy input PM_M_QOS_TEST
RT01-CORE-ONE(config-if)# service-policy input PM_M_QOS_TEST2
RT01-CORE-ONE(config-if)#
RT01-CORE-ONE(config-if)#
*Mar 8 14:46:42: %QOSMGR-3-UNSUPPORTED_FILTERS: F0/0: uea_mgr: Installed Policy-map has filters which are not supported.Detach,re-configure and attach the policy
*Mar 8 14:46:42: %QOSMGR-3-UNSUPPORTED_FILTERS: F1/0: uea_mgr: Installed Policy-map has filters which are not supported.Detach,re-configure and attach the policy
RT01-CORE-ONE(config-if)#

 

A

class-map

based on a standard

access-list

specifying only an IP address (or range) works.

So it seems that the documentation is not 100% accurate.

 

Review Cisco Networking products for a $25 gift card