blob: 7ec709fa9b9e80ef2f7b4b2a12813d97f3316bad [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/20":{
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-untagged":10
64 }
65 ]
66 },
67 "of:0000000000000001/3":{
68 "interfaces":[
69 {
70 "ips":[
71 "10.0.2.254/24"
72 ],
73 "vlan-tagged":[
74 20
75 ]
76 }
77 ]
78 },
79 "of:0000000000000002/2":{
80 "interfaces":[
81 {
82 "ips":[
83 "10.0.2.254/24"
84 ],
85 "vlan-untagged":10
86 }
87 ]
88 },
89 "of:0000000000000002/3":{
90 "interfaces":[
91 {
92 "ips":[
93 "10.0.2.254/24"
94 ],
95 "vlan-tagged":[
96 20
97 ]
98 }
99 ]
100 }
Jonghwan Hyun3731d6a2017-10-19 11:59:31 -0700101 }
Jon Hall2161a212020-09-16 11:29:27 -0700102}