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 services user-identification active-directory-access statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services user-identification active-directory-access statistics
(ip-user-mapping | ip-user-probe | user-group-mapping) <domain name>

Description

Display statistics about IP address-to-user mapping, user-to-group mapping, and IP user probes used for the integrated user firewall feature. If two domains are configured, output is provided per domain.

Options

  • ip-user-mapping—Number of total queries and failed queries to the event log on the domain controller for address-to-user mappings. Includes additional information, such as the log scan interval and the timestamp of the last event read.

  • ip-user-probe—Number of total PC probes and failed probes.

  • user-group-mapping—Number of total queries and failed queries to the LDAP server for user-to-group mappings

  • domain name—(Optional) Display the statistics for the specified domain.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services user-identification active-directory-access statistics ip-user-mapping command.

Table 1: show services user-identification active-directory-access statistics ip-user-mapping Output Fields

Field Name

Field Description

Host

IP address of the domain controller.

Initial event log timespan

When the feature is first deployed, the number of previous hours for which the event log on the domain controller is read. A one means the last hour of the event log is read.

Eventlog scan interval

Number of seconds between event log scans.

Total log query number

Count of the queries on the event log.

Failed log query number

Count of the failed queries on the event log.

Log read number

Count of the times the event log was read.

Latest timestamp

Year:month:date:hours:minutes:seconds is the timestamp taken from the event log. Timestamp records the latest statistics updated time of the SRX Series Firewalls.

Table 2 lists the output fields for the show services user-identification active-directory-access statistics ip-user-probe command.

Table 2: show services user-identification active-directory-access statistics ip-user-probe Output Fields

Field Name

Field Description

Total user probe number

Count of the probes of IP addresses to get IP address-to-user mappings.

Failed user probe number

Count of failed probe attempts.

Table 3 lists the output fields for the show services user-identification active-directory-access statistics user-group-mapping command.

Table 3: show services user-identification active-directory-access statistics user-group-mapping Output Fields

Field Name

Field Description

Host

IP address and port being queried.

Total query number

Count of queries.

Failed query number

Count of failed query attempts.

Sample Output

show services user-identification active-directory-access statistics ip-user-mapping

content_copy zoom_out_map
user@host> show services user-identification active-directory-access statistics ip-user-mapping
Domain: example-domain1.com
     Host: 192.0.2.192
     Initial event log timespan : 1
     Eventlog scan interval : 60
     Total log query number : 240
     Failed log query number : 0
     Log read number : 838
     Latest timestamp :2013-10-11:15:11:54
     Host: 192.0.2.50
     Initial event log timespan : 1
     Eventlog scan interval : 60
     Total log query number : 273
     Failed log query number : 0
     Log read number : 2012
     Latest timestamp :2013-10-11:15:11:23

Domain: example-domain2.com
     Host: 192.0.2.39
     Initial event log timespan : 1
     Eventlog scan interval : 10
     Total log query number : 1596
     Failed log query number : 0
     Log read number : 6691
     Latest timestamp :2013-10-11:15:25:03
     Host: 192.0.2.1
     Initial event log timespan : 1
     Eventlog scan interval : 10
     Total log query number : 2628
     Failed log query number : 0
     Log read number : 114953
     Latest timestamp :2013-10-11:15:24:01

Sample Output

show services user-identification active-directory-access statistics ip-user-probe

content_copy zoom_out_map
user@host> show services user-identification active-directory-access statistics ip-user-probe
Domain: example-domain3.com
Total user probe number : 176116
Failed user probe number : 916

Domain: example-domain3.com
Total user probe number : 17632
Failed user probe number : 342

Sample Output

show services user-identification active-directory-access statistics user-group-mapping

content_copy zoom_out_map
user@host> show services user-identification active-directory-access statistics user-group-mapping
Domain: example-domain3.com
Host: 192.0.2.1 Port  389
Total query number : 176116
Failed query number : 916

Domain: example-domain3.com
Host: 192.0.2.5 Port  389
Total query number : 8965

Release Information

Command introduced in Junos OS Release 12.1X47-D10.

footer-navigation