[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show security firewall-authentication users identifier

Syntax

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

Release Information

Command introduced in Release 8.5 of JUNOS software; node options added in Release 9.0 of JUNOS software.

Description

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

This command is supported on J-series and SRX-series devices.

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.

Required Privilege Level

view

Related Topics

firewall-authentication (Security)

clear security firewall-authentication users identifier

List of Sample Output

show security firewall-authentication users identifier 3
show security firewall-authentication users identifier 3 node primary

Output Fields

Table 36 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 36: 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.

show security firewall-authentication users identifier 3

user@host> show security firewall-authentication users identifier 3
Username: u1
Source IP: 4.4.4.2
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

show security firewall-authentication users identifier 3 node primary

user@host> show security firewall-authentication users identifier 3 node primary
node0:
--------------------------------------------------------------------------
Username: local1
Source IP: 100.0.0.1
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

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]