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

6509 Voice - Video QoS

Hello,

I am trying to apply Qos for Jabber Voice and Video traffic on Cisco 6509 switch. There are 2 x Tengigabitethernet Etherchannels and 4 x Gigabitethernet Etherchannels configured on VSS bundle. When Iapply following configuration set on TengigabitEthernet ports, receive 'Propagating [attach] lan queueing policy'  then I can't find any service-policy command under interface. 

But if I apply same service-policy profile to GigabitEthernet interfaces i receive 'HWIF QOS: No enough normal queues' output.

Please help me, where on the config i have a mistake.


class-map type lan-queuing REALTIME-QUEUE
match dscp cs4 cs5 ef
class-map type lan-queuing CONTROL-QUEUE
match dscp cs2 cs3 cs6 cs7
class-map type lan-queuing MULTIMEDIA-CONFERENCING-QUEUE
match dscp af41 af42 af43
class-map type lan-queuing MULTIMEDIA-STREAMING-QUEUE
match dscp af31 af32 af33
class-map type lan-queuing TRANSACTIONAL-DATA-QUEUE
match dscp af21 af22 af23
class-map type lan-queuing BULK-DATA-QUEUE
match dscp af11 af12 af13
class-map type lan-queuing SCAVENGER-QUEUE
match dscp cs1
----------------------------------------------------------------------
INGRESS
policy-map type lan-queuing INGRESS-8Q4T
class REALTIME-QUEUE
bandwidth percent 10
class CONTROL-QUEUE
bandwidth percent 10
class MULTIMEDIA-CONFERENCING-QUEUE
bandwidth percent 10
random-detect dscp-based
class MULTIMEDIA-STREAMING-QUEUE
bandwidth percent 10
random-detect dscp-based
class TRANSACTIONAL-DATA-QUEUE
bandwidth percent 10
random-detect dscp-based
class BULK-DATA-QUEUE
bandwidth percent 4
random-detect dscp-based
class SCAVENGER-QUEUE
bandwidth percent 1
class class-default
random-detect dscp-based
service-policy type lan-queuing input INGRESS-8Q4T

-----------------------------------------------------------------------
EGRESS
policy-map type lan-queuing EGRESS-1P7Q4T
class REALTIME-QUEUE
priority
class CONTROL-QUEUE
bandwidth remaining percent 10
class MULTIMEDIA-CONFERENCING-QUEUE
bandwidth remaining percent 10
random-detect dscp-based
random-detect dscp af41 percent 80 100
random-detect dscp af42 percent 70 100
random-detect dscp af43 percent 60 100
class MULTIMEDIA-STREAMING-QUEUE
bandwidth remaining percent 10
random-detect dscp-based
random-detect dscp af31 percent 80 100
random-detect dscp af32 percent 70 100
random-detect dscp af33 percent 60 100
class TRANSACTIONAL-DATA-QUEUE
bandwidth remaining percent 10
random-detect dscp-based
random-detect dscp af21 percent 80 100
random-detect dscp af22 percent 70 100
random-detect dscp af23 percent 60 100
class BULK-DATA-QUEUE
bandwidth remaining percent 4
random-detect dscp-based
random-detect dscp af11 percent 80 100
random-detect dscp af12 percent 70 100
random-detect dscp af13 percent 60 100
class SCAVENGER-QUEUE
bandwidth remaining percent 1
class class-default
random-detect dscp-based
random-detect dscp default percent 80 100
service-policy type lan-queuing output EGRESS-1P7Q4T

0 Replies 0