From abfb56e73fed33d0b2f738ace59ae5b37cd2b60d Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Fri, 6 May 2016 19:43:32 +0200 Subject: Add files that support simple overlay setup tutorial Change-Id: Idee1f549f602fcabcc8e793a0bc0544ad9bd11a5 Signed-off-by: Florin Coras --- tutorial/vpp2-mapping.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tutorial/vpp2-mapping.json (limited to 'tutorial/vpp2-mapping.json') diff --git a/tutorial/vpp2-mapping.json b/tutorial/vpp2-mapping.json new file mode 100644 index 0000000..f86925e --- /dev/null +++ b/tutorial/vpp2-mapping.json @@ -0,0 +1,29 @@ +{ + "input": { + "mapping-record": { + "recordTtl": 1440, + "action": "NoAction", + "authoritative": true, + "eid": { + "address-type": "ietf-lisp-address-types:ipv4-prefix-afi", + "ipv4-prefix": "6.0.4.0/24" + }, + "LocatorRecord": [ + { + "locator-id": "ISP1", + "priority": 1, + "weight": 1, + "multicastPriority": 255, + "multicastWeight": 0, + "localLocator": true, + "rlocProbed": false, + "routed": true, + "rloc": { + "address-type": "ietf-lisp-address-types:ipv4-afi", + "ipv4": "6.0.3.2" + } + } + ] + } + } +} -- cgit 1.2.3-korg