Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
OpenDaylight Cookbook

You're reading from   OpenDaylight Cookbook Deploy and operate software-defined networking in your organization

Arrow left icon
Product type Paperback
Published in Jun 2017
Publisher Packt
ISBN-13 9781786462305
Length 336 pages
Edition 1st Edition
Concepts
Arrow right icon
Authors (3):
Arrow left icon
Rashmi Pujar Rashmi Pujar
Author Profile Icon Rashmi Pujar
Rashmi Pujar
ICARO CAMELO ICARO CAMELO
Author Profile Icon ICARO CAMELO
ICARO CAMELO
 Rodrigues Rodrigues
Author Profile Icon Rodrigues
Rodrigues
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Title Page
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. OpenDaylight Fundamentals FREE CHAPTER 2. Virtual Customer Edge 3. Dynamic Interconnects 4. Network Virtualization 5. Virtual Core and Aggregation 6. Intent and Policy Networking 7. OpenDaylight Container Customizations 8. Authentication and Authorization

Network-wide programming with PCEP


This recipe will guide you through the instructions to create, update, and delete label switched paths for draft-ietf-pce-segment-routing-01. This draft refers to the PCEP extension for performing segment routing and extends the two drafts in the preceding recipe: draft-ietf-pce-stateful-pce-07 and draft-ietf-pce-pce-initiated-lsp-00.

Getting ready

The ingredients of this recipe require a running instance of the pcc-mock test tool as described in the previous recipe.

How to do it...

PCEP implementation provides the following remote procedure calls to manage segment routing LSPs:

  1. To create a segment routing LSP add-lsp RPC; the given sample JSON input can be used.

URI: http://<ODL_IP>:8181/restconf/operations/network-topology-pcep:add-lsp

Method: POST

Content Type: application/xml

A sample input body:

<input xmlns="urn:opendaylight:params:xml:ns:yang:topology:pcep">
<node>pcc://192.168.1.208</node>
<name>tunnel-0</name>
  <arguments...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images