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

show services unified-access-control authentication-table

Syntax

show services unified-access-control authentication-table

Release Information

Command introduced in Release 9.4 of JUNOS software.

Description

Display a summary of the authentication table entries configured from the Infranet Controller. Authentication tables store mappings between JUNOS traffic flows and Unified Access Control (UAC) roles. The Infranet Controller uses the roles specified in the mappings to help determine the UAC policies to apply to the JUNOS flows.

Use this command when you have configured the SRX-series services gateway to act as a JUNOS Enforcer in a UAC deployment. When deployed as a JUNOS Enforcer, the SRX-series device enforces the policies that are defined on the UAC’s Infranet Controller.

This command is supported on SRX-series devices.

Options

detail—Displays a detailed view of all authentication table entries.

identifier id—Displays information about a specific authentication table entry by identification number.

Required Privilege Level

view

List of Sample Output

show services unified-access-control authentication-table
show services unified-access-control authentication-table detail
show services unified-access-control authentication-table identifier 1

Sample Output

show services unified-access-control authentication-table

user@host> show services unified-access-control authentication-table
Id    Source IP       Username     Age      Role identifier
1     172.24.72.79    atsang       0        0000000001.000005.0

Sample Output

show services unified-access-control authentication-table detail

user@host> show services unified-access-control authentication-table detail
Identifier: 1
  Source IP: 172.24.72.79
  Username: atsang
  Age: 0
  Role identifier       Role name
    0000000001.000005.0 Users
    1113249951.100616.0 Personal Firewall
    1183670148.427197.0 UAC

Sample Output

show services unified-access-control authentication-table identifier 1

user@host> show services unified-access-control authentication-table identifier 1
Identifier: 1
  Source IP: 172.24.72.79
  Username: atsang
  Age: 0
  Role identifier       Role name
    0000000001.000005.0 Users
    1113249951.100616.0 Personal Firewall
    1183670148.427197.0 UAC


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