NAME

SNMP::Info::Layer3::Cisco - Perl5 Interface to Generic L3 Cisco Device

AUTHOR

Max Baker (max@warped.org)

SYNOPSIS

# Let SNMP::Info determine the correct subclass for you. 
my $cisco = 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      = $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::Layer3
SNMP::Info::CiscoVTP

Required MIBs

Inherited Classes' MIBs

See SNMP::Info::Layer3 for its own MIB requirements.

See SNMP::Info::CiscoVTP for its own MIB requirements.

GLOBALS

These are methods that return scalar value from SNMP

$cisco->vendor()
Returns 'cisco'

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.

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.