blob: 3980f76123094b60fb1ac183816df30b5669a94e [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 "ports":{
17 "of:0000000000000001/1":{
18 "interfaces":[
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070019 {
Jon Hall2161a212020-09-16 11:29:27 -070020 "ips":[
21 "10.0.2.254/24"
22 ],
23 "vlan-native":20,
24 "vlan-tagged":[
25 10
26 ]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070027 }
28 ]
29 },
Jon Hall2161a212020-09-16 11:29:27 -070030 "of:0000000000000001/2":{
31 "interfaces":[
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070032 {
Jon Hall2161a212020-09-16 11:29:27 -070033 "ips":[
34 "10.0.2.254/24"
35 ],
36 "vlan-native":20,
37 "vlan-tagged":[
38 10
39 ]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070040 }
41 ]
42 }
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070043 }
Jon Hall2161a212020-09-16 11:29:27 -070044}