blob: b17a1a7c9dc7c34848e864d58a59a0bc9a2d7fa9 [file] [log] [blame]
Charles Chan6e29b322017-04-11 11:10:31 -07001{
2 "ports" : {
3 "of:0000000000000204/3" : {
4 "interfaces" : [
5 {
6 "ips" : [ "10.0.2.254/24" ],
7 "vlan-untagged": 20
8 }
9 ]
10 },
11 "of:0000000000000204/4" : {
12 "interfaces" : [
13 {
14 "ips" : [ "10.0.2.254/24" ],
15 "vlan-tagged": [20]
16 }
17 ]
18 },
19 "of:0000000000000204/5" : {
20 "interfaces" : [
21 {
22 "ips" : [ "2000::2ff/120" ],
23 "vlan-untagged": 40
24 }
25 ]
26 },
27 "of:0000000000000204/6" : {
28 "interfaces" : [
29 {
30 "ips" : [ "2000::2ff/120" ],
31 "vlan-untagged": 40
32 }
33 ]
34 },
35 "of:0000000000000205/3" : {
36 "interfaces" : [
37 {
38 "ips" : [ "10.0.3.254/24" ],
39 "vlan-untagged": 30
40 }
41 ]
42 },
43 "of:0000000000000205/4" : {
44 "interfaces" : [
45 {
Charles Chan279fabf2017-04-24 15:33:14 -070046 "ips" : [ "10.0.3.254/24", "10.0.1.254/24", "2000::1ff/120" ],
47 "vlan-tagged": [10],
48 "vlan-native": 30
Charles Chan6e29b322017-04-11 11:10:31 -070049 }
50 ]
51 },
52 "of:0000000000000205/5" : {
53 "interfaces" : [
54 {
55 "ips" : [ "2000::3ff/120" ],
56 "vlan-untagged": 50
57 }
58 ]
59 },
60 "of:0000000000000205/6" : {
61 "interfaces" : [
62 {
63 "ips" : [ "2000::3ff/120" ],
64 "vlan-untagged": 50
65 }
66 ]
67 },
68 "of:0000000000000205/7" : {
69 "interfaces" : [
70 {
71 "ips" : [ "10.0.3.254/24" ],
72 "vlan-tagged": [30]
73 }
74 ]
75 },
76 "of:0000000000000205/8" : {
77 "interfaces" : [
78 {
79 "ips" : [ "10.0.1.254/24", "2000::1ff/120" ],
80 "vlan-untagged": 10
81 }
82 ]
Charles Chan6e29b322017-04-11 11:10:31 -070083 }
84 },
85 "devices" : {
86 "of:0000000000000204" : {
87 "segmentrouting" : {
88 "name" : "s204",
89 "ipv4NodeSid" : 204,
90 "ipv4Loopback" : "192.168.0.204",
91 "ipv6NodeSid" : 214,
92 "ipv6Loopback" : "2000::c0a8:0204",
93 "routerMac" : "00:00:00:00:02:04",
94 "isEdgeRouter" : true,
95 "adjacencySids" : []
96 },
97 "basic" : {
98 "name": "s204",
99 "driver" : "ofdpa-ovs"
100 }
101 },
102 "of:0000000000000205" : {
103 "segmentrouting" : {
104 "name" : "s205",
105 "ipv4NodeSid" : 205,
106 "ipv4Loopback" : "192.168.0.205",
107 "ipv6NodeSid" : 215,
108 "ipv6Loopback" : "2000::c0a8:0205",
109 "routerMac" : "00:00:00:00:02:05",
110 "isEdgeRouter" : true,
111 "adjacencySids" : []
112 },
113 "basic" : {
114 "name": "s205",
115 "driver" : "ofdpa-ovs"
116 }
117 },
118 "of:0000000000000226" : {
119 "segmentrouting" : {
120 "name" : "s226",
121 "ipv4NodeSid" : 226,
122 "ipv4Loopback" : "192.168.0.226",
123 "ipv6NodeSid" : 236,
124 "ipv6Loopback" : "2000::c0a8:0226",
125 "routerMac" : "00:00:00:00:02:26",
126 "isEdgeRouter" : false,
127 "adjacencySids" : []
128 },
129 "basic" : {
130 "name": "s226",
131 "driver" : "ofdpa-ovs"
132 }
133 },
134 "of:0000000000000227" : {
135 "segmentrouting" : {
136 "name" : "s227",
137 "ipv4NodeSid" : 227,
138 "ipv4Loopback" : "192.168.0.227",
139 "ipv6NodeSid" : 237,
140 "ipv6Loopback" : "2000::c0a8:0227",
141 "routerMac" : "00:00:00:00:02:27",
142 "isEdgeRouter" : false,
143 "adjacencySids" : []
144 },
145 "basic" : {
146 "name": "s227",
147 "driver" : "ofdpa-ovs"
148 }
149 }
150 },
151 "hosts": {
152 "00:bb:00:00:00:01/None": {
153 "basic": {
154 "ips": ["2000::201"],
Charles Chan4a2bd0f2017-06-13 18:05:02 -0700155 "locations": ["of:0000000000000204/5"]
Charles Chan6e29b322017-04-11 11:10:31 -0700156 }
157 },
158 "00:bb:00:00:00:02/None": {
159 "basic": {
160 "ips": ["2000::202"],
Charles Chan4a2bd0f2017-06-13 18:05:02 -0700161 "locations": ["of:0000000000000204/6"]
Charles Chan6e29b322017-04-11 11:10:31 -0700162 }
163 },
164 "00:bb:00:00:00:03/None": {
165 "basic": {
166 "ips": ["2000::301"],
Charles Chan4a2bd0f2017-06-13 18:05:02 -0700167 "locations": ["of:0000000000000205/5"]
Charles Chan6e29b322017-04-11 11:10:31 -0700168 }
169 },
170 "00:bb:00:00:00:04/None": {
171 "basic": {
172 "ips": ["2000::302"],
Charles Chan4a2bd0f2017-06-13 18:05:02 -0700173 "locations": ["of:0000000000000205/6"]
Charles Chan6e29b322017-04-11 11:10:31 -0700174 }
175 }
176 },
177 "apps" : {
Yi Tseng2c58b502017-08-02 16:30:05 -0700178 "org.onosproject.dhcprelay" : {
179 "default": [
180 {
181 "dhcpServerConnectPoint": "of:0000000000000205/7",
182 "serverIps": ["10.0.3.253"]
183 }
184 ]
Charles Chan6e29b322017-04-11 11:10:31 -0700185 }
186 }
187}