03-19-2010 04:50 AM - edited 03-06-2019 10:13 AM
I am trying to implement priority queuing (LLQ) on a pair of 10GE links between a 4507 with Sup6E and a 4948 which are configured as an etherchannel. I am unable to configure a priority queue on the 4507. I am running into the following issues:
All of the other interfaces on the 4500 are working OK. The trunks have auto qos voip trust configured and access ports are marking the critical application traffic.
The 4507 is running 12.2(44)SG1 EnterpriseK9. I don't have the luxury to upgrade blindly to fix the problem unless I can identify a specific bug that is causing the problem. Can anyone help?
Thanks
03-19-2010 08:08 AM
I did some further testing. The problem is related to the police command being needed for a priority queue but not being supported on a port-channel member, even if the port-channel and interafaces are shutdown. If I removed the police and priority commands from the class and configured bandwidth instead then I was able to apply the policy to the physical interface in the port-channel. If I then tried to change the applied policy to add the police command I got:
police command is not supported for this interface
The interface does not support the specified policy configuration and/or parameter values.
I tried different police options and none of them worked while the policy was applied to the interface.
I then removed the 10GE interfaces from the port-channel and was able to apply the service policy to them, even with the police and policy commands. I was then able to configure the ports back into the port-channel. Unfortunately when I did this the interfaces were suspended and did not come up.
It therefore appears that it is not possible to have a priority queue on a port-channel on the 4500 Sup6E running this image.
04-08-2010 08:14 PM
You have it right sort of...police on the port-channel and queue on the member links.
This is an edited version for an example:
interface Port-channel1
service-policy output SUP6E-EGRESS-POLICER
!
interface TenGigabitEthernet5/1
channel-protocol pagp
channel-group 1 mode desirable
service-policy output SUP6E-EGRESS-QUEUING
!
interface TenGigabitEthernet6/1
channel-protocol pagp
channel-group 1 mode desirable
service-policy output SUP6E-EGRESS-QUEUING
!
!
policy-map SUP6E-EGRESS-POLICER
class PRIORITY-QUEUE
police cir 3000000000
conform-action transmit
exceed-action drop
!
!
policy-map SUP6E-EGRESS-QUEUING
class PRIORITY-QUEUE
priority
class CONTROL-MGMT-QUEUE
bandwidth remaining percent 10
class MULTIMEDIA-CONFERENCING-QUEUE
bandwidth remaining percent 5
class MULTIMEDIA-STREAMING-QUEUE
bandwidth remaining percent 5
class TRANSACTIONAL-QUEUE
bandwidth remaining percent 15
dbl
class BULK-QUEUE
bandwidth remaining percent 5
dbl
class SCAVENGER-QUEUE
bandwidth remaining percent 5
dbl
class class-default
bandwidth remaining percent 25
dbl
Hope that example helps.
01-03-2012 03:32 AM
hello,
could you help me please regarding upper question. In your example on portchannel configuration you have policy
SUP6E-EGRESS-POLICER which polices priority traffic to 3Gbps, right ?
Does that give 3Gig to priority traffic comparing to 20Gig (which is portchannel capacity) meaning 1.5Gig on each port or does that give 3Gig for priority traffic on each interface (3Gig on one, 3 Gig on other).
Question is basically what is this cir parameter, when you have portchannel bundle, based on ? Physical interface bandwidth or bundle bandwidth) ?
regards
06-28-2012 02:43 AM
Hi,
have you managed to solve this issue?
I tried kfccolonel config but still the port gets suspended.
Thanks.
06-29-2012 02:52 AM
Hi,
have you managed to solve this issue?
I tried kfccolonel config but still the port gets suspended.
Thanks.
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