Changeset 259


Ignore:
Timestamp:
Sep 9, 2017, 1:30:35 PM (7 years ago)
Author:
g7moreau
Message:
  • Add doc on supported switch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r258 r259  
    11#!/usr/bin/perl -w
    22#
    3 # Copyright (C) 2005-2017 Gabriel Moreau
     3# Copyright (C) 2005-2017 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>
    44#
    55# $Id$
     
    77use strict;
    88use warnings;
    9 use version; our $VERSION = qv('0.6.4');
     9use version; our $VERSION = qv('0.6.5');
    1010
    1111use Readonly;
     
    906906print <<'END';
    907907klask - port and search manager for switches, map management
    908 Copyright (C) 2005-2017 Gabriel Moreau
     908Copyright (C) 2005-2017 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>
    909909
    910910END
     
    32103210
    32113211
     3212=head1 SWITCH SUPPORTED
     3213
     3214Here is a list of switches where Klask gives or gave (for old switches) good results.
     3215We have only a few manageable switches to actually test Klask.
     3216It is quite possible that switches from other brands will work just as well.
     3217You just have to do a test on it and add the line of description that goes well in the source code.
     3218Contact us for any additional information.
     3219
     3220In the following list, the names of the switch types written in parentheses are the code names returned by Klask.
     3221This makes it possible to adjust the code names of the different manufacturers!
     3222
     3223HP: J3299A(HP224M), J4120A(HP1600M), J9029A(HP1800-8G), J9449A(HP1810-8G), J4093A(HP2424M), J9279A(HP2510G-24),
     3224J9280A(HP2510G-48), J4813A(HP2524), J4900A(HP2626A), J4900B(HP2626B), J4899B(HP2650), J9021A(HP2810-24G), J9022A(HP2810-48G),
     3225J8692A(HP3500-24G), J4903A(HP2824), J4110A(HP8000M), JE074A(HP5120-24G), JE069A(HP5120-48G), JD377A(HP5500-24G), JD374A(HP5500-24F).
     3226
     3227BayStack: BayStack 350T HW(BS350T)
     3228
     3229Nexans: GigaSwitch V3 TP SFP-I 48V ES3(NA3483-6G), GigaSwitch V3 TP.PSE.+ 48/54V ES3(NA3483-6P)
     3230
     3231DELL: PC7024(DPC7024), N2048(DN2048), N4032F(DN4032F), N4064F(DN4064F)
     3232
     3233H3C and 3COM switches have never not been tested but the new HP Comware switches are exactly the same...
     3234
     3235H3C: H3C5500
     3236
     32373COM: 3C17203, 3C17204, 3CR17562-91, 3CR17255-91, 3CR17251-91, 3CR17571-91, 3CRWX220095A, 3CR17254-91, 3CRS48G-24S-91,
     32383CRS48G-48S-91, 3C17708, 3C17709, 3C17707, 3CR17258-91, 3CR17181-91, 3CR17252-91, 3CR17253-91, 3CR17250-91, 3CR17561-91,
     32393CR17572-91, 3C17702-US, 3C17700.
     3240
     3241
    32123242=head1 FILES
    32133243
     
    32443274GPL version 2 or later and Perl equivalent
    32453275
    3246 Copyright (C) 2005-2017 Gabriel Moreau.
     3276Copyright (C) 2005-2017 Gabriel Moreau <Gabriel.Moreau(A)univ-grenoble-alpes.fr>.
Note: See TracChangeset for help on using the changeset viewer.