1SNMP::Info::Layer7::NeoUtseerrisC(o3n)tributed Perl DocuSmNeMnPt:a:tIinofno::Layer7::Neoteris(3)
2
3
4
6 SNMP::Info::Layer7::Neoteris - SNMP Interface to Juniper SSL VPN
7 appliances
8
10 Eric Miller
11
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
27 Subclass for Juniper SSL VPN appliances
28
29 Inherited Classes
30 SNMP::Info::Layer7
31
32 Required MIBs
33 UCD-SNMP-MIB
34 JUNIPER-IVE-MIB
35 Inherited Classes' MIBs
36 See SNMP::Info::Layer7 for its own MIB requirements.
37
39 These are methods that return scalar value from SNMP
40
41 $neoteris->vendor()
42 Returns 'juniper'.
43
44 $neoteris->os()
45 Returns 'ive'.
46
47 $neoteris->os_ver()
48 "productVersion"
49
50 $neoteris->cpu()
51 "iveCpuUtil"
52
53 $neoteris->serial()
54 Returns ''.
55
56 Globals imported from SNMP::Info::Layer7
57 See documentation in SNMP::Info::Layer7 for details.
58
60 These are methods that return tables of information in the form of a
61 reference to a hash.
62
63 Table Methods imported from SNMP::Info::Layer7
64 See documentation in SNMP::Info::Layer7 for details.
65
66
67
68perl v5.28.1 2019-04-04 SNMP::Info::Layer7::Neoteris(3)