NMP::Info::Layer2::Cisco is a SNMP interface to L3 and L2+L3 IOS Cisco devices that are not covered in other classes.
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.
";
my $class = $cisco->class();
print "SNMP::Info determined this device to fall under subclass : $class
";
Product's homepage
Requirements:
· Perl