cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
896
Views
0
Helpful
1
Replies

Cisco 3850 XE Queue buffer

nael.madani
Level 1
Level 1

Hi,

can any one can explain the output of:

"show platform qos queue config interface"

and how to figure out buffer ratio or values from this output? or should be other command reveals the buffer size for each queue?

Thanks

1 Reply 1

Furose M
Level 3
Level 3



There are two types of buffer allocations – hard buffers, which are explicitly reserved for the queue and soft buffers, which is available for other ports when unused by a given port.

By default, queue 0 will be given 40% of the buffers that are available for the interface as hard buffers i.e. 120 buffers are allocated for queue 0 in the context of 1G ports an 720 buffers in the context of 10G ports .

The softmax for this queue is set to 480 (calculated as 120 * 400/100) for 1GB ports and 2880 for 10GB ports, where 400 is the default max threshold that is configured for any queue.

Queue 1 does not have any hard buffers allocated. The default soft buffer limit is set to 400 (which the max threshold). The threshold would determine the maximum number of soft buffers that can be borrowed from the common pool. The show command that can be used to see this allocation is ‘show platform qos queue config <interface>’.