blob: 6f78265204f10d691e4e6e1aaa8fc78f297a4109 [file] [log] [blame]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07001{
2 "ports" : {
3 "of:0000000000000001/1" : {
4 "interfaces" : [
5 {
You Wang57da9f92017-12-19 13:49:22 -08006 "ips" : [ "10.0.2.254/24" ],
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07007 "vlan-tagged": [10]
8 }
9 ]
10 },
11 "of:0000000000000001/2" : {
12 "interfaces" : [
13 {
You Wang57da9f92017-12-19 13:49:22 -080014 "ips" : [ "10.0.2.254/24" ],
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070015 "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}