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

show security firewall-authentication users

Syntax

show security firewall-authentication users
<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 all users.

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

Options

none—Display details about all firewall authentication users.

node—(Optional) For chassis cluster configurations, display firewall authentication details for all users on a specific node.

Required Privilege Level

view

Related Topics

firewall-authentication (Security)

clear security firewall-authentication users

List of Sample Output

show security firewall-authentication users
show security firewall-authentication users node 0
show security firewall-authentication users node all

Output Fields

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

Table 34: show security firewall-authentication users Output Fields

Field Name

Field Description

Total users in table

Gives count of how many entries/users the command will display.

Id

Identification number.

Source IP

IP address of the authentication source.

Src zone

User traffic received from the zone.

Dst zone

User traffic destined to the zone.

Profile

Name of profile used for authentication.

Age

Idle timeout for the user.

Status

Authentication status success or failure.

User

Name of the user.

show security firewall-authentication users

user@host> show security firewall-authentication users
Firewall authentication data:
  Total users in table: 1
          Id Source Ip       Src zone Dst zone Profile    Age Status   User 
           1 10.0.0.1        z1       z2       p1           0 Success  local1

show security firewall-authentication users node 0

user@host> show security firewall-authentication users node 0
node0:
--------------------------------------------------------------------------
Firewall authentication data:
  Total users in table: 1
          Id Source Ip       Src zone Dst zone Profile    Age Status   User       
           3 100.0.0.1       z1       z2       p1           1 Success  local1    

show security firewall-authentication users node all

user@host> show security firewall-authentication users node all
node0:
--------------------------------------------------------------------------
Firewall authentication data:
  Total users in table: 1
          Id Source Ip       Src zone Dst zone Profile    Age Status   User 
           3 100.0.0.1       z1       z2       p1           1 Success  local1    
node1:
--------------------------------------------------------------------------
Firewall authentication data:
  Total users in table: 1
          Id Source Ip       Src zone Dst zone Profile    Age Status   User 
           2 100.0.0.1       z1       z2       p1           1 Success  local1 

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