Add support for Juniper SSL VPN appliances in L7::Neoteris

This commit is contained in:
Eric A. Miller
2012-07-31 19:44:24 -04:00
parent 912ba274a6
commit 225e12e979
5 changed files with 184 additions and 2 deletions

View File

@@ -65,6 +65,10 @@ sub model {
my $l7 = shift;
my $id = $l7->id();
my $model = &SNMP::translateObj($id);
# Neoteris (Juniper IVE)
$model =~ s/^ive//i;
return $model;
}
@@ -206,7 +210,6 @@ Cross references $l7->id() with product IDs.
Tries to discover the vendor by looking up the enterprise number in
C<sysObjectID>.
=back
=head2 Global Methods imported from SNMP::Info
@@ -226,6 +229,12 @@ to a hash.
Returns reference to the map between IID and physical Port.
=item $l7->i_ignore()
Returns reference to hash. Increments value of IID if port is to be ignored.
Ignores loopback, other, and cpu
=back
=head2 Table Methods imported from SNMP::Info