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

inet6 (Interfaces)

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
inet6 {
    address source;
    auto-configure {
        address-ranges {
            authentication {
                password password-string;
                username-include {
                    auth-server-realm realm-string;
                    delimiter delimiter-character;
                    domain-name domain-name;
                    interface-name;
                    source-address;
                    user-prefix user-prefix-string;
                }
            }
            dynamic-profile profile-name {
                network ip-address {
                    range name {
                        low lower-limit;
                        high upper-limit;
                    }
                }
            }
        }
        
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces interface-name unit unit-number demux]

Description

Specify the inet6 family for the demultiplexing (demux) interface options.

Options

address-source address

Specify the source IPv4 or IPv6 address or prefix value from which to inherit configuration data for the demultiplexing (demux) interface options.

Required Privilege Level

interface—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 18.1R1.

footer-navigation