1SNMP::Info::Layer3::GenUusae(r3)Contributed Perl DocumenStNaMtPi:o:nInfo::Layer3::Genua(3)
2
3
4
6 SNMP::Info::Layer3::Genua - SNMP Interface to Genua security devices
7
9 Netdisco Developers
10
12 # Let SNMP::Info determine the correct subclass for you.
13 my $genua = new SNMP::Info(
14 AutoSpecify => 1,
15 Debug => 1,
16 DestHost => 'myhub',
17 Community => 'public',
18 Version => 2
19 )
20 or die "Can't connect to DestHost.\n";
21
22 my $class = $genua->class();
23 print "SNMP::Info determined this device to fall under subclass : $class\n";
24
26 Provides abstraction to information obtainable from a Genua security
27 device through SNMP. See inherited classes' documentation for inherited
28 methods.
29
30 Inherited Classes
31 SNMP::Info::Layer3
32
33 Inherited MIBs
34 See "Required MIBs" in SNMP::Info::Layer3 for its MIB requirements.
35
37 These are methods that return scalar value from SNMP
38
39 Overrides
40 $genua->vendor()
41 Returns 'genua'
42
43 $genua->os()
44 ("infoSoftwareversion")
45
46 $genua->os_ver()
47 ("infoRelease") and ("infoPatchlevel")
48
49 $genua->model()
50 ("infoHardwareversion")
51
52 $genua->serial()
53 ("infoSerialnumber")
54
55 Globals imported from SNMP::Info::Layer3
56 See "GLOBALS" in SNMP::Info::Layer3 for details.
57
59 Table Methods imported from SNMP::Info::Layer3
60 See "TABLE METHODS" in SNMP::Info::Layer3 for details.
61
62
63
64perl v5.36.0 2022-07-22 SNMP::Info::Layer3::Genua(3)