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

show bgp output-scheduler

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show bgp output-scheduler
<exact-instance instance-name>
<fabric <exact-instance instance-name | instance (instance-name | prefix)>>
<instance (instance-name | prefix)>
<logical-system (all | logical-system-name)>

Description

Display output scheduler information including the number of tokens assigned to each priority output queue. Output queues are shown as classes.

Options

none

Display the number of tokens assigned to each of the 17 BGP priority output queues for the master routing instance.

exact-instance instance-name

(Optional) Display the number of tokens assigned to each of the 17 BGP priority output queues for the specified routing instance name.

fabric

(Optional) Display the internal fabric state. The exact-instance and instance options can be used along with the fabric option.

instance instance-name

(Optional) Display information about BGP peers for all routing instances whose name begins with the instance-name string. (for example, cust1, cust11, and cust111 are all displayed when you run the show bgp output-scheduler instance cust1 command).

logical-system logical-system-name.

(Optional) Display the number of tokens assigned to each of the 17 BGP priority queues within the specified logical-system. The instance and exact-instance options can be used along with the logical-system option.

Required Privilege Level

routing

Output Fields

Sample Output

command-name (optional-text)

content_copy zoom_out_map
user@host> show bgp output-scheduler
Instance: master
  Class         Tokens
  ------------  ------
  Priority  1        1
  Priority  2       10
  Priority  3       15
  Priority  4       20
  Priority  5       25
  Priority  6       30
  Priority  7       35
  Priority  8       40
  Priority  9       45
  Priority 10       50
  Priority 11       55
  Priority 12       60
  Priority 13       65
  Priority 14       70
  Priority 15       75
  Priority 16       80
  Expedited        100

  Priority  Class
  --------  ------------
  low       Priority  1
  medium    Priority 10
  high      Expedited

Release Information

Command introduced in Junos OS Release 16.1.

footer-navigation