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

strict-dual-isis (Protocols IS-IS)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
strict-dual-isis {
    holddown delay-value;
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name protocols isis],
[edit protocols isis]

Description

Configure strict dual stack (IPv4 and IPv6) support for IS-IS.

The strict-dual-isis option was introduced in Junos release 18.RR1-S6. This option avoids protocol flap when both IPv4 and IPv6 are configured on the same interface or in the same ISIS instance. The option works by introducing a holdown delay to allow both IPv4 ARP and IPv6 ND to complete before the interface is advertised. The default hold time is 15 seconds. Use the holddown argument to specify the desired delay in the range of 1 to 65535 seconds.

To configure IS-IS for strict dual stack operation include the following statements:

content_copy zoom_out_map
isis {
    strict-dual-isis {
       holdown delay-value;
    }
}

Default

Strict dual stack operation for IS-IS is not enabled.

Options

holddown

Specify the delay before ISIS advertises IPv4 and IPv6 reachability, either for the entire ISIS instance or under a specific interface. For details on interface level application, see interface (Protocols IS-IS)

By default the holdown delay is 15 seconds. Users can configure a value in the range of 1 to 65535 seconds.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement introduced before Junos OS Release 18.4R1-S6.

footer-navigation