<<

NAME

pf::Switch::Cisco::Catalyst_6500

DESCRIPTION

Object oriented module to access and configure Cisco Catalyst 6500 switches

STATUS

Supports port-security. VoIP not tested.

Known to work on IOS 12.2(18)SXF17b.

BUGS AND LIMITATIONS

Because a lot of code is shared with the 2960 make sure to check the BUGS AND LIMITATIONS section of pf::Switch::Cisco::Catalyst_2960 also.

CONFIGURATION AND ENVIRONMENT

conf/switches.conf

SUBROUTINES

_setVlan

Here we override Cisco's setVlan because of the behavior of the security table on the 6500's. The 6500's security table is per port per Vlan as opposed to per port (as most other Cisco's are).

authorizeMAC

Override because VLAN is important in this switch' security table. Changed authVlan's deauthVlan to authVlan.

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.

<<