Difference between revisions of "ONE/Restconf Lisp Guide"

From fd.io
< ONE
Jump to: navigation, search
(Restconf Lisp Guide)
(Restconf Lisp Guide)
Line 9: Line 9:
 
==== Lisp ====
 
==== Lisp ====
 
<b>Vpp alternative - </b> vpp# lisp enable/disable
 
<b>Vpp alternative - </b> vpp# lisp enable/disable
 +
 +
===== Write =====
  
 
This call will enable/disable Lisp feature.
 
This call will enable/disable Lisp feature.
Line 23: Line 25:
 
To read data written by this call
 
To read data written by this call
  
<b>Honeycomb</b>
+
===== Read - Config =====
 +
 
 
<pre>GET - http://localhost:8181/restconf/config/lisp:lisp</pre>
 
<pre>GET - http://localhost:8181/restconf/config/lisp:lisp</pre>
  
<b>Vpp</b>
+
===== Read - Operational =====
 
<pre>GET http://localhost:8181/restconf/operational/lisp:lisp-state</pre>
 
<pre>GET http://localhost:8181/restconf/operational/lisp:lisp-state</pre>
  

Revision as of 07:00, 19 August 2016

Restconf Lisp Guide

This guide is showing how to use Lisp with Honeycomb/Vpp.

Restconf Calls

Lisp

Vpp alternative - vpp# lisp enable/disable

Write

This call will enable/disable Lisp feature.

PUT - http://localhost:8181/restconf/config/lisp:lisp
{
    "lisp":{
        "enable":"true"
    }    
}

To read data written by this call

Read - Config
GET - http://localhost:8181/restconf/config/lisp:lisp
Read - Operational
GET http://localhost:8181/restconf/operational/lisp:lisp-state

Map Resolver

Locator Set

Eid Table

Pitr Cfg