1SNMP::Info::Layer7::NeoUtseerrisC(o3n)tributed Perl DocuSmNeMnPt:a:tIinofno::Layer7::Neoteris(3)
2
3
4

NAME

6       SNMP::Info::Layer7::Neoteris - SNMP Interface to Pulse Secure / Juniper
7       SSL VPN appliances
8

AUTHORS

10       Eric Miller
11

SYNOPSIS

13        # Let SNMP::Info determine the correct subclass for you.
14        my $neoteris = new SNMP::Info(
15                                 AutoSpecify => 1,
16                                 Debug       => 1,
17                                 DestHost    => 'myrouter',
18                                 Community   => 'public',
19                                 Version     => 2
20                               )
21           or die "Can't connect to DestHost.\n";
22
23        my $class      = $neoteris->class();
24        print "SNMP::Info determined this device to fall under subclass : $class\n";
25

DESCRIPTION

27       Subclass for Pulse Secure / Juniper SSL VPN appliances
28
29   Inherited Classes
30       SNMP::Info::Layer7
31
32   Required MIBs
33       PULSESECURE-PSG-MIB
34       Inherited Classes' MIBs
35           See SNMP::Info::Layer7 for its own MIB requirements.
36

GLOBALS

38       These are methods that return scalar value from SNMP
39
40       $neoteris->vendor()
41           Returns 'pulsesecure'.
42
43       $neoteris->model()
44           Translates $neoteris->id() to it's model name, stripping the
45           leading 'ive'.
46
47       $neoteris->os()
48           Returns 'ive'.
49
50       $neoteris->os_ver()
51           "productVersion" without trailing newline.
52
53       $neoteris->cpu()
54           "iveCpuUtil"
55
56       $neoteris->serial()
57           Returns ''.
58
59   Globals imported from SNMP::Info::Layer7
60       See documentation in SNMP::Info::Layer7 for details.
61

TABLE ENTRIES

63       These are methods that return tables of information in the form of a
64       reference to a hash.
65
66   Table Methods imported from SNMP::Info::Layer7
67       See documentation in SNMP::Info::Layer7 for details.
68
69
70
71perl v5.30.0                      2019-10-30   SNMP::Info::Layer7::Neoteris(3)
Impressum