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

request services user-identification active-directory-access ip-user-probe

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
request services user-identification active-directory-access ip-user-probe 
address ip-address <domain name>

Description

Probe the PC at the specified IP address to get an authentication entry, which is used for the integrated user firewall feature. You can display the authentication table to see the results. If the probe succeeded, there will be a valid authentication entry. If the probe failed, there will be an invalid authentication entry.

Options

  • address ip-address—Probe the PC at this IP address.

    domain name—Probe the IP address in the specified domain.

Required Privilege Level

maintenance

Output Fields

The following command displays the results of the IP address probe:

Sample Output

show services user-identification active-directory-access active-directory-authentication-table address <ip-address>

content_copy zoom_out_map
user@host> show services user-identification active-directory-access active-directory-authentication-table address 192.0.2.3
Domain: example.net
 Source-ip: 192.0.2.3
  Username: user1
  Groups:group1
  State: Valid
  Source: wmic
  Access start date: 2014-03-10
  Access start time: 13:59:56
  Age time: 1437
user@host> show services user-identification active-directory-access active-directory-authentication-table address 2001:db8::1:1
Domain: example.net
 Source-ip: 2001:db8::1:1
  Username: user2
  Groups:group1
  State: Valid
  Source: wmic
  Access start date: 2017-03-10
  Access start time: 13:59:56
  Age time: 1437

Release Information

Command introduced in Junos OS Release 12.1X47-D10.

footer-navigation