SNMP::Info::Layer3::Altiga(3pm) | User Contributed Perl Documentation | SNMP::Info::Layer3::Altiga(3pm) |
SNMP::Info::Layer3::Altiga - SNMP Interface to Cisco (formerly Altiga) VPN concentrators
Jeroen van Ingen Schenau
# 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";
Subclass for Cisco (formerly Altiga) VPN concentrators
* When set to 0, "interfaces" returns only fixed interfaces from the IF-MIB, * When set to 1, "interfaces" returns fixed interfaces from IF-MIB and LAN-to-LAN tunnels from ALTIGA-SESSION-MIB (default)
These are methods that return scalar value from SNMP
These are methods that return tables of information in the form of a reference to a hash.
2023-09-30 | perl v5.36.0 |