NAME
SNMP::Info::Layer3::Altiga - SNMP Interface to Cisco (formerly Altiga) VPN concentrators
AUTHOR
Jeroen van Ingen Schenau
SYNOPSIS
# Let SNMP::Info determine the correct subclass for you.
my $vpn = new SNMP::Info(
AutoSpecify => 1,
Debug => 1,
DestHost => 'my_vpn_host',
Community => 'public',
Version => 1
)
or die "Can't connect to DestHost.\n";
my $class = $vpn->class(); print "SNMP::Info determined this device to fall under subclass : $class\n";
DESCRIPTION
Subclass for Cisco (formerly Altiga) VPN concentrators
Inherited Classes
Required MIBs
- Inherited Classes' MIBs
-
See Required MIBs in the SNMP::Info::Layer3 manpage for its own MIB requirements.
Class Variables (options)
- $SNMP::Info::Layer3::Altiga::int_include_vpn
-
Variable to modify behaviour of ``interfaces'' subroutine.
-
* 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)
GLOBALS
These are methods that return scalar value from SNMP
- $vpn->
vendor() -
Returns 'altiga' - $vpn->
os() -
Returns 'altiga' - $vpn->
os_ver() -
Tries to determine OS version from the sysDescr.0 field. Returns version or sysDescr.0
Globals imported from SNMP::Info::Layer3
See documentation in GLOBALS in the SNMP::Info::Layer3 manpage for details.
TABLE METHODS
These are methods that return tables of information in the form of a reference to a hash.
- $vpn->
interfaces() -
This method overrides the
interfaces()method inherited from SNMP::Info. It provides a mapping between the Interface Table Index (iid) and the physical port name, adding a port number to the port name to prevent duplicate names.
Table Methods imported from SNMP::Info::Layer3
See documentation in TABLE METHODS in the SNMP::Info::Layer3 manpage for details.
