Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

output-queue-priority

date_range 19-Nov-23

output-queue-priority (System Configuration)

content_copy zoom_out_map
output-queue-priority {
    expedited update-tokens number-of-tokens;
    priority priority-queue-number (1-16) update-tokens number-of-tokens;
}

Hierarchy Level (System Configuration)

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols bgp],
[edit protocols bgp]

output-queue-priority (Implementation)

content_copy zoom_out_map
output-queue-priority {
    (expedited | priority priority-queue-number (1-16));
}

Hierarchy Level (Implementation)

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols bgp family family-name sub-family],
[edit logical-systems logical-system-name protocols bgp group group-name family family-name sub-family],
[edit protocols bgp family family-name sub-family],
[edit protocols bgp group group-name neighbor neighbor-id family family-name]

Description

When configuring the queues for BGP route prioritization, the output-queue-priority statement allows you to specify the number of tokens that are available within each of the 17 BGP output priority queues. This allows you to balance the amount of work that can be done within the route prioritization queues.

When implementing BGP route prioritization, the output-queue-priority statement allows you to specify the priority at which a given BGP route or route type is serviced. BGP route prioritization can also be specified per BGP neighbor during BGP configuration within the inet address family.

Default

By default, each of the 17 BGP route priority queues (or buckets) is assigned 1 work token so that misconfigured queues do not result in starvation.

When implementing BGP route prioritization, the following types of update messages are assigned to the lowest priority queue (1) by default: route refresh, topology change, and route withdraw.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 16.1.

footer-navigation