blob: 9940a3d67ef1eed04ed558ebfaf2c178f4078719 [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-untagged": 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": [10]
16 }
17 ]
18 }
19 },
20 "hosts" : {
21 "00:aa:00:00:00:02/10" : {
22 "basic": {
23 "locations": ["of:0000000000000001/2"]
24 }
25 }
26 },
27 "devices" : {
28 "of:0000000000000001" : {
29 "segmentrouting" : {
30 "ipv4NodeSid" : 1,
31 "ipv4Loopback" : "192.168.0.1",
32 "routerMac" : "00:00:00:00:00:01",
33 "isEdgeRouter" : true,
34 "adjacencySids" : []
35 },
36 "basic" : {
37 "driver" : "ofdpa-ovs"
38 }
39 }
40 }
41}