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 isis adjacency holddown

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show isis adjacency holddown
<level>
<brief | detail | extensive>
<instance instance-name>
<logical-system (all | logical-system-name)>

Description

Display holddown status and time when IS-IS adjacencies are being formed. Adjacency holddown process takes place on an IS-IS level basis. When adjacency holdown is enabled, IS-IS adjacencies are formed sequentially. There is a holddown time between each adjacency and the process is completed when all IS-IS adjacencies are formed. This holddown time might cause network instability.

This command is useful to verify whether the adjacency holddown is enabled and facilitates troubleshooting when there are adjacency issues due to IS-IS adjacency holddown .

Options

none

Display standard overview information about IS-IS adjacency holddown for all routing instances.

brief | detail | extensive

(Optional) Display standard information about IS-IS adjacency holddown with the specified level of output.

instance instance-name

(Optional) Display IS-IS adjacency holddown information for the specified routing instance.

level

(Optional) Display information about IS-IS neighbors for the specified IS-IS level.

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

Field

Field Description

Level

IS-IS level:

  • 1—Level 1 information

  • 2—Level 2 information

status

IS-IS Adjacency holddown status:

  • active—IS-IS adjacency holddown is in process.

  • inactive—IS-IS adjacency holddown process is completed.

  • disabled—IS-IS adjacency holddown is disabled.

when

The time stamp for the IS-IS adjacency holddown.

Event

  • seenself—IS-IS has changed the IS-IS adjacency holddown status.

  • status change—IS-IS adjacency holddown status has changed.

reason

The reason for change in the IS-IS adjacency holddown state.

Sample Output

show isis adjacency holddown

content_copy zoom_out_map
user@host> show isis adjacency holddown
Level           status
1               active  
2               active  

show isis adjacency holddown extensive

content_copy zoom_out_map
user@host> show isis adjacency holddown extensive
Level: 1
  Adjacency holddown is active, Adjacency holddown reset is not completed
  Holddown process has not started, Network might not be stable
  Holddown Started 0 secs ago
  First adjacency up since 0 secs
  Total adjacency up count: 0
  Transition log:
  When                  State        Event           reason
  Mon Jun 22 05:35:03   Active       Seenself        
  Tue Jun 23 02:13:30   Active       Seenself        
  Tue Jun 23 02:14:40   Inactive     Status change   holddown complete
  Tue Jun 23 02:15:52   Active       Seenself        

Level: 2
  Adjacency holddown is active, Adjacency holddown reset is not completed
  Holddown process has not started, Network might not be stable
  Holddown Started 0 secs ago
  First adjacency up since 0 secs
  Total adjacency up count: 0
  Transition log:
  When                  State        Event           reason
  Mon Jun 22 05:35:03   Active       Seenself        
  Tue Jun 23 02:13:30   Active       Seenself        
  Tue Jun 23 02:14:40   Inactive     Status change   holddown complete
  Tue Jun 23 02:15:52   Active       Seenself       

show isis adjacency holddown detail

content_copy zoom_out_map
user@host> show isis adjacency holddown detail
 Level: 1
  Adjacency holddown is active, Adjacency holddown reset is not completed
  Holddown process has not started, Network might not be stable
  Holddown Started 0 secs ago
  First adjacency up since 0 secs
  Total adjacency up count: 0

Level: 2
  Adjacency holddown is active, Adjacency holddown reset is not completed
  Holddown process has not started, Network might not be stable
  Holddown Started 0 secs ago
  First adjacency up since 0 secs
  Total adjacency up count: 0

Release Information

Command introduced in Junos OS Release 16.1.

footer-navigation