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

How do I QoS video through a PA-A2-4T1C-T3ATM interface?

jkeeffe
Level 2
Level 2

I have a 10MB data ATM PVC configured thru the DS3 interface:

interface ATM2/0

no ip address

ip route-cache flow

no atm clock INTERNAL

atm pvc 2 0 16 ilmi

no atm ilmi-keepalive

!

interface ATM2/0.1 point-to-point

ip address 164.72.47.129 255.255.255.128

pvc 18/18

class-vc VBR-NRT

vbr-nrt 10000 10000 100

encapsulation aal5snap

..... and have found out that this interface does not support CBWFQing - so I can't configure standard LLQ priority for video QoS.

This PVC is getting very congested and we are experienced poor video conferencing sessions.

What can I do since LLQ/class-based QoS is not an option?

3 Replies 3

vkapoor5
Level 5
Level 5

Hi,

Why your ATM interface does not support LLQ/CBWFQ?

I hope your interface suppoprts AutoQoS.

Please go through the following link...

http://www.cisco.com/en/US/tech/tk543/tk759/technologies_q_and_a_item09186a0080134a66.shtml

n.titchener
Level 1
Level 1

Hi,

A good starting point for you would be to change from VBR-NRT to VBR-RT, nrt and rt stand for non-real-time and real-time. This sets a tag in the ATM header and allows the telco switches to give some kind of priority to the real-time traffic, Although this may well depend on the service contract you have with your Telco.

n.titchener
Level 1
Level 1

Please excuse my ignorance but is this module fitted to a router? If so you'll have to run one of the T train IOSs, create a virtual interface if you intend on running rtp compression. You will probably have to apply the service-policy directly to the PVC.

Applying QoS to ATM circuits can be tricky. Here's one I've just installed. Pick through it feel free to use it if you want to

class-map match-all voice-bearer-atm

match dscp ef

class-map match-any voice-signaling-in

match access-group 101

class-map match-any voice-bearer-out

match ip dscp ef

class-map match-any voice-signaling

description match for signaling traffic

match ip dscp af31

class-map match-any voice-bearer

description match for voice bearer traffic

match ip rtp 16384 16383

class-map match-all voice-signaling-atm

match ip dscp af31

!

policy-map voice-atm-egress

class voice-bearer-atm

priority 1300

class voice-signaling-atm

bandwidth 150

random-detect dscp-based

random-detect dscp 26 80 120

random-detect dscp 34 80 120

interface ATM3/0.18 point-to-point

description *** xxxxxx ***

bandwidth 2000

pvc xxxxx 1/33

vbr-rt 1920 1920 200

inarp 10

tx-ring-limit 3

oam-pvc manage

oam retry 3 3 3

encapsulation aal5ciscoppp Virtual-Template1

max-reserved-bandwidth 80

service-policy output voice-atm-egress

interface Virtual-Template1

ip address 10.x.x.x 255.255.255.252

ip tcp header-compression iphc-format

ip rtp header-compression iphc-format

access-list 101 permit tcp 10.x.x.0 0.0.0.255 10.x.x.0 0.0.0.255 eq 1720

access-list 101 permit udp 10.x.x.0 0.0.0.255 10.x.x.0 0.0.0.255 eq 1719

access-list 101 permit tcp 10.x.x.0 0.0.0.255 eq 1169 10.x.x.0 0.0.0.255

access-list 101 permit tcp 10.x.x.0 0.0.0.255 10.x.x.0 0.0.0.255