NAME
SNMP::Info::Layer3::C4000 - Perl5 Interface to Cisco Catalyst 4000 Layer 2/3 Switches running IOS
AUTHOR
Bill Fenner
SYNOPSIS
# Let SNMP::Info determine the correct subclass for you.
my $c4000 = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
# These arguments are passed directly on to SNMP::Session
DestHost => 'myswitch',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $c4000->class();
print "SNMP::Info determined this device to fall under subclass : $class\n";
DESCRIPTION
Abstraction subclass for Cisco Catalyst 4000 Layer 2/3 Switches.
For speed or debugging purposes you can call the subclass directly, but not after determining a more specific class using the method above.
my $c4000 = new SNMP::Info::Layer3::C4000(...);
Inherited Classes
- SNMP::Info::Layer3
- SNMP::Info::CiscoVTP
- SNMP::Info::CiscoStats
- SNMP::Info::CDP
- SNMP::Info::CiscoImage
- SNMP::Info::MAU
Required MIBs
- Inherited Classes' MIBs
-
See SNMP::Info::Layer3 for its own MIB requirements.
See SNMP::Info::CiscoVTP for its own MIB requirements.
See SNMP::Info::CiscoStats for its own MIB requirements.
See SNMP::Info::CDP for its own MIB requirements.
See SNMP::Info::CiscoImage for its own MIB requirements.
See SNMP::Info::MAU for its own MIB requirements.
GLOBALS
These are methods that return scalar value from SNMP
Globals imported from SNMP::Info::Layer3
See documentation in SNMP::Info::Layer3 for details.
Global Methods imported from SNMP::Info::CiscoVTP
See documentation in SNMP::Info::CiscoVTP for details.
Globals imported from SNMP::Info::CDP
See documentation in SNMP::Info::CDP for details.
Globals imported from SNMP::Info::CiscoStats
See documentation in SNMP::Info::CiscoStats for details.
Globals imported from SNMP::Info::CiscoImage
See documentation in SNMP::Info::CiscoImage for details.
Globals imported from SNMP::Info::MAU
See documentation in SNMP::Info::MAU for details.
TABLE ENTRIES
These are methods that return tables of information in the form of a reference to a hash.
Table Methods imported from SNMP::Info::Layer3
See documentation in SNMP::Info::Layer3 for details.
Table Methods imported from SNMP::Info::CiscoVTP
See documentation in SNMP::Info::CiscoVTP for details.
Table Methods imported from SNMP::Info::CDP
See documentation in SNMP::Info::CDP for details.
Table Methods imported from SNMP::Info::CiscoStats
See documentation in SNMP::Info::CiscoStats for details.
Table Methods imported from SNMP::Info::CiscoImage
See documentation in SNMP::Info::CiscoImage for details.
Table Methods imported from SNMP::Info::MAU
See documentation in SNMP::Info::MAU for details.