<<

NAME

pf::Switch::Enterasys::D2 - Object oriented module to parse SNMP traps and manage Enterasys D2 switches

STATUS

Developed and tested on an Enterasys Standalone D2. Firmware version: 1.00.02.0002

It should work on all D2 switches and maybe more.

supportsWiredAuth

This switch module supports wired MAC authentication.

SUBROUTINES

_setVlan - set the required vlan on the switch

BUGS AND LIMITATIONS

This switch's behaviour was very inconsistent during development, your mileage may vary.

Setting the VLAN of a port relies (in my opinion) on buggy switch behaviour

If setting the VLAN doesn't work on a newer firmware version try the modules SecureStack_C2, SecureStack_C3 or Matrix_N3 and let us know how it went.

Switch accepts multiple untagged VLAN per port when configured through SNMP

This is problematic because on some occasions the untagged vlan port list can become inconsistent with the switch's running config. To fix that, clear all untagged VLANs of a port even if the CLI interface doesn't show it. Use: clear vlan egress <vlans> <ports>

SNMPv3 support

was not tested

AUTHOR

Inverse inc. <info@inverse.ca>

COPYRIGHT

Copyright (C) 2005-2015 Inverse inc.

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<<