<<

NAME

pf::Switch::Netgear::FSM726v1 - Object oriented module to access and configure enabled Netgear FSM726/FSM726S v1 switches.

STATUS

Port-security

- Developped and tested on a FSM726v1 using firmware (Software version) 2.6.5 (6035)

- VoIP configuration not tested

Link up/down

- Can't work in this mode since up/down traps are parts of the port-security process

BUGS AND LIMITATIONS

forceDeauthOnLinkDown

The MAC address needs to be unauthorized from the port otherwise this MAC will stay authorized on the VLAN and no more traps will show up.

setAdminStatus

A port shutdown on this switch doesn't physically shuts the port. The port just stop forwarding packet without really shutting down. A workaround to this is to change the auto negotiation status that will create a shutdown behavior on the client device.

METHODS

authorizeMAC
forceDeauthOnLinkDown

Force a MAC address deauthorization from the port sending the linkdown trap.

See bugs and limitations.

getAllSecureMacAddresses
getSecureMacAddresses
getVlan
isPortSecurityEnabled

Since port security on this switch is called Trusted MAC, there's no check possible to see if port security is enabled.

Always returns true because switch doesn't work except in port-security.

parseTrap
setAdminStatus

Use the auto negotiation setting to force the port to shuts because the admin status doesn't do the trick.

See bugs and limitations.

_setVlan

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.

<<