Changeset 128
- Timestamp:
- Apr 22, 2013, 7:04:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/klask
r127 r128 81 81 82 82 Readonly my %SWITCH_KIND => ( 83 # HP 83 84 J3299A => { model => 'HP224M', match => 'HP J3299A ProCurve Switch 224M' }, 84 85 J4120A => { model => 'HP1600M', match => 'HP J4120A ProCurve Switch 1600M' }, … … 98 99 J4110A => { model => 'HP8000M', match => 'HP J4110A ProCurve Switch 8000M' }, 99 100 JD374A => { model => 'HP5500-24F', match => 'HP Comware.+?A5500-24G-SFP EI' }, 101 # BayStack 100 102 BS350T => { model => 'BS350T', match => 'BayStack 350T HW' }, 103 # Nexans 101 104 N3483G => { model => 'NA3483-6G', match => 'GigaSwitch V3 TP SFP-I 48V ES3' }, 105 # 3COM 106 'H3C5500' => { model => 'H3C5500', match => 'H3C S5500-SI Series' }, 107 '3C17203' => { model => '3C17203', match => '3Com SuperStack 3 24-Port' }, 108 '3C17204' => { model => '3C17204', match => '3Com SuperStack 3 48-Port' }, 109 '3CR17562-91' => { model => '3CR17562-91', match => '3Com Switch 4500 50-Port' }, 110 '3CR17255-91' => { model => '3CR17255-91', match => '3Com Switch 5500G-EI 48-Port' }, 111 '3CR17251-91' => { model => '3CR17251-91', match => '3Com Switch 5500G-EI 48-Port' }, 112 '3CR17571-91' => { model => '3CR17571-91', match => '3Com Switch 4500 PWR 26-Port' }, 113 '3CRWX220095A' => { model => '3CRWX220095A', match => '3Com Wireless LAN Controller' }, 114 '3CR17254-91' => { model => '3CR17254-91', match => '3Com Switch 5500G-EI 24-Port' }, 115 '3CRS48G-24S-91' => { model => '3CRS48G-24S-91', match => '3Com Switch 4800G 24-Port' }, 116 '3CRS48G-48S-91' => { model => '3CRS48G-48S-91', match => '3Com Switch 4800G 48-Port' }, 117 '3C17708' => { model => '3C17708', match => '3Com Switch 4050' }, 118 '3C17709' => { model => '3C17709', match => '3Com Switch 4060' }, 119 '3C17707' => { model => '3C17707', match => '3Com Switch 4070' }, 120 '3CR17258-91' => { model => '3CR17258-91', match => '3Com Switch 5500G-EI 24-Port SFP' }, 121 '3CR17181-91' => { model => '3CR17181-91', match => '3Com Switch 5500-EI 28-Port FX' }, 122 '3CR17252-91' => { model => '3CR17252-91', match => '3Com Switch 5500G-EI PWR 24-Port' }, 123 '3CR17253-91' => { model => '3CR17253-91', match => '3Com Switch 5500G-EI PWR 48-Port' }, 124 '3CR17250-91' => { model => '3CR17250-91', match => '3Com Switch 5500G-EI 24-Port' }, 125 '3CR17561-91' => { model => '3CR17561-91', match => '3Com Switch 4500 26-Port' }, 126 '3CR17572-91' => { model => '3CR17572-91', match => '3Com Switch 4500 PWR 50-Port' }, 127 '3C17702-US' => { model => '3C17702-US', match => '3Com Switch 4900 SX' }, 128 '3C17700' => { model => '3C17700', match => '3Com Switch 4900' }, 102 129 ); 103 130
Note: See TracChangeset
for help on using the changeset viewer.