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 address

date_range 19-Nov-23

Syntax

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

Description

Display information about the users at the specified IP address that are currently authenticated.

Options

  • address ip-address—IP address of the authentication source.

  • none—Display all the firewall authentication information for users at this IP address.

  • node—(Optional) For chassis cluster configurations, display user firewall authentication entries on a specific node.

    • 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 address command. Output fields are listed in the approximate order in which they appear.

Table 1: show security firewall-authentication users address 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.

Access time remaining

Duration for which the connection exists.

Lsys

The logical system where the traffic was received.

Source zone

User traffic received from the zone.

Destination zone

User traffic destined to the zone.

Policy index

Identification number of the policy.

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.

Client-groups

Name of the client group.

Sample Output

show security firewall-authentication users address 192.0.2.9

content_copy zoom_out_map
user@host>show security firewall-authentication users address 192.0.2.9
Username: hello
Source IP: 192.0.2.9
Authentication state: Success
Authentication method: Pass-through using Telnet
Access time remaining: 0
Source zone: z2
Destination zone: z1
Policy index: 5
Access profile: profile1
Interface Name: ge-0/0/2.0
Bytes sent by this user: 0
Bytes received by this user: 0
Client-groups: my-group1-example, my-group2-example 

Sample Output

show security firewall-authentication users address 192.0.2.9 node local

content_copy zoom_out_map
user@host> show security firewall-authentication users address 192.0.2.9 node local
node0:
--------------------------------------------------------------------------
Username: local1
Source IP: 192.0.2.9
Authentication state: Success 
Authentication method: Pass-through using Telnet
Age: 2
Access time remaining: 4
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 address 198.51.100.29

content_copy zoom_out_map
user@host> show security firewall-authentication users address 198.51.100.29 
Username: hello
Source IP: 198.51.100.29/24 
Authentication state: Success 
Authentication method: User-firewall   
Age: 0
Access time remaining: 10
Lsys: root-logical-system
Source zone: N/A
Destination zone: N/A
Access profile: test

Release Information

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

footer-navigation