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

show security firewall-authentication users identifier

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
         show security firewall-authentication users identifier          identifier       
<node (           node-id          | all | local | primary)>

Description

Display firewall authentication details about the user with this identification number.

Options

  • identifieridentifier—Identification number of the user for which to display authentication details.

  • node—(Optional) For chassis cluster configurations, display the firewall authentication details security firewall authentication entry on a specific node (device) in the cluster for the user with this identification number.

    • node-id—Identification number of the node. It can be 0 or 1.

    • all—Display information about all nodes.

    • local—Display information about the local node.

    • primary—Display information about the primary node.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security firewall-authentication users identifier command. Output fields are listed in the approximate order in which they appear.

Table 1: show security firewall-authentication users identifier Output Fields

Field Name

Field Description

Username

User ID.

Source IP

IP address of the authentication source.

Authentication state

Status of authentication (success or failure).

Authentication method

Path chosen for authentication.

Age

Idle timeout for the user.

Access time remaining

Duration for which the connection exists.

Source zone

User traffic received from the zone.

Destination Zone

User traffic destined to the zone.

Policy Name

Name of the policy.

Access profile

Name of profile used for authentication.

Interface Name

Name of the interface

Bytes sent by this user

Number of bytes sent by the user.

Bytes received by this user

Number of bytes received by the user.

Sample Output

show security firewall-authentication users identifier 3

content_copy zoom_out_map
user@host> show security firewall-authentication users identifier 3           
Username: u1
Source IP: 198.51.100.39 
Authentication state: Success 
Authentication method: Pass-through using HTTP
Age: 1
Access time remaining: 254
Source zone: Z1
Destination zone: Z2
Policy name: Z1-Z2
Access profile: profile-local
Interface Name: ge-0/0/1.0
Bytes sent by this user: 0
Bytes received by this user: 449

Sample Output

show security firewall-authentication users identifier 3 node primary

content_copy zoom_out_map
user@host> show security firewall-authentication users identifier 3 node primary
node0:
--------------------------------------------------------------------------
Username: local1
Source IP: 198.51.100.39 
Authentication state: Success 
Authentication method: Pass-through using Telnet
Age: 1
Access time remaining: 5
Source zone: z1
Destination zone: z2
Policy name: POL1
Access profile: p1
Interface Name: reth1.0
Bytes sent by this user: 614
Bytes received by this user: 1880

show security firewall-authentication users identifier 10

content_copy zoom_out_map
user@host> show security firewall-authentication users  identifier 10 
Username: test
Source IP: 192.0.2.231
Authentication state: Success 
Authentication method: Web-authentication using HTTP
Age: 1
Access time remaining: 9
Lsys: root-logical-system
Tenant: tenant-aa
Source zone: N/A
Destination zone: N/A
Access profile: test
Bytes sent by this user: 0
Bytes received by this user: 0

Release Information

Command introduced in Junos OS Release 8.5. The node options added in Junos OS Release 9.0.

footer-navigation