1SNMP::Info::Layer7::ArbUosre(r3)Contributed Perl DocumenStNaMtPi:o:nInfo::Layer7::Arbor(3)
2
3
4
6 SNMP::Info::Layer7::Arbor - SNMP Interface to Arbor appliances
7
9 Rob Woodward
10
12 # Let SNMP::Info determine the correct subclass for you.
13 my $Arbor = new SNMP::Info(
14 AutoSpecify => 1,
15 Debug => 1,
16 DestHost => 'myrouter',
17 Community => 'public',
18 Version => 2
19 )
20 or die "Can't connect to DestHost.\n";
21
22 my $class = $Arbor->class();
23 print "SNMP::Info determined this device to fall under subclass : $class\n";
24
26 Subclass for Arbor appliances
27
28 Inherited Classes
29 SNMP::Info::Layer7
30
31 Required MIBs
32 Inherited Classes' MIBs
33 See SNMP::Info::Layer7 for its own MIB requirements.
34
36 These are methods that return scalar value from SNMP
37
38 $Arbor->vendor()
39 Returns 'arbor'.
40
41 $Arbor->os()
42 Returns 'ArbOS'.
43
44 $Arbor->os_ver()
45 Release extracted from "sysDescr".
46
47 $Arbor->model()
48 Model extracted from "sysDescr".
49
50 $Arbor->serial()
51 Returns serial number extracted from "sysDescr".
52
53 Globals imported from SNMP::Info::Layer7
54 See documentation in SNMP::Info::Layer7 for details.
55
57 These are methods that return tables of information in the form of a
58 reference to a hash.
59
60 Table Methods imported from SNMP::Info::Layer7
61 See documentation in SNMP::Info::Layer7 for details.
62
63
64
65perl v5.36.1 2023-07-17 SNMP::Info::Layer7::Arbor(3)