1SNMP::Info::Layer3::PicUas8e(r3)Contributed Perl DocumenStNaMtPi:o:nInfo::Layer3::Pica8(3)
2
3
4

NAME

6       SNMP::Info::Layer3::Pica8 - SNMP Interface to L3 Devices, Pica8
7

AUTHORS

9       Jeroen van Ingen
10

SYNOPSIS

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

DESCRIPTION

26       Subclass for Pica8 devices
27
28   Inherited Classes
29       SNMP::Info::Layer3
30       SNMP::Info::LLDP
31
32   Required MIBs
33       PICA-PRIVATE-MIB
34       Inherited Classes' MIBs
35           See SNMP::Info::Layer3 for its own MIB requirements.
36
37           See SNMP::Info::LLDP for its own MIB requirements.
38

GLOBALS

40       These are methods that return scalar value from SNMP
41
42       $pica8->vendor()
43           Returns 'Pica8'
44
45       $pica8->model()
46           Returns the model name extracted from "sysDescr".
47
48       $pica8->os()
49           Returns the OS extracted from "sysDescr".
50
51       $pica8->os_ver()
52           Returns the OS version extracted from "sysDescr".
53
54   Globals imported from SNMP::Info::Layer3
55       See documentation in SNMP::Info::Layer3 for details.
56
57   Globals imported from SNMP::Info::LLDP
58       See documentation in SNMP::Info::LLDP for details.
59

TABLE ENTRIES

61       These are methods that return tables of information in the form of a
62       reference to a hash.
63
64   Table Methods imported from SNMP::Info::Layer3
65       See documentation in SNMP::Info::Layer3 for details.
66
67   Table Methods imported from SNMP::Info::LLDP
68       See documentation in SNMP::Info::LLDP for details.
69
70
71
72perl v5.28.1                      2019-04-04      SNMP::Info::Layer3::Pica8(3)
Impressum