NAME

SNMP::Info::Layer2::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::Layer2

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::CiscoStats 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::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::Layer2 manpage for its own MIB requirements.


GLOBALS

These are methods that return scalar value from SNMP

$cisco->vendor()
    Returns 'cisco'

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::Layer2

See documentation in GLOBALS in the SNMP::Info::Layer2 manpage for details.


TABLE METHODS

These are methods that return tables of information in the form of a reference to a hash.

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::Layer2

See documentation in TABLE METHODS in the SNMP::Info::Layer2 manpage for details.