08-24-2022 09:41 AM - edited 09-12-2022 11:34 AM
This is total crap. Hitting the same bug as CSCvj25368. What's the issue, Cisco folks?
...have a really simple, straightforward policy map configured:
policy-map detangle-queues
class v4-lsb-0
set dscp default
class v4-lsb-1
set dscp 1
class v4-lsb-2
set dscp 2
class v4-lsb-3
set dscp 3
class v4-lsb-4
set dscp 4
class v4-lsb-5
set dscp 5
class v4-lsb-6
set dscp 6
class v4-lsb-7
set dscp 7
...each class merely matches a standard IP ACL:
ip access-list standard v4-lsb-0
permit 0.0.0.0 255.255.255.248
ip access-list standard v4-lsb-1
permit 0.0.0.1 255.255.255.248
ip access-list standard v4-lsb-2
permit 0.0.0.2 255.255.255.248
ip access-list standard v4-lsb-3
permit 0.0.0.3 255.255.255.248
ip access-list standard v4-lsb-4
permit 0.0.0.4 255.255.255.248
ip access-list standard v4-lsb-5
permit 0.0.0.5 255.255.255.248
ip access-list standard v4-lsb-6
permit 0.0.0.6 255.255.255.248
ip access-list standard v4-lsb-7
permit 0.0.0.7 255.255.255.248
class-map match-all v4-lsb-7
match access-group name v4-lsb-7
class-map match-all v4-lsb-6
match access-group name v4-lsb-6
class-map match-all v4-lsb-5
match access-group name v4-lsb-5
class-map match-all v4-lsb-4
match access-group name v4-lsb-4
class-map match-all v4-lsb-3
match access-group name v4-lsb-3
class-map match-all v4-lsb-2
match access-group name v4-lsb-2
class-map match-all v4-lsb-1
match access-group name v4-lsb-1
class-map match-all v4-lsb-0
match access-group name v4-lsb-0
...and boom, can't apply it to more than four interfaces:
switch(config-if-range)#service-policy input detangle-queues
HAY_HQM_IF_POLICY_ADD_CMD send failed for interface GigabitEthernet0/27
Service Policy attachment failed
% Interface range command failed for GigabitEthernet0/27
switch(config)#
Aug 24 16:28:42.876: HQM: Failed command 18 0 2
Aug 24 16:28:42.877: %QOS-6-POLICY_INST_FAILED:
Service policy installation failed
Seriously. WTF. This appears in no docs, caveats, etc.
Additionally, tcam nowhere close to full:
switch#sh platform tcam utilization asic all
TCAM USAGE OF ASIC NUM 0
MAC/IPV4 ACEs : 11
IPV6 ACEs : 0
L2 TCAM TABLE USAGE : 28
MULTICAST GROUP USAGE : 9
08-24-2022 10:02 AM
Can you post what device model and what IOS code running on the switch:
show version help us to understand the issue.
there may be limitations - check this also : (if the switch 2960X)
08-24-2022 11:52 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide