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 auto-bandwidth

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show auto-bandwidth
history-log
traffic (sensor-name brief|detail)

Description

Display the auto-bandwidth information. You can view the traffic or the history log information in the output.

Options

history-log

Display the log of the sensor in the threshold activation period.

traffic (sensor-name brief | detail)

Display the traffic details and the configured auto-bandwidth parameters.

Required Privilege Level

view

Output Fields

Field Name

Field Description

Collection Interval

Time in seconds between two traffic sample collections.

Adjust Interval

Time interval after which the average bandwidth utilization is measured.

Adjust threshold

Percentage change threshold after which an action is triggered.

Adjust Subscription

Threshold for RSVP subscription in percentage.

Pkt Recv

Number of packets received.

Byte Recv

Number of bytes received.

Poll Count

Number of times the data was collected.

Average

Average bandwidth utilization across the SPRING traffic samples collected.

Last Report

Traffic statistics that was last reported indicating the number of packets received in the last report.

Last Report time

Time stamp of the last reporting time.

Last Query Time

Time stamp of the last query.

Last Resp Time

Time stamp of the last response time.

Byte Bucket

Count of bytes sent on the link measured periodically as per the configured collection interval.

Packet Bucket

Count of packets sent on the link measured periodically as per the configured collection interval.

Sample Output

show auto-bandwidth (traffic)

content_copy zoom_out_map
user@host> show auto-bandwidth traffic
Name                Stats-Id      packets     bytes
ge-0/0/2.0          0xc0000002          0         0             
ge-0/0/0.0          0xc0000003          0         0             
lo0.0               0xc0000004          0         0             
user@host> show auto-bandwidth traffic detail
ge-0/0/0.0:
Collection Interval: 10, Adjust Interval : 200, Adjust threshold : 10
Adjust Subscription : 100
Pkt Recv: 1536   Byte Recv: 135168   Poll Count:29 Average:0
Last Report: 2829 Last Report time:Mon Jan  2 11:07:59 2017
Byte Bucket:
         0          0          0          0          0
         0          0          0          0          0
         0          0          0          0          0
         0          0          0          0          0
Packet Bucket:
         0          0          0          0          0
         0          0          0          0          0
         0          0          0          0          0
         0          0          0          0          0

show auto-bandwidth (history-log)

content_copy zoom_out_map
user@host> show auto-bandwidth history-log
Tue Jan  3 18:39:36
  ge-0/0/0.0:
   Threshold crossed firsttime, waiting for  5sec (adjust-interval – collection period) 
  Byte Recv:4M Poll Count:1 Average:5Mbps
  Last Report:0
  Last Report time:Tue Jan  3 18:39:26 2017
  Chronological order: First bucket is the most recent
  
     2000000          0          0          0
Tue Jan  3 18:39:46
  ge-0/0/0.0:
   Threshold crossed early, waiting for  5sec
  Byte Recv:6M Poll Count:2 Average:1Mbps
  Last Report:0
  Last Report time:Tue Jan  3 18:39:26 2017
Chronological order: First bucket is the most recent
  
     2000000    2000000          0          0
Tue Jan  3 18:39:56
  ge-0/0/0.0:
   Threshold crossed early, waiting for  5sec
  Byte Recv:8M Poll Count:3 Average:1.5Mbps
  Last Report:0
  Last Report time:Tue Jan  3 18:39:26 2017
Chronological order: First bucket is the most recent
  
     2000000    2000000    2000000          0
Tue Jan  3 18:40:06
  ge-0/0/0.0:
  Threshold crossed, reporting 0 MBps to RSVP
  Byte Recv:10M Poll Count:4 Average:2 Mbps
  Last Report:0
  Last Report time:Tue Jan  3 18:39:26 2017
Chronological order: First bucket is the most recent
  
     2000000    2000000    2000000    2000000

Release Information

Command introduced in Junos OS Release 17.3R1.

footer-navigation