blob: fa320154fa1362c44acde70725814a5b42963353 [file] [log] [blame]
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07003 ~ Copyright 2016-present Open Networking Laboratory
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17<drivers>
18 <driver name="default"
19 manufacturer="ON.Lab" hwVersion="0.0.1" swVersion="0.0.1">
20 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
21 impl="org.onosproject.driver.pipeline.DefaultSingleTablePipeline"/>
22 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
23 impl="org.onosproject.driver.handshaker.DefaultSwitchHandshaker"/>
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -070024 </driver>
25 <driver name="ovs" extends="default"
26 manufacturer="Nicira, Inc\." hwVersion="Open vSwitch" swVersion="2\..*">
27 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
28 impl="org.onosproject.driver.handshaker.NiciraSwitchHandshaker"/>
alshabib880b6442015-11-23 22:13:04 -080029 <behaviour api="org.onosproject.openflow.controller.ExtensionTreatmentInterpreter"
30 impl="org.onosproject.driver.extensions.NiciraExtensionTreatmentInterpreter" />
31 <behaviour api="org.onosproject.net.behaviour.ExtensionTreatmentResolver"
32 impl="org.onosproject.driver.extensions.NiciraExtensionTreatmentInterpreter" />
Andrea Campanella2cfe8ef2017-07-13 19:45:15 +020033 <behaviour api="org.onosproject.net.flow.ExtensionTreatmentCodec"
Jonathan Harte3bcfc32016-08-16 17:12:49 -070034 impl="org.onosproject.driver.extensions.NiciraExtensionTreatmentInterpreter" />
Jonathan Hart26a8d952015-12-02 15:16:35 -080035 <behaviour api="org.onosproject.openflow.controller.ExtensionSelectorInterpreter"
36 impl="org.onosproject.driver.extensions.NiciraExtensionSelectorInterpreter" />
37 <behaviour api="org.onosproject.net.behaviour.ExtensionSelectorResolver"
38 impl="org.onosproject.driver.extensions.NiciraExtensionSelectorInterpreter" />
Andrea Campanella2cfe8ef2017-07-13 19:45:15 +020039 <behaviour api="org.onosproject.net.flow.ExtensionSelectorCodec"
Jonathan Harte3bcfc32016-08-16 17:12:49 -070040 impl="org.onosproject.driver.extensions.NiciraExtensionSelectorInterpreter" />
HIGUCHI Yutab7a15d72015-12-15 09:54:40 -080041 <behaviour api="org.onosproject.net.behaviour.VlanQuery"
42 impl="org.onosproject.driver.query.FullVlanAvailable" />
43 <behaviour api="org.onosproject.net.behaviour.MplsQuery"
44 impl="org.onosproject.driver.query.FullMplsAvailable" />
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -070045 </driver>
Yuta HIGUCHI250d0282016-08-19 14:19:57 -070046
47 <!-- Lagopus software OpenFlow 1.3 switch
48 http://www.lagopus.org/ -->
49 <driver name="lagopus" extends="default"
50 manufacturer="Lagopus project"
51 hwVersion=".*" swVersion=".*">
52 <behaviour api="org.onosproject.net.behaviour.VlanQuery"
53 impl="org.onosproject.driver.query.FullVlanAvailable" />
54 <behaviour api="org.onosproject.net.behaviour.MplsQuery"
55 impl="org.onosproject.driver.query.FullMplsAvailable" />
56 </driver>
57
Charles Chana5bb4a12016-12-09 13:50:45 -080058 <!-- Driver for OFDPA i12_1.7.
59 ~ TODO: version number in i12_1.7 is 2.0. Change it back when we can distinguish 3.0.
60 -->
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -070061 <driver name="ofdpa" extends="default"
Charles Chana5bb4a12016-12-09 13:50:45 -080062 manufacturer="Broadcom Corp." hwVersion="OF-DPA i12_1.7" swVersion="OF-DPA i12_1.7">
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -070063 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
Yi Tsengef19de12017-04-24 11:33:05 -070064 impl="org.onosproject.driver.pipeline.ofdpa.Ofdpa2Pipeline"/>
Charles Chan14967c22015-12-07 11:11:50 -080065 <behaviour api="org.onosproject.openflow.controller.ExtensionTreatmentInterpreter"
66 impl="org.onosproject.driver.extensions.OfdpaExtensionTreatmentInterpreter" />
67 <behaviour api="org.onosproject.net.behaviour.ExtensionTreatmentResolver"
68 impl="org.onosproject.driver.extensions.OfdpaExtensionTreatmentInterpreter" />
69 <behaviour api="org.onosproject.openflow.controller.ExtensionSelectorInterpreter"
70 impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" />
71 <behaviour api="org.onosproject.net.behaviour.ExtensionSelectorResolver"
72 impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" />
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -070073 </driver>
Charles Chana5bb4a12016-12-09 13:50:45 -080074
Saurav Das86d13e82017-04-28 17:03:48 -070075 <!-- Driver for OFDPA 3.0 EA*.
76 ~ TODO: version number from switch is still 2.0. Update when 3.0 is GA.
Charles Chana5bb4a12016-12-09 13:50:45 -080077 -->
Charles Chanf9e98652016-09-07 16:54:23 -070078 <driver name="ofdpa3" extends="default"
Charles Chana5bb4a12016-12-09 13:50:45 -080079 manufacturer="Broadcom Corp." hwVersion="OF-DPA 2.0" swVersion="OF-DPA 2.0">
Charles Chanf9e98652016-09-07 16:54:23 -070080 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
Yi Tsengef19de12017-04-24 11:33:05 -070081 impl="org.onosproject.driver.pipeline.ofdpa.Ofdpa3Pipeline"/>
Charles Chancad338a2016-09-16 18:03:11 -070082 <behaviour api="org.onosproject.openflow.controller.ExtensionTreatmentInterpreter"
83 impl="org.onosproject.driver.extensions.Ofdpa3ExtensionTreatmentInterpreter" />
84 <behaviour api="org.onosproject.net.behaviour.ExtensionTreatmentResolver"
85 impl="org.onosproject.driver.extensions.Ofdpa3ExtensionTreatmentInterpreter" />
Charles Chanf9e98652016-09-07 16:54:23 -070086 <behaviour api="org.onosproject.openflow.controller.ExtensionSelectorInterpreter"
Pier Ventre6f630052016-10-18 09:58:41 -070087 impl="org.onosproject.driver.extensions.Ofdpa3ExtensionSelectorInterpreter" />
Charles Chanf9e98652016-09-07 16:54:23 -070088 <behaviour api="org.onosproject.net.behaviour.ExtensionSelectorResolver"
Pier Ventre6f630052016-10-18 09:58:41 -070089 impl="org.onosproject.driver.extensions.Ofdpa3ExtensionSelectorInterpreter" />
Charles Chanf9e98652016-09-07 16:54:23 -070090 </driver>
Charles Chana5bb4a12016-12-09 13:50:45 -080091
Saurav Das86d13e82017-04-28 17:03:48 -070092 <!-- Driver for OFDPA 3.0 EA* for Qumran based switches.
93 ~ Note: driver needs to be configured using onos-netcfg.
94 -->
95 <driver name="qmx-ofdpa3" extends="ofdpa3"
96 manufacturer="Broadcom Corp." hwVersion="Qmx" swVersion="Qmx">
97 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
Yi Tsengef19de12017-04-24 11:33:05 -070098 impl="org.onosproject.driver.pipeline.ofdpa.Ofdpa3QmxPipeline"/>
Saurav Das86d13e82017-04-28 17:03:48 -070099 </driver>
100
Alan Deikmanb33b2162016-11-10 10:39:26 -0800101 <driver name="znyx-ofdpa" extends="default"
102 manufacturer="ZNYX Networks" hwVersion=".*" swVersion=".*OF-DPA.*">
103 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
Yi Tsengef19de12017-04-24 11:33:05 -0700104 impl="org.onosproject.driver.pipeline.ofdpa.Ofdpa3Pipeline"/>
Alan Deikmanb33b2162016-11-10 10:39:26 -0800105 <behaviour api="org.onosproject.openflow.controller.ExtensionTreatmentInterpreter"
106 impl="org.onosproject.driver.extensions.Ofdpa3ExtensionTreatmentInterpreter" />
107 <behaviour api="org.onosproject.net.behaviour.ExtensionTreatmentResolver"
108 impl="org.onosproject.driver.extensions.Ofdpa3ExtensionTreatmentInterpreter" />
109 <behaviour api="org.onosproject.openflow.controller.ExtensionSelectorInterpreter"
110 impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" />
111 <behaviour api="org.onosproject.net.behaviour.ExtensionSelectorResolver"
112 impl="org.onosproject.driver.extensions.OfdpaExtensionSelectorInterpreter" />
113 </driver>
Charles Chan40132b32017-01-22 00:19:37 -0800114
Charles Chand3072dc2017-07-31 15:14:16 -0700115 <!-- Emulation of the OF-DPA pipeline using a OVS 2.5.0+ software switch.
Charles Chan40132b32017-01-22 00:19:37 -0800116 ~ To use this driver, configure ONOS with the dpid of the device.
117 -->
118 <driver name="ofdpa-ovs" extends="default"
119 manufacturer="ONF"
120 hwVersion="OFDPA OVS" swVersion="OFDPA OVS">
121 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
Yi Tsengef19de12017-04-24 11:33:05 -0700122 impl="org.onosproject.driver.pipeline.ofdpa.OvsOfdpa2Pipeline"/>
Charles Chan40132b32017-01-22 00:19:37 -0800123 </driver>
124
alshabib48dc2f12016-04-18 10:17:17 -0700125 <driver name="celestica" extends="default"
126 manufacturer="PMC GPON Networks" hwVersion="PAS5211 v2" swVersion="vOLT version 1.5.3.*">
127 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
128 impl="org.onosproject.driver.pipeline.OltPipeline"/>
129 </driver>
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -0700130 <driver name="pmc-olt" extends="default"
alshabib2f74f2c2016-01-14 13:29:35 -0800131 manufacturer="PMC GPON Networks" hwVersion="PASffffffff v-1" swVersion="vOLT.*">
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -0700132 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
Jonathan Hartb92cc512015-11-16 23:05:21 -0800133 impl="org.onosproject.driver.pipeline.OltPipeline"/>
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -0700134 </driver>
alshabib02c7aaf2016-01-14 14:20:26 -0800135 <driver name="fj-olt" extends="default"
136 manufacturer="Fujitsu" hwVersion="svkOLT" swVersion="v1.0">
137 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
138 impl="org.onosproject.driver.pipeline.OltPipeline"/>
139 </driver>
Ke Han43cc16a2016-03-07 16:04:09 +0800140 <driver name="nokia-olt" extends="default"
ke han3c2b2262016-08-12 11:03:16 +0800141 manufacturer="Nokia" hwVersion="SDOLT" swVersion="5.2.1">
Ke Han43cc16a2016-03-07 16:04:09 +0800142 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
ke hana1cb2512016-09-29 15:15:59 +0800143 impl="org.onosproject.driver.pipeline.NokiaOltPipeline"/>
Ke Han43cc16a2016-03-07 16:04:09 +0800144 </driver>
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -0700145 <driver name="g.fast" extends="default"
146 manufacturer="TEST1" hwVersion="TEST2" swVersion="TEST3">
147 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
Jonathan Hartb92cc512015-11-16 23:05:21 -0800148 impl="org.onosproject.driver.pipeline.OltPipeline"/>
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -0700149 </driver>
150 <!-- The SoftRouter driver is meant to be used by any software/NPU based
151 ~ switch that wishes to implement a simple 2-table router. To use this
152 ~ driver, configure ONOS with the dpid of the device, or extend the
153 ~ driver declaration with the manufacturer/hwVersion/swVersion of the
154 ~ device (see 'noviflow' example).
155 -->
156 <driver name="softrouter" extends="default"
157 manufacturer="Various" hwVersion="various" swVersion="0.0.0">
158 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
159 impl="org.onosproject.driver.pipeline.SoftRouterPipeline"/>
160 </driver>
161 <driver name="centec-V350" extends="default"
162 manufacturer=".*Centec.*" hwVersion=".*" swVersion="3.1.*">
163 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
164 impl="org.onosproject.driver.pipeline.CentecV350Pipeline"/>
165 </driver>
166 <driver name="pica" extends="default"
167 manufacturer="Pica8, Inc." hwVersion=".*" swVersion="PicOS 2.6">
168 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
169 impl="org.onosproject.driver.pipeline.PicaPipeline"/>
170 </driver>
171 <driver name="noviflow" extends="softrouter"
172 manufacturer="NoviFlow Inc" hwVersion="NS.*" swVersion="NW.*">
173 </driver>
jiangruif04b9552015-11-19 12:09:51 +0800174 <driver name="onosfw" extends="ovs"
CNluciusa66c3972015-09-06 20:31:29 +0800175 manufacturer="" hwVersion="" swVersion="">
176 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
177 impl="org.onosproject.driver.pipeline.OpenVSwitchPipeline"/>
178 </driver>
Macauley Cheng696e1e82015-11-13 15:58:28 +0800179 <driver name="aos" extends="ofdpa"
180 manufacturer="Accton" hwVersion=".*" swVersion="1.*">
181 </driver>
sanghoshin435392c2015-12-09 21:39:23 +0900182 <driver name="sona" extends="ovs"
183 manufacturer="" hwVersion="" swVersion="">
184 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
185 impl="org.onosproject.driver.pipeline.OpenstackPipeline"/>
186 </driver>
Murat Parlakisik4f50e3f2016-04-11 03:24:44 -0700187 <driver name="hp" extends="default"
188 manufacturer="HP" hwVersion="Switch 3500yl-48G" swVersion="K.16.01.0004">
189 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
190 impl="org.onosproject.driver.pipeline.HpPipeline"/>
191 </driver>
Andrea Campanellae6e2b762017-02-22 21:55:53 +0100192 <!-- The abstract driver is meant as a base driver containing classes that are
193 ~ present in the default drivers module. These classes are needed by other
194 ~ drivers but not loaded by any of the base ones.
195 ~ The abstract driver is NOT meant to be used by itself with any device.
196 ~ Policies will be put in place in the DriverManager so that this driver
197 ~ is not assigned to any device from the southbound or the net-cfg.
198 -->
199 <driver name="abstract"
200 manufacturer="abstract" hwVersion="abstract" swVersion="abstract">
201 <behaviour api="org.onosproject.net.behaviour.MeterQuery"
202 impl="org.onosproject.driver.query.FullMetersAvailable"/>
203 </driver>
Charles Chand3072dc2017-07-31 15:14:16 -0700204
205 <!-- Deprecated CpqD drivers. CORD-1625 -->
206
207 <!-- Emulation of the spring-open pipeline using a CPqD OF 1.3 software switch.
208 ~ This driver is the default driver assigned to the CPqD switch.
209 -->
210 <driver name="spring-open-cpqd" extends="default"
211 manufacturer="Stanford University, Ericsson Research and CPqD Research"
212 hwVersion="OpenFlow 1.3 Reference Userspace Switch" swVersion=".*">
213 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
214 impl="org.onosproject.driver.pipeline.SpringOpenTTP"/>
215 </driver>
216 <driver name="spring-open" extends="default"
217 manufacturer="Dell " hwVersion="OpenFlow switch HW ver. 1.0"
218 swVersion="OpenFlow switch SW ver. 1.0 and 1.3">
219 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
220 impl="org.onosproject.driver.pipeline.SpringOpenTTPDell"/>
221 </driver>
222
223 <!-- Emulation of the OFDPA pipeline using a CPqD OF 1.3 software switch.
224 ~ Use this driver when MPLS functionality is required.
225 ~ To use this driver, configure ONOS with the dpid of the device.
226 -->
227 <driver name="ofdpa-cpqd" extends="default"
228 manufacturer="ONF"
229 hwVersion="OF1.3 Software Switch from CPqD" swVersion="for Group Chaining">
230 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
231 impl="org.onosproject.driver.pipeline.ofdpa.CpqdOfdpa2Pipeline"/>
232 </driver>
233
234 <!-- Emulation of the OFDPA pipeline using a CPqD OF 1.3 software switch.
235 ~ Use this driver when VLAN functionality is required.
236 ~ To use this driver, configure ONOS with the dpid of the device.
237 -->
238 <driver name="ofdpa-cpqd-vlan" extends="default"
239 manufacturer="ONF"
240 hwVersion="OF1.3 Software Switch from CPqD" swVersion="for Group Chaining">
241 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
242 impl="org.onosproject.driver.pipeline.ofdpa.CpqdOfdpa2VlanPipeline"/>
243 </driver>
244
Sho SHIMIZUa48d3a02015-08-25 13:33:02 -0700245</drivers>
246