Print Download PDF Send Feedback

Previous

Next

pep

Description Provides commands to control and monitor the PEP process.

Syntax # pep [command]... <parameter>

Parameter

Description

tracker

Tracker options.

show

Display PEP information.

debug

Control debug messages.

control

Control and set PEP parameters.

pep show

Description Displays information regarding pep status.

Syntax # pep show <parameter> <option>

pep show user

Description Enables monitoring the status of sessions that are known to the PEP. You can perform varied queries according to the usage below to get the output you are interested in.

Syntax # pep show user all

Parameter

Description

all

Display all sessions with information summary.

Query Syntax # pep show user query <parameter>

Parameter

Description

usr <username>

Display session information for the given user name.

mchn <computer name>

Display session information for the given computer name.

cid <IP>

Display session information for the given IP.

uid <uidString>

Display session information for the given session ID.

pdp <IP>

Display all session information that was published from the given PDP IP.

ugrp <group>

Display all sessions of users that are members of the given user group name.

mgrp <group>

Display all sessions of computers that are members of the given computer group name.

Note - You can use multiple query tokens (parameters) at once to create a logical "AND" correlation between them. For example, to display all users that have a sub string of "jo" AND are part of the user group "Employees" then you can use:

# pep show user query usr jo ugrp Employees

pep show pdp

Description Enables monitoring the communication channel between the PEP and the PDP. The output displays the connect time and the number of users that were shared through the connection.

Syntax # pep show pdp <parameter>

Parameter

Description

all

List all the PDPs that are connected to the current PEP with the relevant information.

id <IP>

Display connection information of the given PDP IP.

pep show stat

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

Important - Each time the daemon starts, it loads the policy and the two timers (Daemon start time and Policy fetched at) will be very close.

Syntax # pep show stat

pep show network

Description Shows network related information.

Syntax # pep show network <parameter>

Parameter

Description

pdp

Shows information about mapping between the network and PDPs.

registration

Shows which networks this PEP is registered to.