<<

NAME

pf::Switch::LG - Object oriented module to access and configure enabled LG-Ericsson switches.

STATUS

Link UP / DOWN

- Supported using operating code version 1.2.3.2 with links UP/DOWN traps enabled.

Port-security

- Supported using operating code version 1.2.3.2 with authentication traps enabled.

- VoIP configuration not tested.

MAC-Authentication / 802.1X

- The hardware support it.

BUGS AND LIMITATIONS

Link UP / DOWN

- Seems to have a firmware bug that doesn't send traps on interfaces down.

Port-security

- The three port security statements (port security, port security max-mac-count, port security action) are required on each port security enabled ports for the switch to correctly handle the feature. Make sure that the "port security" statement is correctly enabled using the recommandation in the "Network devices guide". If not correctly enabled, the method isPortSecurityEnabled can't return a good value and the switch sets the device MAC address to learn rather than static.

Stack

- Stack configuration not tested.

SUBROUTINES

This list is incomplete.

getSecureMacAddresses

Return all MAC addresses in security table and their VLAN for a given ifIndex

Returns an hashref with MAC => Array(VLANs)

getAllSecureMacAddresses

Return all MAC addresses in security table and their VLAN

Returns an hashref with MAC => ifIndex => Array(VLANs)

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.

<<