08-30-2004 11:47 PM - edited 03-13-2019 06:10 AM
Dear All,
I will set up a new remote site office.
Remote office will connect to main office using T1 data line. IP phone at remote office will use main site office CCM. What kind of QoS is required for this connection? is CBWFQ ok? and how to define IP phone voice traffic (what protocol and Port # required)?
Thanks and Regards,
C.K.
08-30-2004 11:51 PM
There are lots of items you will have to configure which will take some time. Can I recommend you read the design docs. There is one for QOS which will cover most of this. Url is http://www.cisco.com/go/srnd
08-31-2004 06:09 AM
You need to configure LLQ on the T1 serial interface. Here is the configuration.
class-map match-all VoIP-Control
match access-group 101
class-map match-all VoIP-RTP
match access-group 100
!
!
policy-map VOIP
class VoIP-RTP
priority 768
class VoIP-Control
bandwidth 32
class class-default
fair-queue
!
interface Serial0/0:0.606 point-to-point
bandwidth 1544
ip address 10.30.151.2 255.255.255.0
frame-relay class IPTel
frame-relay interface-dlci 606
!
map-class frame-relay IPTel
frame-relay cir 1540000
frame-relay bc 15400
frame-relay be 0
frame-relay mincir 1540000
service-policy output VOIP
!
access-list 100 permit ip any any precedence critical
access-list 100 permit ip any any dscp ef
access-list 101 permit ip any any precedence flash
access-list 101 permit ip any any dscp af31
!
You don't need fragmentation, this is a T1 ckt.
Hope this works for you :)
08-31-2004 08:59 AM
If you want to be more specific than just the dscp value, try checking this page for the protocols / port used by CallManager 3.3:
Those you want to prioritize is obviously the RTP (UDP 16384 - 32767) and the SCCP / Skinny (TCP 2000)
Good Luck,
Hendra Lesmana
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