Print Download PDF Send Feedback

Previous

Next

pdp debug

Description Activates and deactivates the debug logs of the PDP daemon.

Syntax # pdp debug <parameter> <option>

Parameter

Description

on

Turn on the debug logs (should be followed by the command "set" to determine the required filter).

off

Turn off the debug logs.

set <topic name> [critical|surprise|
important|events|
all]...

Filter the debug logs that would be written to the debug file according to the given topic and severity

Best Practice - For debug it is recommended to run:

pdp debug set all all

Note that you can place a number of topics and severity pairs.

For example: topicA severityA topicB severityB ...

unset <topic name>...

Unset a specific topic or topics.

stat

Show the status of the debug option.

reset

Reset the debug options of severity and topic. The debug is still activated after running this command.

rotate

Rotate the log files (increase the index of each log file) so that the current log file that will be written is the PDP log. For example, pdpd.elg becomes pdpd.elg.0 and so on.

ccc [on|off]

Allows enabling or disabling writing of the CCC debug logs into the PDP log file.

Important - Activating the debug logs affects the performance of the daemon. Make sure to turn off the debug after you complete troubleshooting.