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

show security firewall-authentication history

Syntax

show security firewall-authentication history
<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 security firewall authentication history information.

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

Options

none—Display history of firewall authentication information.

node—(Optional) For chassis cluster configurations, display all firewall authentication history on a specific node (device) in the cluster.

Required Privilege Level

view

Related Topics

firewall-authentication (Security)

clear security firewall-authentication history

List of Sample Output

show security firewall-authentication history
show security firewall-authentication history node all

Output Fields

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

Table 31: show security firewall-authentication history Output Fields

Field Name

Field Description

Authentications

Number of authentications.

Id

Identification number.

Source IP

IP address of the authentication source.

Date

Authentication date.

Time

Authentication time.

Duration

Authentication duration.

Status

Authentication status success or failure.

User

Name of the user.

show security firewall-authentication history

user@host> show security firewall-authentication history
History of firewall authentication data:
  Authentications: 1
          Id Source Ip       Date       Time     Duration   Status   User
           1 211.0.0.6       2007-04-03 11:43:06 00:00:45   Success  hello

show security firewall-authentication history node all

user@host> show security firewall-authentication history node all
node0:
--------------------------------------------------------------------------
History of firewall authentication data:
Authentications: 2
Id Source Ip       Date       Time     Duration   Status   User
1 100.0.0.1       2008-01-04 12:00:10 0:05:49    Success  local1 
2 100.0.0.1       2008-01-04 14:36:52 0:01:03    Success  local1 
node1:
--------------------------------------------------------------------------
History of firewall authentication data:
  Authentications: 1
          Id Source Ip       Date       Time     Duration   Status   User
           1 100.0.0.1       2008-01-04 14:59:43 1193046:06: Success local1 

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