blob: 7420cb9645ecd585dc60bf26caac18d5a3c8487f [file] [log] [blame]
Scott Baker2739d522016-06-29 07:34:08 -07001{
2 "ports" : {
3 "of:0000000000000001/5" : {
4 "interfaces" : [
5 {
6 "ips" : [ "10.0.1.254/24" ]
7 }
8 ]
9 },
10 "of:0000000000000001/7" : {
11 "interfaces" : [
12 {
13 "ips" : [ "10.0.1.254/24" ]
14 }
15 ]
16 },
17 "of:0000000000000002/5" : {
18 "interfaces" : [
19 {
20 "ips" : [ "10.0.2.254/24" ]
21 }
22 ]
23 },
24 "of:0000000000000002/32" : {
25 "interfaces" : [
26 {
27 "name" : "internet-router",
28 "ips" : [ "10.231.254.202/30" ],
29 "mac" : "00:16:3e:4b:5a:04"
30 }
31 ],
32 "pimInterface" : {
33 "interfaceName" : "internet-router",
34 "enabled" : true,
35 "helloInterval" : 1,
36 "holdTime" : 3,
37 "propagationDelay" : 500,
38 "overrideInterval" : 2500
39 }
40 }
41 },
42 "devices" : {
43 "of:0000000000000001" : {
44 "segmentrouting" : {
45 "name" : "Leaf-R1",
46 "nodeSid" : 101,
47 "routerIp" : "10.0.1.254",
48 "routerMac" : "00:00:00:00:01:80",
49 "isEdgeRouter" : true,
50 "adjacencySids" : []
51 }
52 },
53 "of:0000000000000002" : {
54 "segmentrouting" : {
55 "name" : "Leaf-R2",
56 "nodeSid" : 102,
57 "routerIp" : "10.0.2.254",
58 "routerMac" : "00:00:00:00:02:80",
59 "isEdgeRouter" : true,
60 "adjacencySids" : []
61 }
62 },
63 "of:0000000000000191" : {
64 "segmentrouting" : {
65 "name" : "Spine-R1",
66 "nodeSid" : 103,
67 "routerIp" : "192.168.0.11",
68 "routerMac" : "00:00:01:00:11:80",
69 "isEdgeRouter" : false,
70 "adjacencySids" : []
71 }
72 },
73 "of:0000000000000192" : {
74 "segmentrouting" : {
75 "name" : "Spine-R2",
76 "nodeSid" : 104,
77 "routerIp" : "192.168.0.22",
78 "routerMac" : "00:00:01:00:22:80",
79 "isEdgeRouter" : false,
80 "adjacencySids" : []
81 }
82 }
83 },
84 "hosts" : {},
85 "links" : {
86 "of:0000000000000001/1-of:0000000000000191/1" : {
87 "basic" : {}
88 },
89 "of:0000000000000001/3-of:0000000000000192/1" : {
90 "basic" : {}
91 },
92 "of:0000000000000002/1-of:0000000000000191/3" : {
93 "basic" : {}
94 },
95 "of:0000000000000002/3-of:0000000000000192/3" : {
96 "basic" : {}
97 },
98 "of:0000000000000191/1-of:0000000000000001/1" : {
99 "basic" : {}
100 },
101 "of:0000000000000192/1-of:0000000000000001/3" : {
102 "basic" : {}
103 },
104 "of:0000000000000191/3-of:0000000000000002/1" : {
105 "basic" : {}
106 },
107 "of:0000000000000192/3-of:0000000000000002/3" : {
108 "basic" : {}
109 }
110 },
111 "apps" : {
112 "org.onosproject.core" : {
113 "core" : {
114 "linkDiscoveryMode" : "STRICT"
115 },
116 "multicast": {
117 "ingressVlan": "None",
118 "egressVlan": "None"
119 }
120 },
121 "org.onosproject.segmentrouting" : {
122 "segmentrouting" : {
123 "vRouterMacs" : [
124 "a4:23:05:34:56:78", "a4:23:05:34:56:79"
125 ],
126 "vRouterId" : "of:0000000000000002",
127 "suppressSubnet" : [
128 "of:0000000000000002/31", "of:0000000000000002/32"
129 ],
130 "suppressHostByProvider" : [
131 "org.onosproject.provider.host"
132 ],
133 "suppressHostByPort" : [
134 "of:0000000000000002/31", "of:0000000000000002/32"
135 ]
136 },
137 "xconnect": {
138 "of:0000000000000001": [
139 {
140 "vlan": 10,
141 "ports": [5, 73],
142 "name": "OLT1"
143 },
144 {
145 "vlan": 20,
146 "ports": [5, 89],
147 "name": "OLT2"
148 }
149 ]
150 }
151 },
152 "org.onosproject.router" : {
153 "router" : {
154 "controlPlaneConnectPoint" : "of:0000000000000002/31",
155 "ospfEnabled" : "true",
156 "pimEnabled" : "true",
157 "interfaces" : [ "internet-router" ]
158 }
159 }
160 }
161}