blob: 0ba5dbdf89d497e494e10400a088ed02ef88e72e [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 },
31 "apps": {
32 "org.onosproject.segmentrouting": {
33 "segmentrouting": {
34 "hostLearning": true
35 }
36 }
37 },
38 "hosts" : {
39 "00:00:00:00:00:01/-1" : {
40 "basic": {
41 "ips": ["10.0.1.1"],
42 "location": "of:0000000000000001/1"
43 }
44 },
45 "00:00:00:00:00:02/-1" : {
46 "basic": {
47 "ips": ["10.0.1.2"],
48 "location": "of:0000000000000001/2"
49 }
50 }
51 }
52
53}