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 (Local Authentication)

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
username-include {
    circuit-id;
    delimiter character;
    domain-name name;
    mac-address;
    remote-id;
}

Hierarchy Level

content_copy zoom_out_map
[edit dynamic-profiles name interfaces $junos-interface-ifd-name unit $junos-interface-unit ppp-options local-authentication]

Description

Configure a local username that authd can use to request authentication for terminated PPP subscribers. This enables the external RADIUS server to pass implementation-specific configuration for successfully authenticated subscribers. Local authentication supports CPEs that do not negotiate authentication protocols in the same dynamic profile as CPEs that use only PAP or CHAP authentication.

The username takes the following format when you use the default delimiter:

content_copy zoom_out_map
mac-address.circuit-id.remote-id@domain-name

Options

circuit-id

Include the agent circuit identifier (ACI) in the local username.

delimiter character

Specify the character that separates components that make up the concatenated username.

  • Default: Period (.)

domain-name name

Specify the domain name that ends the local username created for the subscribers. The username is sent to RADIUS in the Access-Request message. The string can include the following characters: a through z, A through Z, 0 through 9, “-“, or “.”.

mac-address

Include the MAC address from the client PDU in the local username.

remote-id

Include the agent remote identifier (ARI) in the local username.

Required Privilege Level

interface

Release Information

Statement introduced in Junos OS Release 18.2R1.

footer-navigation