blob: 65a03b8f67b62296e3c4dc34197f8b92f9156342 [file] [log] [blame]
Flavio Castro02b43632016-06-20 17:07:27 -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":101,
11 "isEdgeRouter":true,
12 "name":"Leaf-R1",
13 "routerMac":"10:00:00:00:00:01"
Flavio Castro02b43632016-06-20 17:07:27 -070014 }
15 }
16 },
Jon Hall2161a212020-09-16 11:29:27 -070017 "hosts":{
18 "00:00:00:00:00:01/-1":{
19 "basic":{
20 "ips":[
21 "10.0.1.1"
22 ],
23 "locations":[
24 "of:0000000000000001/1"
25 ]
Flavio Castro02b43632016-06-20 17:07:27 -070026 }
27 },
Jon Hall2161a212020-09-16 11:29:27 -070028 "00:00:00:00:00:02/-1":{
29 "basic":{
30 "ips":[
31 "10.0.1.2"
32 ],
33 "locations":[
34 "of:0000000000000001/2"
35 ]
Flavio Castro02b43632016-06-20 17:07:27 -070036 }
37 }
Jon Hall2161a212020-09-16 11:29:27 -070038 },
39 "ports":{
40 "of:0000000000000001/1":{
41 "interfaces":[
42 {
43 "ips":[
44 "10.0.1.254/24"
45 ],
46 "vlan-untagged":100
47 }
48 ]
49 },
50 "of:0000000000000001/2":{
51 "interfaces":[
52 {
53 "ips":[
54 "10.0.1.254/24"
55 ],
56 "vlan-untagged":100
57 }
58 ]
59 },
60 "of:0000000000000001/3":{
61 "interfaces":[
62 {
63 "ips":[
64 "10.0.1.254/24"
65 ],
66 "vlan-untagged":100
67 }
68 ]
69 },
70 "of:0000000000000001/4":{
71 "interfaces":[
72 {
73 "ips":[
74 "10.0.1.254/24"
75 ],
76 "vlan-untagged":100
77 }
78 ]
79 }
Flavio Castro02b43632016-06-20 17:07:27 -070080 }
Jon Hall2161a212020-09-16 11:29:27 -070081}