- NAME
- AUTHOR
- SYNOPSIS
- DESCRIPTION
- GLOBALS
- Overrides
- Global Methods imported from SNMP::Info::CiscoVTP
- Globals imported from SNMP::Info::CDP
- Globals imported from SNMP::Info::CiscoStats
- Globals imported from SNMP::Info::CiscoImage
- Globals imported from SNMP::Info::CiscoPortSecurity
- Globals imported from SNMP::Info::CiscoConfig
- Globals imported from SNMP::Info::MAU
- Globals imported from SNMP::Info::Layer3
- TABLE METHODS
- Overrides
- Table Methods imported from SNMP::Info::CiscoVTP
- Table Methods imported from SNMP::Info::CDP
- Table Methods imported from SNMP::Info::CiscoStats
- Table Methods imported from SNMP::Info::CiscoImage
- Table Methods imported from SNMP::Info::CiscoPortSecurity
- Table Methods imported from SNMP::Info::CiscoConfig
- Table Methods imported from SNMP::Info::MAU
- Table Methods imported from SNMP::Info::Layer3
NAME
SNMP::Info::Layer3::C4000 - SNMP 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 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::CiscoVTP
- SNMP::Info::CDP
- SNMP::Info::CiscoStats
- SNMP::Info::CiscoImage
- SNMP::Info::CiscoPortSecurity
- SNMP::Info::CiscoConfig
- SNMP::Info::MAU
- SNMP::Info::Layer3
- SNMP::Info::CDP
Required MIBs
- Inherited Classes' MIBs
-
See Required MIBs in the SNMP::Info::CiscoVTP manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::CDP manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::CiscoStats manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::CiscoImage manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::CiscoPortSecurity manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::CiscoConfig manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::MAU manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::Layer3 manpage for its own MIB requirements.
GLOBALS
These are methods that return scalar value from SNMP
Overrides
- $c4000->
cisco_comm_indexing() -
Returns 1. Use vlan indexing.
- $c4000->
fan() -
Returns fan status
Global Methods imported from SNMP::Info::CiscoVTP
See documentation in GLOBALS in the SNMP::Info::CiscoVTP manpage for details.
Globals imported from SNMP::Info::CDP
See documentation in GLOBALS in the SNMP::Info::CDP manpage for details.
Globals imported from SNMP::Info::CiscoStats
See documentation in GLOBALS in the SNMP::Info::CiscoStats manpage for details.
Globals imported from SNMP::Info::CiscoImage
See documentation in GLOBALS in the SNMP::Info::CiscoImage manpage for details.
Globals imported from SNMP::Info::CiscoPortSecurity
See documentation in GLOBALS in the SNMP::Info::CiscoPortSecurity manpage for details.
Globals imported from SNMP::Info::CiscoConfig
See documentation in GLOBALS in the SNMP::Info::CiscoConfig manpage for details.
Globals imported from SNMP::Info::MAU
See documentation in GLOBALS in the SNMP::Info::MAU manpage for details.
Globals imported from SNMP::Info::Layer3
See documentation in GLOBALS in the SNMP::Info::Layer3 manpage for details.
TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash.
Overrides
- $c4000->
i_duplex() -
Parses mau_index and mau_link to return the duplex information for interfaces.
- $c4000->
i_duplex_admin() -
Parses
mac_index,mau_autostat,mau_type_adminin order to find the admin duplex setting for all the interfaces. -
Returns either (auto,full,half).
- $c4000->
i_speed_admin() -
Returns administrative speed for interfaces.
Table Methods imported from SNMP::Info::CiscoVTP
See documentation in TABLE METHODS in the SNMP::Info::CiscoVTP manpage for details.
Table Methods imported from SNMP::Info::CDP
See documentation in TABLE METHODS in the SNMP::Info::CDP manpage for details.
Table Methods imported from SNMP::Info::CiscoStats
See documentation in TABLE METHODS in the SNMP::Info::CiscoStats manpage for details.
Table Methods imported from SNMP::Info::CiscoImage
See documentation in TABLE METHODS in the SNMP::Info::CiscoImage manpage for details.
Table Methods imported from SNMP::Info::CiscoPortSecurity
See documentation in TABLE METHODS in the SNMP::Info::CiscoPortSecurity manpage for details.
Table Methods imported from SNMP::Info::CiscoConfig
See documentation in TABLE METHODS in the SNMP::Info::CiscoConfig manpage for details.
Table Methods imported from SNMP::Info::MAU
See documentation in TABLE METHODS in the SNMP::Info::MAU manpage for details.
Table Methods imported from SNMP::Info::Layer3
See documentation in TABLE METHODS in the SNMP::Info::Layer3 manpage for details.
