1SNMP::Info::Layer7::LieUbseerrt(C3o)ntributed Perl DocumSeNnMtPa:t:iIonnfo::Layer7::Liebert(3)
2
3
4

NAME

6       SNMP::Info::Layer7::Liebert - SNMP Interface to Liebert devices
7

AUTHOR

9       Netdisco Developers
10

SYNOPSIS

12        # Let SNMP::Info determine the correct subclass for you.
13        my $liebert = 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 = $liebert->class();
23        print "SNMP::Info determined this device to fall under subclass : $class\n";
24

DESCRIPTION

26       Provides abstraction to information obtainable from a Liebert device
27       through SNMP. See inherited classes' documentation for inherited
28       methods.
29
30   Inherited Classes
31       SNMP::Info::Layer7
32
33   Required MIBs
34       LIEBERT-GP-AGENT-MIB
35
36   Inherited MIBs
37       See "Required MIBs" in SNMP::Info::Layer7 for its MIB requirements.
38

GLOBALS

40       These are methods that return scalar value from SNMP
41
42   Overrides
43       $liebert->vendor()
44           Returns 'liebert'
45
46       $liebert->os()
47           Returns 'LiebertOS'
48
49       $liebert->os_ver()
50           ("lgpAgentDeviceFirmwareVersion.1")
51
52       $liebert->model()
53           ("lgpAgentDeviceModel.1")
54
55       $liebert->serial()
56           ("lgpAgentDeviceSerialNumber.1")
57
58   Globals imported from SNMP::Info::Layer7
59       See "GLOBALS" in SNMP::Info::Layer7 for details.
60

TABLE METHODS

62   Table Methods imported from SNMP::Info::Layer7
63       See "TABLE METHODS" in SNMP::Info::Layer7 for details.
64
65
66
67perl v5.30.0                      2019-10-30    SNMP::Info::Layer7::Liebert(3)
Impressum