blob: 4e67129d86b729b72e1724be2da3f9ecc4431020 [file] [log] [blame]
Jovana Vuleta1de61262017-06-14 11:10:29 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2017-present Open Networking Foundation
Jovana Vuleta1de61262017-06-14 11:10:29 +02004 ~
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>
Thomas Vachuska22724382017-10-24 11:10:12 -070018 <driver name="hp-switch">
Jovana Vuleta1de61262017-06-14 11:10:29 +020019 <behaviour api="org.onosproject.net.behaviour.Pipeliner"
20 impl="org.onosproject.drivers.hp.HPPipelineV3800"/>
21 <behaviour api="org.onosproject.openflow.controller.driver.OpenFlowSwitchDriver"
22 impl="org.onosproject.drivers.hp.HPSwitchHandshaker"/>
23 </driver>
Thomas Vachuska22724382017-10-24 11:10:12 -070024
25 <driver name="hp-2920" extends="hp-switch" manufacturer="(HP|Aruba)"
26 hwVersion="2920-(24G|48G).* Switch" swVersion=".*"/>
27
28 <driver name="hp-2930" extends="hp-switch" manufacturer="(HP|Aruba)"
29 hwVersion="2930[FM]-(8G|8SR|24G|40G|48G).* Switch" swVersion=".*"/>
30
31 <driver name="hp-3500" extends="hp-switch" manufacturer="(HP|Aruba)"
32 hwVersion="Switch 3500.*" swVersion=".*"/>
33
34 <driver name="hp-3800" extends="hp-switch" manufacturer="(HP|Aruba)"
35 hwVersion="3800-(24G|24SFP|48G).* Switch" swVersion=".*"/>
36
37 <driver name="hp-3810" extends="hp-switch" manufacturer="(HP|Aruba)"
38 hwVersion="3810M-(16SFP|16SR|24G|24SFP|40G|48G).* Switch" swVersion=".*"/>
39
40 <driver name="hp-5400" extends="hp-switch" manufacturer="(HP|Aruba)"
41 hwVersion="Switch (5406zl|5412zl)" swVersion=".*"/>
42
43 <driver name="hp-5400R" extends="hp-switch" manufacturer="(HP|Aruba)"
44 hwVersion="Switch (5406Rzl2|5412Rzl2)" swVersion=".*"/>
45
46 <driver name="hp-6200" extends="hp-switch" manufacturer="(HP|Aruba)"
47 hwVersion="Switch 6200zl-24G" swVersion=".*"/>
48
49 <driver name="hp-6600" extends="hp-switch" manufacturer="(HP|Aruba)"
50 hwVersion="Switch (E6600|6600ml|6600).*" swVersion=".*"/>
51
52 <driver name="aruba-7000" extends="hp-switch" manufacturer="(HP|Aruba)"
53 hwVersion="Aruba70(05|08|10|24|30)" swVersion=".*"/>
54
55 <driver name="aruba-7200" extends="hp-switch" manufacturer="(HP|Aruba)"
56 hwVersion="Aruba72(05|10|20|40)" swVersion=".*"/>
57
58 <driver name="hp-8200" extends="hp-switch" manufacturer="(HP|Aruba)"
59 hwVersion="Switch 8212zl" swVersion=".*"/>
60
Jovana Vuleta1de61262017-06-14 11:10:29 +020061</drivers>