1SNMP::Info::Layer7::GigUasmeorn(C3o)ntributed Perl DocumSeNnMtPa:t:iIonnfo::Layer7::Gigamon(3)
2
3
4
6 SNMP::Info::Layer7::Gigamon - SNMP Interface to Gigamon devices
7
9 Eric Miller
10
12 # Let SNMP::Info determine the correct subclass for you.
13 my $g = 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 = $g->class();
23 print "SNMP::Info determined this device to fall under subclass : $class\n";
24
26 Subclass for Gigamon devices
27
28 Inherited Classes
29 SNMP::Info::Layer7
30
31 Required MIBs
32 GIGAMON-SNMP-MIB
33 Inherited Classes' MIBs
34 See SNMP::Info::Layer7 for its own MIB requirements.
35
37 These are methods that return scalar value from SNMP
38
39 $g->vendor()
40 Returns 'gigamon'.
41
42 $g->os()
43 Returns 'gigamon'.
44
45 $g->os_ver()
46 Returns "GIGAMON-SNMP-MIB::version".
47
48 $g->model()
49 Returns "GIGAMON-SNMP-MIB::model".
50
51 $g->serial()
52 Returns "GIGAMON-SNMP-MIB::serialNumber".
53
54 $g->fan()
55 Returns "GIGAMON-SNMP-MIB::fans".
56
57 $g->ps1_status()
58 Returns "GIGAMON-SNMP-MIB::powerSupply".
59
60 Globals imported from SNMP::Info::Layer7
61 See documentation in SNMP::Info::Layer7 for details.
62
64 These are methods that return tables of information in the form of a
65 reference to a hash.
66
67 Table Methods imported from SNMP::Info::Layer7
68 See documentation in SNMP::Info::Layer7 for details.
69
70
71
72perl v5.32.1 2021-01-27 SNMP::Info::Layer7::Gigamon(3)