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

neighbor-discovery

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
neighbor-discovery 
 dad-proxy {
  no-proxy-on-resolve;
 }
 ndp-proxy {
  no-proxy-on-resolve;
  proxy-force-resolve;
 }
 no-dad-on-state-change;
    onlink-subnet-only;
    secure {
        security-level {
            (default | secure-messages-only);
        }
        cryptographic-address {
            key-length number;
            key-pair pathname;
        }
        timestamp {
            clock-drift number;
            known-peer-window number;
            new-peer-window number;
        }
        traceoptions {
            file filename <files number> <match regular-expression> <size size> <world-readable | no-world-readable>;
            flag flag;
            no-remote-trace;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit protocols]

Description

Enable Secure Neighbor Discovery.

Options

dad-proxy

Configure DAD proxy behaviour.

  • no-proxy-on-resolve—Disable proxy on unresolved address

ndp-proxy

Configure NDP proxy behaviour.

  • no-proxy-on-resolve—Disable proxy on unresolved address

  • proxy-force-resolve—Enable Neighbor Solicitation for already learned address

no-dad-on-state-change

Disable DAD on interface state change.

The remaining statements are explained separately. See CLI Explorer.

Default

Disabled

Required Privilege Level

routing—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 9.3.

Option proxy-force-resolve introduced onn SRX Series and vSRX Virtual Firewall 3.0 platforms in Junos OS Release 22.1R1.

footer-navigation