.. _pcep-user-guide-troubleshooting: Troubleshooting =============== This section offers advices in a case OpenDaylight PCEP plugin is not working as expected. .. contents:: Contents :depth: 2 :local: PCEP is not working... ^^^^^^^^^^^^^^^^^^^^^^ * First of all, ensure that all required features are installed, local PCE and remote PCC configuration is correct. To list all installed features in OpenDaylight use the following command at the Karaf console: .. code-block:: console feature:list -i * Check OpenDaylight Karaf logs: From Karaf console: .. code-block:: console log:tail or open log file: ``data/log/karaf.log`` Possibly, a reason/hint for a cause of the problem can be found there. * Try to minimize effect of other OpenDaylight features, when searching for a reason of the problem. * Try to set DEBUG severity level for PCEP logger via Karaf console commands, in order to collect more information: .. code-block:: console log:set DEBUG org.opendaylight.protocol.pcep .. code-block:: console log:set DEBUG org.opendaylight.bgpcep.pcep and for Path Computation Algorithm .. code-block:: console log:set DEBUG org.opendaylight.algo Bug reporting ^^^^^^^^^^^^^ Before you report a bug, check `BGPCEP Jira `_ to ensure same/similar bug is not already filed there. Write an e-mail to bgpcep-users@lists.opendaylight.org and provide following information: #. State OpenDaylight version #. Describe your use-case and provide as much details related to PCEP as possible #. Steps to reproduce #. Attach Karaf log files, optionally packet captures, REST input/output References ---------- * `A Path Computation Element (PCE)-Based Architecture `_ * `Path Computation Element (PCE) Communication Protocol Generic Requirements `_ * `Unanswered Questions in the Path Computation Element Architecture `_ * `A PCE-Based Architecture for Application-Based Network Operations `_ * `Framework for PCE-Based Inter-Layer MPLS and GMPLS Traffic Engineering `_ * `Applicability of a Stateful Path Computation Element (PCE) `_