Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

user-name-include (OCS Partition)

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
user-name-include{
    base-interface-name;
    delimiter delimiter-character;
    domain-name my-domain;
    interface-name;
    mac-address;
    nas-port-id;
    origin-host;
    origin-realm;
    user-name;
    user-prefix pref;
}

Hierarchy Level

content_copy zoom_out_map
[edit access ocs partition partition-name]

Description

Configure the username identification to be used in an Online Charging Function (OCS) partition. You can configure a data string to include the following options.

Options

base-interface-name

Use the physical or underlying interface name. If both the underlying interface and the client application perform authentication, authorization, and provisioning, the identification attributes in the server requests enable the AAA or PCRF server to make an association between the two entities.

delimiter delimiter-character

Use the specified character as the delimiter between the concatenated components of the user-name-include statement. You cannot use the semicolon (;) as a delimiter.

  • Default: @

domain-name my-domain

Use the specified domain name that is concatenated with the user-name-include statement during the subscriber identification process.

interface-name

Use the interface name that is concatenated with the user-name-include statement during the subscriber identification process; for example, demux0.

mac-address

Use the client hardware address (chaddr) from the incoming packet that is concatenated with the user-name-include statement during the subscriber identification process.

nas-port-id

Use the NAS-Port-ID (RADIUS attribute 87), which identifies the physical interface that subscriber management uses to identify users that is concatenated with the user-name-include statement during the subscriber identification process. By default, the NAS-Port-ID includes the interface-description value that describes the physical interface.

origin-host

Use the name of the host that originates the Diameter message that is concatenated with the user-name-include statement during the subscriber identification process. Supplied as the value of Origin-Host AVP for all messages sent by the Diameter master instance.

origin-realm

Use the realm of the host that originates the Diameter message that is concatenated with the user-name-include statement during the subscriber identification process. Supplied as the value of Origin-Realm AVP for all messages sent by the Diameter master instance.

user-name

(Included in the user-name-include statement by default) Use the username that is concatenated with the user-name-include statement during the subscriber identification process.

user-prefix prefix

Use the specified user prefix that is concatenated with the user-name-include statement during the subscriber identification process.

Required Privilege Level

admin—To view this statement in the configuration.

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

Release Information

Statement introduced in Junos OS Release 16.2.

footer-navigation