Difference between revisions of "ONE/Restconf Lisp Guide"
From fd.io
< ONE
(→Restconf Lisp Guide) |
(→Restconf Lisp Guide) |
||
Line 28: | Line 28: | ||
<pre>GET http://localhost:8181/restconf/operational/lisp:lisp-state</pre> | <pre>GET http://localhost:8181/restconf/operational/lisp:lisp-state</pre> | ||
− | ==== Map Resolver ==== | + | ==== Lisp -> Map Resolver ==== |
− | ==== Locator Set ==== | + | ==== Lisp -> Locator Set ==== |
− | ==== Eid Table ==== | + | ==== Lisp -> Eid Table ==== |
− | ==== Pitr Cfg ==== | + | ==== Lisp -> Pitr Cfg ==== |
Revision as of 07:06, 19 August 2016
Contents
[hide]Restconf Lisp Guide
This guide is showing how to use Lisp with Honeycomb/Vpp.
Restconf Calls
Lisp
vpp# lisp enable/disable
Write
This call will enable/disable Lisp feature.
PUT - http://localhost:8181/restconf/config/lisp:lisp
{ "lisp":{ "enable":"true" } }
Read - Config
GET - http://localhost:8181/restconf/config/lisp:lisp
Read - Operational
GET http://localhost:8181/restconf/operational/lisp:lisp-state