<<

NAME

pf::Switch::Cisco::ISR_1800

SYNOPSIS

Object oriented module to parse SNMP traps and manage Cisco 1800 routers

STATUS

No documented minimum required firmware version. Lowest tested is 12.3(14)YT1.

Developed and tested on Cisco 1811 12.4(15)T6

BUGS AND LIMITATIONS

Version 12.4(24)T1, 12.4(15)T6 and 12.3(14)YT1 doesn't support VTP MIB or BRIDGE-MIB in a comprehensive way.

Right now it needs CLI access to get the mac address table but that could be resolved in the future with IOS 15.1T. See https://supportforums.cisco.com/message/3009429 for details.

SNMPv3 support was not tested.

SSH support is broken. You need to use Telnet.

CONFIGURATION AND ENVIRONMENT

conf/switches.conf

SUBROUTINES

getMacBridgePortHash

We need to override Cisco's implementation because BRIDGE-MIB is very limited on the 1811

Warning: this code doesn't support elevating to privileged mode. See #900 and #1370.

_getAllIfIndexForThisVlan

Returns a list of all IfIndex part of a given VLAN

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.

<<