10-30-2007 07:44 AM - edited 03-13-2019 04:37 PM
Looking for config assistance on a couple of 2811s, connected via a T1 that will carry voice traffic between 2 Nortel Option 11c's.
Will 'auto qos voip trust' on the serial interfaces suffice?
Does a 'map' function need to be defined?
10-30-2007 07:53 AM
Hi,
if you only carry voice on the T1, you don't need to configure anything.
Else, the GW should be already be sending voice as DSCP EF (or configure media under DP), I would configure a simple service-policy with priority.
10-30-2007 07:57 AM
I should have clarified. The T-1s will carry both data and voice. The phones themselves will be digital. Nortel classifies the IP connection between the Option 11c's as IP trunking.
With the above added, can anyone site a config example?
10-30-2007 08:51 AM
Hi, that is the minimal config to protect voice traffic:
class-map voice
match ip dscp ef
policy-map test
class voice
priority percent 50 <--- you are allocating no more than 768 Kbps to voice
interface serial X/Y
service policy output test
Hope this helps, please rate post if it does!
10-30-2007 09:21 AM
That's the ticket!
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