blob: 7f539f97189f135d9016858e99c67be97a52779e [file] [log] [blame]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07001{
2 "ports" : {
3 "of:0000000000000001/1" : {
4 "interfaces" : [
5 {
6 "ips" : [ "10.0.1.254/24" ],
7 "vlan-tagged": [10]
8 }
9 ]
10 },
11 "of:0000000000000001/2" : {
12 "interfaces" : [
13 {
14 "ips" : [ "10.0.1.254/24" ],
15 "vlan-tagged": [20]
16 }
17 ]
18 }
19 },
20 "hosts" : {
21 "00:aa:00:00:00:01/10" : {
22 "basic": {
23 "locations": ["of:0000000000000001/1"]
24 }
25 },
26 "00:aa:00:00:00:02/20" : {
27 "basic": {
28 "locations": ["of:0000000000000001/2"]
29 }
30 }
31 },
32 "devices" : {
33 "of:0000000000000001" : {
34 "segmentrouting" : {
35 "ipv4NodeSid" : 1,
36 "ipv4Loopback" : "192.168.0.1",
37 "routerMac" : "00:00:00:00:00:01",
38 "isEdgeRouter" : true,
39 "adjacencySids" : []
40 },
41 "basic" : {
42 "driver" : "ofdpa-ovs"
43 }
44 }
45 }
46}