QoS over Point-to-Point T1
mzinz
Member Posts: 328
I'm fairly new to QoS, so I have a few questions.
I'm trying to prioritize certain traffic which goes over a point-to-point T1. I would like to give VoIP traffic high priority.
One end terminates with a 7204, and the other end terminates with a 2821. Would both of these be suitable to handle the task?
Anything I should know ahead of time?
I'm trying to prioritize certain traffic which goes over a point-to-point T1. I would like to give VoIP traffic high priority.
One end terminates with a 7204, and the other end terminates with a 2821. Would both of these be suitable to handle the task?
Anything I should know ahead of time?
_______LAB________
2x 2950
2x 3550
2x 2650XM
2x 3640
1x 2801
2x 2950
2x 3550
2x 2650XM
2x 3640
1x 2801
Comments
-
dtlokee Member Posts: 2,378 ■■■■□□□□□□Yah you can use LLQ to accomplish the goal. You need to classify the traffic somehow (it may already be marked by the phones as cs5 or EF). If it is not marked then you will need to classify it, NBAR will work here.
ip cef
!
class-map VOICE
match protocol rtp audio
then create a service policy
policy-map LLQ
class VOICE
priority 256
then apply to the interface:
interface serial 0/0/0
service-policy output LLQ
A word of warning, LLQ is a strict priority queue, it is serviced until it uses up it;s bandwidth allotment (in this case 256kb/s) and will also be policed to that rate so it is important you also use some form of CAC to restrict the total number of calls because if it exceedes the total allotment, the quality of all the calls will suffer.
Also you can add other classification and queueing methods to the policy to allow other traffic to have bandwidth allotments (use the bandwidth statement, not the priority statement fo these)The only easy day was yesterday! -
mzinz Member Posts: 328Thanks for the great reply, that really helps._______LAB________
2x 2950
2x 3550
2x 2650XM
2x 3640
1x 2801