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

no-neighbor-learn

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
no-neighbor-learn {
    accounting  {
        destination-class-usage;
        source-class-usage direction;
    }
    address address;
    dhcp{
        client-identifier (ascii ascii | hexadecimal hexadecimal);
        lease-time (seconds | infinte);
        retransmission-attempt (DHCP Client) number;
        retransmission-interval (DHCP Client) seconds;
        server-address ip-address;
        update-server;
        vendor-id vendor-id;
    }
    filter {
        input filter-name;
        output filter-name;
    }
    mtu bytes;
    no-redirects;
    primary;
    rpf-check;
    targeted-broadcast;
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces interface-name unit logical-unit-number family inet] 

Description

Disable neighbor address learning on this interface (for both control plane and transit traffic) for all addresses or for the named address.

Required Privilege Level

interface—To view this statement in the configuration.interface-control—To add this statement to the configuration.

footer-navigation