Question

Adtran QoS

Asked by: simprix

I have a adtran 1335. I was wondering if my QoS looks to be setup properly for VOIP. The phones are Polycom with a CoS of 5. The dscp on this phone is 40. We have a T1 for the wan and have SIP trunks from bandwidth.com. Attached is the config. Some information has been removed.

!
!
! ADTRAN, Inc. OS version 16.02.00.E
! Boot ROM version 15.01.00
! Platform: NetVanta 1335 PoE, part number 1700525E2
! Serial number LBADTN0738AF412
!
 
!
clock timezone -5-Eastern-Time
clock no-auto-correct-DST 
!
ip subnet-zero
ip classless
 
ip routing
!
 
!
 
!
ip name-server 192.168.1.50 64.186.63.132 64.141.177.150 
!
!
no ip route-cache express
!
no auto-config
!
event-history on
no logging forwarding
no logging email
logging email priority-level info
!
no service password-encryption
!
 
!
banner motd #
#
!
!
ip firewall
no ip firewall alg msn
no ip firewall alg h323
no ip firewall alg sip
!
!
!
!
!
!
!
!
dot11ap access-point-controller
!
!
!
ip dhcp-server excluded-address 10.10.10.1 10.10.10.99
ip dhcp-server excluded-address 192.168.1.1 192.168.1.49
ip dhcp-server excluded-address 192.168.1.51 192.168.1.99
ip dhcp-server excluded-address 192.168.2.1 192.168.2.99
!
ip dhcp-server pool "DATA"
  network 10.10.10.0 255.255.255.0
  dns-server 208.67.222.222 208.67.220.220
  netbios-node-type h-node
  default-router 10.10.10.1
!
ip dhcp-server pool "PBXTRA"
  netbios-node-type h-node
  default-router 192.168.1.1
  host 192.168.1.50 255.255.255.0
  hardware-address 00:19:d1:51:e0:f8 ethernet
!
ip dhcp-server pool "VOICE"
  network 192.168.1.0 255.255.255.0
  dns-server 192.168.1.50
  netbios-node-type h-node
  default-router 192.168.1.1
!
ip dhcp-server pool "Wireless"
  network 192.168.2.0 255.255.255.0
  dns-server 208.67.222.222 208.67.220.220
  netbios-node-type h-node
  default-router 192.168.2.1
!
!
!
ip crypto
!
crypto ike client configuration pool Roadwarrior
  ip-range            10.10.9.1         10.10.9.254      
  dns-server          208.67.222.222    208.67.220.220   
!
 
qos map qos-voip-map 20
  match dscp 46
  match precedence 5
  match dscp 40
  priority 926
  set dscp 26
qos map qos-voip-map 21
  match list qos-voip-acl
  set dscp 26
!
qos cos-map 1 0 1
qos cos-map 2 2 3
qos cos-map 3 4 6 7
qos cos-map 4 5
qos queue-type wrr 25 25 25 expedite
!
 
qos dscp-cos 0 8 16 24 32 40 48 56 to 0 1 2 3 4 5 6 7
 
!
!
!
!
vlan 1
  name "Default" 
!
vlan 100
  name "VOICE" 
!
vlan 200
  name "Wireless" 
!
interface switchport 0/1
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/2
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/3
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/4
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/5
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/6
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/7
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/8
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/9
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/10
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/11
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/12
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/13
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/14
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/15
  spanning-tree edgeport
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/16
  spanning-tree edgeport
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/17
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/18
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/19
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/20
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/21
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/22
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/23
  no shutdown
  switchport mode trunk
  qos trust cos
!
interface switchport 0/24
  no shutdown
  switchport mode trunk
  switchport trunk native vlan 100
  qos trust cos
!
!
interface gigabit-switchport 0/1
  no shutdown
!
interface gigabit-switchport 0/2
  no shutdown
!
!
!
interface vlan 1
  ip address  10.10.10.1  255.255.255.0 
  access-policy Private
  ip route-cache express
  no shutdown
!
interface vlan 100
  ip address  192.168.1.1  255.255.255.0 
  access-policy Private
  ip route-cache express
  no shutdown
!
interface vlan 200
  ip address  192.168.2.1  255.255.255.0 
  access-policy Private
  ip route-cache express
  no shutdown
!
!
interface t1 1/1
  description UTMI_T1
  tdm-group 1 timeslots 1-24 speed 64
  no shutdown
!
interface t1 1/2
  clock source through
  shutdown
!
interface ppp 1
 
  access-policy Public
  crypto map VPN
  qos-policy out qos-voip-map
  no shutdown
  cross-connect 1 t1 1/1 1 ppp 1
!
!
 
!
interface dot11ap 1/1 radio-type 802.11bg
  no shutdown
!
!
 
!
interface dot11ap 1/2 radio-type 802.11a
  shutdown
!
!
interface dot11ap 1/2.1
  security mode none
  shutdown
!
!
!
!
!
!
!
!
ip access-list standard MATCHALL
  permit any
!
ip access-list standard nat
  remark Internet Connection Sharing
  permit any
!
!
ip access-list extended aclppp1QosWizSignal21
  permit udp any  any eq 5060   
  permit tcp any  any eq 5060  
!
ip access-list extended pbxtra
  remark SSH PBXTRA
  permit tcp any  any eq ssh   log
  permit tcp any  any eq 5060   log
  permit udp any  any eq 5060    log
  permit tcp any  any range 1024 64000   log
  permit udp any  any range 1024 64000    log
!
ip access-list extended qos-voip-acl
  permit udp any  any eq 5060   
  permit tcp any  any eq 5060  
!
ip access-list extended self
  remark Traffic to NetVanta
  permit ip any  any     log
!
ip access-list extended telnet-to-netvanta
  permit tcp any  any eq telnet  
  permit icmp any  any    
  permit tcp any  any eq www  
  permit tcp any  any eq https  
  permit udp any  any eq snmp    log
!
ip access-list extended VPN-10-vpn-selectors
  permit ip 10.10.10.0 0.0.0.255  10.10.9.0 0.0.0.255    
!
ip policy-class Private
  allow list VPN-10-vpn-selectors stateless
  allow list self self
  nat source list nat interface ppp 1 overload
  allow list MATCHALL self
!
ip policy-class Public
  allow reverse list VPN-10-vpn-selectors stateless
  allow list telnet-to-netvanta self
  nat destination list pbxtra address 192.168.1.50
!
!
!
ip route 0.0.0.0 0.0.0.0 ppp 1
!
ip tftp server
no ip tftp server overwrite
ip http server
ip http secure-server
ip http language English
ip snmp agent
no ip ftp server
ip ftp server default-filesystem flash
no ip scp server
no ip sntp server
!
!
!
!
!
 
!
!
!
!
line con 0
  login
!
line telnet 0 4
  login
 
  no shutdown
line ssh 0 4
  login local-userlist
  no shutdown
!
!
!
!
!
end

                                  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2007-11-22 at 05:21:44ID22977483
Tags

adtran

,

1335

,

qos

Topics

Voice Over IP

,

Miscellaneous Networking

,

Network Routers

Participating Experts
2
Points
250
Comments
6

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. QoS for VoIP
    What is a good way to set up QoS for VoIP? Of course, this question is a catch 22 since it really depends what device you're using. But I'd like to look past that and first ask what the best way to set up QoS is. Is it better to have the QoS implemented as: Port Based Protoc...
  2. QOS Issues as a result of Internet Utilization, resulting Link…
    I am having link saturation problems with a network consisting of the following in two locations : Adtran TA600 Series passing data off via V.34 to Adtran Netvanta 3305s. The circuits are provided by the same CLEC at both sites, with average latency of 8-10ms between the li...
  3. Adtran 1224 QoS
    I have a adtran 1224 switch. Im trying to setup quality of service on this switch for VoIP. I have a polycom 501 connected to the switch and a PC plugged into the lan port on the phone. Im a little confused about the CoS stuff. If I setup weighted round robin queues. How does...
  4. Proper QoS Settings On Cisco ASA 5505 For VoIP
    I have a T1 made available via an Adtran router. In between my network and the Internet, I have a Cisco ASA 5505. My network is converged providing both voice and data services. My T1 is configured for all channels to provide data service. Within my network, I have a Digi...
  5. How to configure QoS with Adtran netvanta and Avaya IP …
    I have two sites with a VPN tunnel in place but I have no idea how to configure QoS on the Adtran Netvanta 3120 Routers at both sites. I have included a config file from one site, the other site is identical. One site has the PRI and all VoIP is carried across the VPN tunnel...
  6. Procurve 2524 Trunking / VLAN config with Adtran Net…
    Here is the scoop... We are gearing up for a ShoreTel VoIP install and have recently installed NetVanta 1335 PoE Layer 3 switches. There are two Vlans configured on the netvanta Default Vlan 1 and Voice Vlan 35. Vlan 35 Gateway is 192.168.35.1. Main gateway to MPLS is 10.3...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: Elixir2Posted on 2007-11-24 at 06:24:20ID: 20342739

I'm so sorry I can't help. However, I have a similar problem. I have a Adtran NetVanta 3430 (see EE:22979333). I am going to study your QoS map to see if I can learn how to fix my problem. If you have any good Adtran AOS resources, please post. Thanks!

 

by: rpalmeira22Posted on 2007-11-26 at 14:22:50ID: 20353744

So couple of things....
1. You're logging all the firewall info which can be good but unnecessary if you have a lot of traffic.
2. verify that the ISP you have is actually going to care about QoS settings (you have it set to DSCP 26 belo) because many won't. it doesn't hurt anything to mark it but you may be doing it unnecessarily depending on your T1 Internet provider.
3. You're expediting the voice traffic (RTP) but you may also want to consider marking your signalling traffic (SIP) differently. Again depends on what your provider will recognize.
4. If you're only using precedence of 5 then your QoS maps are fine
5. check the codecs on your phone. with only a single T1, and only 926 K prioritized you're looking at a pretty low simaltaneous call volume if you're running G.711

 

by: rpalmeira22Posted on 2007-11-26 at 14:27:08ID: 20353783

sorry one other thing, and its fairly minor but sort of an old habit that I don't generally use VLAN 1 for anything besides (maybe) management. Not really an issue, just a suggestion. The catch is that if you do change it, you'll need to go around to each of the eth 0/X ports and give then a native vlan as well so more config work.

also, I can't remember if it was the 1335 or the 1355 but check to see if you can use the "media-gateway ip primary" command on any L3 interface that will carry voice traffic (so PPP 1 for example) as Adtran uses it for flagging and prioritizing voice traffic.

 

by: simprixPosted on 2007-11-26 at 15:12:11ID: 20354112

Not sure of my ISP is looking for the DSCP value. Im just trying to make sure that all voice traffic has priority when it leaves my router.

 

by: rpalmeira22Posted on 2007-11-26 at 17:57:36ID: 20354827

whatever traffic is marked a priority 5 will leave the router first, if that's voice traffic then your setup is fine. don't forget to check on your signalling. if a sip packet gets dropped because you're saturating the priority queue you could have issues. Also, check traffic at the endpoints to make sure it's marking traffic properly, just do a port mirror and check to make sure packets coming from the phones are marking properly. I don't remember if it was Polycom or Aastra, maybe somebody else, but there was an issue with an older firmware version not marking packets properly. but yeah, any traffic marked as priority five will get tagged with dscp value of 26 and will get sent out first.

 

by: simprixPosted on 2007-11-26 at 18:04:41ID: 20354842

They are a polycom. They are marking it with a cos of 5. Thanks alot.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...