blob: ecdc45e731ba28ac29b6628c3999a23dab3c086c [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-untagged":20
77 }
78 ]
79 },
80 "of:0000000000000002/2":{
81 "interfaces":[
82 {
83 "ips":[
84 "10.0.2.254/24"
85 ],
86 "vlan-native":20,
87 "vlan-tagged":[
88 10
89 ]
90 }
91 ]
92 },
93 "of:0000000000000002/3":{
94 "interfaces":[
95 {
96 "ips":[
97 "10.0.2.254/24"
98 ],
99 "vlan-untagged":20
100 }
101 ]
102 }
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -0700103 }
Jon Hall2161a212020-09-16 11:29:27 -0700104}