Print Download PDF Send Feedback

Previous

Next

pep

Description

Provides commands to control and monitor the PEPD process (see below for options).

Syntax

pep <command>

Command

Description

show

Shows PEP information.

control

Controls and sets PEP parameters.

debug

Enables and disables the PEP debug.

tracker

During the PEP debug, adds the TRACKER debug topic to the PEP logs.

pep show

Description

Shows information about PEP.

Syntax

pep show <parameter> <option>

Parameter

Description

stat

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

user <option>

Shows the status of sessions that are known to the PEP. You can perform various queries according to the usage below to get the output you are interested in.

pdp <option>

Shows the communication channel between the PEP and the PDP.

network <option>

Shows network related information.

pep show user

Description

Shows the status of sessions that are known to the PEP. You can perform various queries according to the usage below to get the output, in which you are interested.

Syntax

pep show user all

Parameter

Description

all

Shows all sessions with information summary.

Query Syntax

pep show user query <parameter>

Parameter

Description

usr <username>

Shows session information for the given user name.

mchn <computer name>

Shows session information for the given computer name.

cid <IP>

Shows session information for the given IP.

uid <uidString>

Shows session information for the given session ID.

pdp <IP>

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

ugrp <group>

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

mgrp <group>

Shows 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" you can use:
# pep show user query usr jo ugrp Employees

pep show pdp

Description

Shows the communication channel between the PEP and the PDP. The output shows the connect time and the number of users that were shared through the connection.

Syntax

pep show pdp <parameter>

Parameter

Description

all

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

id <IP>

Shows connection information for the given PDP IP address.

pep show stat

Description

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 daemon started and fetched the policy, 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 to which networks this PEP is registered.

pep show

Description Provides commands to control the PEP

Syntax # pep control <parameter> <option>

Parameter

Description

portal_dual_stack {enable | disable}

Enables / Disables support for portal dual stack (IPv4 and IPv6).

extended_info_storage {enable | disable}

Enables / Disables the storing of extended identities information by PEP for debugging.

tasks_manager status

Shows the status of the PEP tasks (current running, previous, and pending tasks).