|
NAMESNMP::Info::Layer3::Altiga - SNMP Interface to Cisco (formerly Altiga) VPN concentrators AUTHORJeroen van Ingen Schenau SYNOPSIS # Let SNMP::Info determine the correct subclass for you.
my $altiga = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'my_vpn_host',
Community => 'public',
Version => 2
)
or die "Can't connect to DestHost.\n";
my $class = $altiga->class();
print "SNMP::Info determined this device to fall under subclass : $class\n";
DESCRIPTIONSubclass for Cisco (formerly Altiga) VPN concentrators Inherited ClassesRequired MIBs
Class Variables (options)
GLOBALSThese are methods that return scalar value from SNMP
TABLE METHODSThese are methods that return tables of information in the form of a reference to a hash.
MUNGES
|