blob: 82320360721c389293400aeb90ab494c9a38069c [file] [log] [blame]
Flavio Castro02b43632016-06-20 17:07:27 -07001{
2 "ports" : {
3 "of:0000000000000001/1" : {
4 "interfaces" : [
5 {
6 "ips" : [ "10.0.1.254/24" ]
7 }
8 ]
9 },
10 "of:0000000000000001/2" : {
11 "interfaces" : [
12 {
13 "ips" : [ "10.0.1.254/24" ]
14 }
15 ]
16 }
17 },
18 "devices" : {
19 "of:0000000000000001" : {
20 "basic":{ "driver" : "ofdpa-cpqd" },
21 "segmentrouting" : {
22 "name" : "Leaf-R1",
23 "nodeSid" : 1,
24 "routerIp" : "192.168.0.1",
25 "routerMac" : "10:00:00:00:00:01",
26 "isEdgeRouter" : true,
27 "adjacencySids" : []
28 }
29 }
30 },
Flavio Castro02b43632016-06-20 17:07:27 -070031 "hosts" : {
32 "00:00:00:00:00:01/-1" : {
33 "basic": {
34 "ips": ["10.0.1.1"],
35 "location": "of:0000000000000001/1"
36 }
37 },
38 "00:00:00:00:00:02/-1" : {
39 "basic": {
40 "ips": ["10.0.1.2"],
41 "location": "of:0000000000000001/2"
42 }
43 }
44 }
45
46}