09-13-2006 07:59 AM - edited 03-03-2019 01:59 PM
I have a T3 connection from point A to point B. I have custom-queue configured on Router A on T3 connection but not on Router B. Will this cause packets to drop? Do I need to configure the same custom-queue on both side of the connection?
RouterA#
!
interface Serial4/0/0
description T3 circuit
bandwidth 44210
ip address 172.17.1.17 255.255.255.252
no ip redirects
no ip proxy-arp
ip authentication mode eigrp 200 md5
ip authentication key-chain eigrp 200 secure-chain
load-interval 30
dsu bandwidth 44210
framing c-bit
cablelength 100
serial restart-delay 0
custom-queue-list 3
queue-list 3 protocol ip 1 list 111
queue-list 3 protocol ip 2 list 112
queue-list 3 protocol ip 3 list 113
queue-list 3 protocol ip 5 list 114
queue-list 3 default 4
queue-list 3 queue 1 byte-count 4500
queue-list 3 queue 2 byte-count 11500 limit 150
queue-list 3 queue 3 limit 40
queue-list 3 queue 4 byte-count 2500 limit 70
queue-list 3 queue 5 byte-count 16384 limit 150
RouterB#
!
interface Serial3/0
description T3 circuit
ip address 172.17.1.18 255.255.255.252
ip accounting output-packets
ip authentication mode eigrp 200 md5
ip authentication key-chain eigrp 200 secure-chain
custom-queue-list 3
framing c-bit
cablelength 100
dsu bandwidth 44210
serial restart-delay 0
queue-list 3 queue 1 byte-count 3000
queue-list 3 queue 2 byte-count 3000 limit 40
queue-list 3 queue 4 limit 40
09-13-2006 03:40 PM
If you only configure it at one end, that does not mean that the other end will drop those packets. What will happen, though, is that you will not have appropriate prioritisation happening at the other end. However, if the congestion is only present on the router where you have applied custom queueing, the absence of custom queueing at the other end will not be a problem.
Hope that helps - pls do rate the post if it does.
Paresh
09-13-2006 06:43 PM
While I feel that best practices for queuing is to have equivalent queuing configured on both ends of the connection, I do agree with Paresh that in certain circumstances where congestion is present only on one end of the connection that queuing configured only on that end is sufficient.
HTH
Rick
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