<<

NAME

pf::Switch::SMC - Object oriented module to access SNMP enabled SMC switches

STATUS

This modules holds functions common to the SMC switches but details and documentation are in each sub-module. Refer to them for more information.

BUGS AND LIMITATIONS

This modules holds functions common to the SMC switches but details and documentation are in each sub-module. Refer to them for more information.

SUBROUTINES

getAllSecureMacAddresses - return all MAC addresses in security table and their VLAN

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

getSecureMacAddresses - return all MAC addresses in security table and their VLAN for a given ifIndex

Returns an hashref with MAC => Array(VLANs)

This method here has to handle different PortList sizes. TigerStack 8xxx has a 480bit length port list and the 6xxx a 64bit length one. Have that in mind when doing maintenance.

AUTHOR

Inverse inc. <info@inverse.ca>

Mr. Chinasee BOONYATANG <chinasee.b@psu.ac.th>

  Prince of Songkla University, Thailand
  http://netserv.cc.psu.ac.th

COPYRIGHT

Copyright (C) 2005-2015 Inverse inc.

LICENCE

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.

<<