Print Download PDF Send Feedback

Previous

Next

pep show

Description

Shows information about PEP.

Syntax

pep show

conciliation_clashes <options>

network <options>

pdp <options>

stat

topology_map

user <options>

Parameters

Parameter

Description

conciliation_clashes

all

clear

ip <Session IP Address>

Shows session conciliation clashes:

  • all - Show all conciliation clashes.
  • clear - Clears all session clashes.
  • ip - Show all conciliation clashes filtered by the specified session IP address.

network

pdp

registration

Shows network related information:

  • pdp - Shows the Network-to-PDP mapping table.
  • registration - Shows the networks registration table.

pdp

all

id <ID of PDP>

Shows the communication channel between the PEP and the PDP:

  • all - Shows all connected PDPs.
  • id - Shows the information for the specified PDP.

stat

Shows the last time the pepd daemon was started and the last time a policy was received.

Important - Each time the pepd daemon starts, it loads the policy and the two timers. The times when the pepd daemon started and fetched the policy are very close.

topology_map

Shows topology of all PDP and PEP addresses.

user

all

query

cid <IP[,ID]>

cmp <Compliance>

mchn <Computer Name>

mgrp <Group>

pdp <IP[,ID]>

role <Identity Role>

ugrp <Group>

uid <UID String>

usr <Username>

Shows the status of sessions that PEP knows.

You can perform various queries to get the applicable output (see below).

  • all - Shows the list of all clients.
  • query - Queries the list of users based on the specified filters:
    • cid <IP[,ID]> - Matches entries of clients with the specified Client ID.
    • cmp <Compliance> - Matches entries with the specified compliance.
    • mchn <Computer Name> - Matches entries with the specified computer name.
    • mgrp <Group> - Matches entries with the specified machine group.
    • pdp <IP[,ID]> - Matches entries, which the specified PDP updated.
    • role <Identity Role> - Matches entries with the specified identity role.
    • ugrp <Group> - Matches entries with the specified user group.
    • uid <UID String> - Matches entries with the specified full or partial UID.
    • usr <Username> - Matches entries with the specified username.

    Note - You can use multiple query filter at the same time to create a logical AND correlation between them.
    For example, to show all users that have a sub-string of "jo" AND are part of the user group "Employees" you can use this query syntax:
    # pep show user query usr jo ugrp Employees