Managing LSP tunnels with PCEP
This recipe will guide you through the instructions to create, update, and delete label-switched paths for draft-ietf-pce-stateful-pce-07
and draft-ietf-pce-pce-initiated-lsp-00
. PCC needs to be configured and running. The PCE is the OpenDaylight PCEP implementation. Once the PCC to PCE connection is established, the PCEP remote procedure call implementation can be used to manage the LSPs.
Getting ready
The ingredients of this recipe require a PCC client to be set up and the OpenDaylight controller with the BGP-PCEP implementation. Here we are using the pcc-mock
test tool bundled along with the PCEP implementation for creating, updating, and deleting tunnels. The See also section of this recipe provides a step-by-step guide to configuring the pcc-mock
tool to run the recipe.
How to do it...
PCEP implementation provides the following remote procedure calls to be able to manage LSPs:
- To create an LSP use the RPC by called:
add-lsp
, accessible at the following URI...