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 group output-queues

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show bgp group output-queues
<group-name>
<fabric>
<logical-system>

Description

Show per group summaries of BGP prioritized output queues. The output includes the number of tokens assigned per queue and the number of routes currently queued within each prioritized queue.

Options

none

Display output queue summaries for all BGP groups defined in the system.

group-name

Limit the display of queue summaries to the specified group.

fabric

Display output queue summaries for the specified fabric.

logical-system

Display output queue information within a specified logical system or for all logical systems.

Required Privilege Level

view

Output Fields

Table 1 describes the output fields for the show bgp group output-queues command. Output fields are listed in the approximate order in which they appear. Some output fields are self-explanatory and so are not shown in the table.

Table 1: show bgp group output-queues Output Fields

Field Name

Field Description

Index

Group’s index number.

Options

Options set within the BGP group definition.

NLRI

Address family for which BGP route prioritization has been implemented within the BGP group.

OutQ

Output priority queue designated for this address family within this group.

RRQ

Route refresh priority queue designated for this address family within this group.

WDQ

Withdraw priority queue designated for this address family within this group.

Class

Shows the name of the priority queues. There are always 16 numbered priority queues and the expedited queue for a total of 17 priority queues.

Tokens

Shows the number of tokens assigned to each priority queue.

Total Routes

Shows the number of routes currently in each priority queue (class).

Sample Output

show bgp group output-queues

content_copy zoom_out_map
user@host> show bgp group output-queues
Group Type: Internal    AS: 64512                  Local AS: 64512
  Name: bgp-group-1             Index: 0                   Flags: <Export Eval>
  Export: [ match-all ]
  Options: <LocalAS>
  Holdtime: 0
  NLRI inet-unicast:
    OutQ: priority 1 RRQ: priority 1 WDQ: priority 1
    Class         Tokens  Total Routes
    ------------  ------  ------------
    Priority   1       1             0
    Priority   2      10             0
    Priority   3      15             0
    Priority   4      20             0
    Priority   5      25             0
    Priority   6      30             0
    Priority   7      35             0
    Priority   8      40             0
    Priority   9      45             0
    Priority  10      50             0
    Priority  11      55             0
    Priority  12      60             0
    Priority  13      65             0
    Priority  14      70             0
    Priority  15      75             0
    Priority  16      80             0
    Expedited        100             0
  Total peers: 1        Established: 1
  192.0.2.2+179
Table          Tot Paths  Act Paths Suppressed    History Damp State    Pending
inet.0
                                  0          0
Group Type: External                               Local AS: 69
  Name: reflector       Index: 1                   Flags: <Export Eval>
  Options: <Multihop LocalAS>
  Holdtime: 0
  NLRI inet-unicast:
    OutQ: priority 1 RRQ: priority 1 WDQ: priority 1
    Class         Tokens  Total Routes
    ------------  ------  ------------
    Priority   1       1             0
    Priority   2      10             0
    Priority   3      15             0
    Priority   4      20             0
    Priority   5      25             0
    Priority   6      30             0
    Priority   7      35             0
    Priority   8      40             0
    Priority   9      45             0
    Priority  10      50             0
    Priority  11      55             0
    Priority  12      60             0
    Priority  13      65             0
    Priority  14      70             0
    Priority  15      75             0
    Priority  16      80             0
    Expedited        100             0
  Total peers: 1        Established: 1
  192.0.2.71+179
Table          Tot Paths  Act Paths Suppressed    History Damp State    Pending
inet.0
                             584195          0

Groups: 2  Peers: 2    External: 1    Internal: 1    Down peers: 0   Flaps: 0
Table          Tot Paths  Act Paths Suppressed    History Damp State    Pending
inet.0
                  584198     584195          0          0          0          0
inet.3
                       0          0          0          0          0          0
bgp.l3vpn.0
                       0          0          0          0          0          0

show bgp group output-queues <group-name>

content_copy zoom_out_map
user@host> show bgp group output-queues bgp-group-2
Group Type: External                               Local AS: 102
  Name: bgp-group-2             Index: 2                   Flags: <>
  Options: <LocalAS>
  Holdtime: 0
  NLRI inet-unicast:
    OutQ: priority 6 RRQ: priority 3 WDQ: priority 3
    Class         Tokens  Total Routes
    ------------  ------  ------------
    Priority   1       1             0
    Priority   2       1             0
    Priority   3      20             0
    Priority   4       1             0
    Priority   5       1             0
    Priority   6      30             0
    Priority   7       1             0
    Priority   8       1             0
    Priority   9      50             0
    Priority  10       1             0
    Priority  11       1             0
    Priority  12       1             0
    Priority  13       1             0
    Priority  14       1             0
    Priority  15       1             0
    Priority  16       1             0
    Expedited          1             0
  Total peers: 1        Established: 1
  192.0.2.3+179

Release Information

Statement introduced in Junos OS Release 16.1.

footer-navigation