blob: a11237d66cda76554644e684375e4109cc2d9006 [file] [log] [blame]
Saurav Das428ebc92015-09-30 10:00:49 -07001{
2 "ports" : {
3 "of:0000000000000002/1" : {
4 "interfaces" : [
5 {
6 "ips" : [ "192.168.10.101/24" ],
7 "mac" : "08:9e:01:82:38:68",
8 "vlan" : "100"
9 }
10 ]
11 },
12 "of:0000000000000002/20" : {
13 "interfaces" : [
14 {
15 "ips" : [ "192.168.20.101/24" ],
16 "mac" : "08:9e:01:82:38:68",
17 "vlan" : "200"
18 }
19 ]
20 }
21 },
Charles Chan4636be02015-10-07 14:21:45 -070022 "devices" : {
23 "of:0000000000000002" : {
24 "segmentrouting" : {
25 "name" : "Leaf-R1",
26 "nodeSid" : 101,
27 "routerIp" : "10.0.1.254",
28 "routerMac" : "00:00:00:00:01:80",
29 "isEdgeRouter" : true,
30 "adjacencySids" : [
Charles Chan9ec239e2015-10-19 16:33:51 -070031 { "sid" : 100, "ports" : [2, 3] },
32 { "sid" : 200, "ports" : [4, 5] }
Charles Chan4636be02015-10-07 14:21:45 -070033 ]
34 }
35 },
36 "of:0000000000000191" : {
37 "segmentrouting" : {
38 "name" : "Spine-R1",
39 "nodeSid" : 105,
40 "routerIp" : "192.168.0.11",
41 "routerMac" : "00:00:01:00:11:80",
42 "isEdgeRouter" : false
43 }
44 }
45 },
Saurav Das428ebc92015-09-30 10:00:49 -070046 "apps" : {
47 "org.onosproject.router" : {
48 "bgp" : {
49 "bgpSpeakers" : [
50 {
51 "connectPoint" : "of:00000000000000aa/10",
52 "peers" : [
53 "192.168.10.1"
54 ]
55 },
56 {
57 "connectPoint" : "of:00000000000000aa/20",
58 "peers" : [
59 "192.168.20.1"
60 ]
61 }
62 ]
63 }
64 }
Naoki Shiota399a0b32015-11-15 20:36:13 -060065 "org.onosproject.provider.lldp": {
66 "suppression": {
67 "deviceIds": [ "of:2222000000000000" ],
68 "deviceTypes": [ "ROADM" ],
69 "annotation": { "no-lldp": null, "sendLLDP" : "false" }
70 }
71 }
Saurav Das428ebc92015-09-30 10:00:49 -070072 }
73}