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
31   Required MIBs
32       PICA-PRIVATE-MIB
33       Inherited Classes' MIBs
34           See SNMP::Info::Layer3 for its own MIB requirements.
35

GLOBALS

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

TABLE ENTRIES

55       These are methods that return tables of information in the form of a
56       reference to a hash.
57
58   Table Methods imported from SNMP::Info::Layer3
59       See documentation in SNMP::Info::Layer3 for details.
60
61
62
63perl v5.30.0                      2019-10-30      SNMP::Info::Layer3::Pica8(3)
Impressum