- NAME
- AUTHOR
- SYNOPSIS
- DESCRIPTION
- GLOBALS
- 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::CiscoRTT
- Globals imported from SNMP::Info::CiscoQOS
- Globals imported from SNMP::Info::CiscoConfig
- Globals imported from SNMP::Info::CiscoPower
- Globals imported from SNMP::Info::Layer3
- TABLE METHODS
- 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::CiscoRTT
- Table Methods imported from SNMP::Info::CiscoQOS
- Table Methods imported from SNMP::Info::CiscoConfig
- Table Methods imported from SNMP::Info::CiscoPower
- Table Methods imported from SNMP::Info::Layer3
NAME
SNMP::Info::Layer3::Cisco - SNMP Interface to L3 and L2+L3 IOS Cisco Device that are not covered in other classes.
AUTHOR
Max Baker
SYNOPSIS
# Let SNMP::Info determine the correct subclass for you.
my $cisco = 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 = $cisco->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
DESCRIPTION
Subclass for Generic Cisco Routers running IOS
Inherited Classes
- SNMP::Info::CiscoVTP
- SNMP::Info::CDP
- SNMP::Info::CiscoStats
- SNMP::Info::CiscoImage
- SNMP::Info::CiscoRTT
- SNMP::Info::CiscoQOS
- SNMP::Info::CiscoConfig
- SNMP::Info::Power
- SNMP::Info::Layer3
- SNMP::Info::CDP
Required MIBs
- CISCO-EIGRP-MIB
- 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::CiscoRTT manpage for its own MIB requirements.
-
See Required MIBs in the SNMP::Info::CiscoQOS 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::CiscoPower 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
- $cisco->
vendor() -
Returns 'cisco' - $cisco->
eigrp_id() -
(
cEigrpAsRouterId)
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::CiscoRTT
See documentation in GLOBALS in the SNMP::Info::CiscoRTT manpage for details.
Globals imported from SNMP::Info::CiscoQOS
See documentation in GLOBALS in the SNMP::Info::CiscoQOS 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::CiscoPower
See documentation in GLOBALS in the SNMP::Info::CiscoPower 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.
- $cisco->
eigrp_peers() -
Returns EIGRP peer IP addresses
-
(
cEigrpPeerAddr) - $cisco->
i_vlan() -
Returns a mapping between
ifIndexand the PVID or default VLAN.
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::CiscoRTT
See documentation in TABLE METHODS in the SNMP::Info::CiscoRTT manpage for details.
Table Methods imported from SNMP::Info::CiscoQOS
See documentation in TABLE METHODS in the SNMP::Info::CiscoQOS 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::CiscoPower
See documentation in TABLE METHODS in the SNMP::Info::CiscoPower manpage for details.
Table Methods imported from SNMP::Info::Layer3
See documentation in TABLE METHODS in the SNMP::Info::Layer3 manpage for details.
