cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
374
Views
4
Helpful
2
Replies

How can I configure queues on router 3662 serial interface

jgtheodor
Level 1
Level 1

Hi,

What is the diference between tx-lmit command and hold queue command?

Actually I have two routers connected through a FR cloud. I make a ping to ROUTER_B's serial interface from ROUTER_A and I have icmp request timout during the day. I noticed from several commands outputs (find them attached) that I have many drop packets and delayed packets.

Could you take a look and help me?

tahnks in advance!

1 Accepted Solution

Accepted Solutions

Istvan_Rabai
Level 7
Level 7

Hi John,

The tx-ring-limit command sets the size of the hardware transmit queue of the interface which is always a FIFO queue.

The hold-queue command sets the size of the software queue (number of packets).

Based on your description of the problem I have a supposition that your serial interface is continuously overloaded with traffic during the workday.

If this is the situation, playing with the queue size will not bring a fundamental solution.

The reason is that the bandwidth of the interface is probably not enough to handle the traffic that is sent from one router to the other through the frame-relay cloud.

Probably you would need to investigate the possibility of increasing the bandwidth of the frame-relay pvc you are using.

QoS tools are effective only when there are bursts and troughs in the traffic.

Then QoS can buffer certain packets for later service and forward those packets that have higher priority.

In your case the higher buffer space will be filled in very shortly and the packet drops will continue.

Cheers:

Istvan

View solution in original post

2 Replies 2

aghaznavi
Level 5
Level 5

To control the number of transmit buffers available to a specified interface on the multiport communications interface (MCI) and serial communications interface (SCI) cards, use the tx-queue-limit command in interface configuration mode.

tx-queue-limit number

frame-relay holdq map-class command was used to configure the size of FIFO traffic shaping queues only.

Configuring Queueing and Fragmentation on the Frame Relay Interface

Router(config)# interface type number

Router(config-if)# encapsulation frame-relay

Router(config-if)# service-policy output policy-map-name

Router(config-if)# frame-relay fragment fragment-size end-to-end

Istvan_Rabai
Level 7
Level 7

Hi John,

The tx-ring-limit command sets the size of the hardware transmit queue of the interface which is always a FIFO queue.

The hold-queue command sets the size of the software queue (number of packets).

Based on your description of the problem I have a supposition that your serial interface is continuously overloaded with traffic during the workday.

If this is the situation, playing with the queue size will not bring a fundamental solution.

The reason is that the bandwidth of the interface is probably not enough to handle the traffic that is sent from one router to the other through the frame-relay cloud.

Probably you would need to investigate the possibility of increasing the bandwidth of the frame-relay pvc you are using.

QoS tools are effective only when there are bursts and troughs in the traffic.

Then QoS can buffer certain packets for later service and forward those packets that have higher priority.

In your case the higher buffer space will be filled in very shortly and the packet drops will continue.

Cheers:

Istvan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card