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

username-include (Demux)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
username-include {
    auth-server-realm realm-string;
    delimiter delimiter-character;
    domain-name domain-name;
    interface-name;
    source-address;
    user-prefix user-prefix-string;
}

Hierarchy Level

content_copy zoom_out_map
[edit interfaces interface-name unit unit-number demux inet auto-configure address-ranges authentication]
[edit interfaces interface-name unit unit-number demux inet6 auto-configure address-ranges authentication]

Description

Specify the information included in the username created for the demultiplexing (demux) interface options. The remaining statement is explained separately.

Options

auth-server-realm auth-server-realm-string

Specify the authentication server name string used for the demultiplexing (demux) interface options.

delimiter delimiter-character

Specify the character used as the delimiter between the concatenated components of the username. You cannot use the semicolon (;) as a delimiter. The delimiter defines the boundary between the part of the original username that is kept and the part that is discarded.

domain-name domain-name-string

Specify the domain name formatted string that is concatenated with the username during the subscriber authentication process.

interface-name

Append the interface name for the demultiplexing (demux) interface options to the username string used for authentication.

source-address

Set the source address for every user name for the demultiplexing (demux) interface options.

user-prefix user-prefix-string

Specify the user prefix that is concatenated with the username 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