Difference between revisions of "ONE/Restconf Lisp Guide"
From fd.io
< ONE
(→Restconf Lisp Guide) |
(→Restconf Lisp Guide) |
||
Line 10: | Line 10: | ||
<b>Vpp alternative - </b> vpp# lisp enable/disable | <b>Vpp alternative - </b> vpp# lisp enable/disable | ||
− | This call will enable Lisp feature. | + | This call will enable/disable Lisp feature. |
<pre>PUT - http://localhost:8181/restconf/config/lisp:lisp</pre> | <pre>PUT - http://localhost:8181/restconf/config/lisp:lisp</pre> | ||
Line 21: | Line 21: | ||
</pre> | </pre> | ||
+ | To read data written by this call | ||
+ | |||
+ | <b>Honeycomb</b> | ||
+ | <pre>GET - http://localhost:8181/restconf/config/lisp:lisp</pre> | ||
+ | |||
+ | <b>Vpp</b> | ||
+ | <pre>GET http://localhost:8181/restconf/operational/lisp:lisp-state</pre> | ||
==== Map Resolver ==== | ==== Map Resolver ==== | ||
+ | |||
+ | ==== Locator Set ==== | ||
+ | |||
+ | ==== Eid Table ==== | ||
+ | |||
+ | ==== Pitr Cfg ==== |
Revision as of 06:53, 19 August 2016
Contents
[hide]Restconf Lisp Guide
This guide is showing how to use Lisp with Honeycomb/Vpp.
Restconf Calls
Lisp
Vpp alternative - vpp# lisp enable/disable
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
Honeycomb
GET - http://localhost:8181/restconf/config/lisp:lisp
Vpp
GET http://localhost:8181/restconf/operational/lisp:lisp-state