blob: 1d7a9d5558f9f00dd095500378841bdaad86e38e [file] [log] [blame]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -07001{
Jon Hall2161a212020-09-16 11:29:27 -07002 "devices":{
3 "of:0000000000000001":{
4 "basic":{
5 "driver":"ofdpa-ovs"
6 },
7 "segmentrouting":{
8 "adjacencySids":[],
9 "ipv4Loopback":"192.168.0.1",
10 "ipv4NodeSid":201,
11 "isEdgeRouter":true,
12 "routerMac":"00:00:00:00:00:01"
13 }
14 }
15 },
16 "hosts":{
17 "00:aa:00:00:00:02/10":{
18 "basic":{
19 "locations":[
20 "of:0000000000000001/2"
21 ]
22 }
23 }
24 },
25 "ports":{
26 "of:0000000000000001/1":{
27 "interfaces":[
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070028 {
Jon Hall2161a212020-09-16 11:29:27 -070029 "ips":[
30 "10.0.2.254/24"
31 ],
32 "vlan-untagged":10
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070033 }
34 ]
35 },
Jon Hall2161a212020-09-16 11:29:27 -070036 "of:0000000000000001/2":{
37 "interfaces":[
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070038 {
Jon Hall2161a212020-09-16 11:29:27 -070039 "ips":[
40 "10.0.2.254/24"
41 ],
42 "vlan-tagged":[
43 10
44 ]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070045 }
46 ]
47 }
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070048 }
Jon Hall2161a212020-09-16 11:29:27 -070049}