blob: f2ed4a4d8a5cf1f69d021a7d7e384c858536a011 [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 "pairDeviceId":"of:0000000000000002",
13 "pairLocalPort":1,
14 "routerMac":"00:00:00:00:00:01"
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070015 }
16 },
Jon Hall2161a212020-09-16 11:29:27 -070017 "of:0000000000000002":{
18 "basic":{
19 "driver":"ofdpa-ovs"
20 },
21 "segmentrouting":{
22 "adjacencySids":[],
23 "ipv4Loopback":"192.168.0.2",
24 "ipv4NodeSid":202,
25 "isEdgeRouter":true,
26 "pairDeviceId":"of:0000000000000001",
27 "pairLocalPort":1,
28 "routerMac":"00:00:00:00:00:01"
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070029 }
30 }
31 },
Jon Hall2161a212020-09-16 11:29:27 -070032 "hosts":{
33 "00:AA:00:00:00:01/None":{
34 "basic":{
35 "ips":[
36 "10.0.2.1"
37 ],
38 "locations":[
39 "of:0000000000000001/2",
40 "of:0000000000000002/2"
41 ]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070042 }
43 },
Jon Hall2161a212020-09-16 11:29:27 -070044 "00:AA:00:00:00:02/None":{
45 "basic":{
46 "ips":[
47 "10.0.2.2"
48 ],
49 "locations":[
50 "of:0000000000000001/3",
51 "of:0000000000000002/3"
52 ]
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -070053 }
54 }
Jon Hall2161a212020-09-16 11:29:27 -070055 },
56 "ports":{
57 "of:0000000000000001/2":{
58 "interfaces":[
59 {
60 "ips":[
61 "10.0.2.254/24"
62 ],
63 "vlan-native":20,
64 "vlan-tagged":[
65 10
66 ]
67 }
68 ]
69 },
70 "of:0000000000000001/3":{
71 "interfaces":[
72 {
73 "ips":[
74 "10.0.2.254/24"
75 ],
76 "vlan-native":20,
77 "vlan-tagged":[
78 10
79 ]
80 }
81 ]
82 },
83 "of:0000000000000002/2":{
84 "interfaces":[
85 {
86 "ips":[
87 "10.0.2.254/24"
88 ],
89 "vlan-native":20,
90 "vlan-tagged":[
91 10
92 ]
93 }
94 ]
95 },
96 "of:0000000000000002/3":{
97 "interfaces":[
98 {
99 "ips":[
100 "10.0.2.254/24"
101 ],
102 "vlan-native":20,
103 "vlan-tagged":[
104 10
105 ]
106 }
107 ]
108 }
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -0700109 }
Jon Hall2161a212020-09-16 11:29:27 -0700110}