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 as-path summary

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show as-path summary
<logical-system (all | logical-system-name)>

Syntax (EX Series Switches)

content_copy zoom_out_map
show as-path summary

Description

Display autonomous system (AS) path summary information.

AS paths are stored in a hash table. A hash table is one method for fast lookup. Each entry in the table is called a bucket. Junos OS computes a hash value that indicates in which bucket the AS path is stored. The AS paths are dispersed among the hash buckets so that a manageable number of AS paths is stored in each bucket. Only unique AS paths are stored. Duplicate AS paths increase a reference count, but do not increase the number of AS paths stored in the hash table.

Options

none

(Optional) Display AS path summary information for all routing instances.

logical-system (all | logical-system-name)

(Optional) Perform this operation on all logical systems or on a particular logical system.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show as-path summary command. Output fields are listed in the approximate order in which they appear.

Table 1: show as-path summary Output Fields

Field Name

Field Description

AS Paths

Number of AS paths.

Buckets

Number of hash buckets in use.

Max

Maximum number of AS path entries per bucket.

Min

Minimum number of AS path entries per bucket.

Avg

Average number of AS path entries per bucket.

Std deviation

Standard deviation of AS path entries per bucket.

Sample Output

show as-path summary

content_copy zoom_out_map
user@host> show as-path summary    
AS Paths  Buckets     Max    Min    Avg   Std deviation
   30425     1024      95     12     29        6.481419

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation