1SNMP::Info::Layer2::OriUnsoecro(C3o)ntributed Perl DocumSeNnMtPa:t:iIonnfo::Layer2::Orinoco(3)
2
3
4

NAME

6       SNMP::Info::Layer2::Orinoco - SNMP Interface to Orinoco Series Access
7       Points
8

AUTHOR

10       Eric Miller
11

SYNOPSIS

13        # Let SNMP::Info determine the correct subclass for you.
14        my $orinoco = new SNMP::Info(
15                                 AutoSpecify => 1,
16                                 Debug       => 1,
17                                 DestHost    => 'myswitch',
18                                 Community   => 'public',
19                                 Version     => 2
20                               )
21           or die "Can't connect to DestHost.\n";
22
23        my $class = $orinoco->class();
24        print "SNMP::Info determined this device to fall under subclass : $class\n";
25

DESCRIPTION

27       Provides abstraction to the configuration information obtainable from
28       Orinoco Access Point through SNMP.  Orinoco devices have been
29       manufactured by Proxim, Agere, and Lucent.
30
31       For speed or debugging purposes you can call the subclass directly, but
32       not after determining a more specific class using the method above.
33
34        my $orinoco = new SNMP::Info::Layer2::Orinoco(...);
35
36   Inherited Classes
37       SNMP::Info::Layer2
38       SNMP::Info::IEEE802dot11
39
40   Required MIBs
41           None.
42
43   Inherited MIBs
44       See "Required MIBs" in SNMP::Info::Layer2 for its MIB requirements.
45
46       See "Required MIBs" in SNMP::Info::IEEE802dot11 for its MIB
47       requirements.
48

GLOBALS

50       These are methods that return scalar value from SNMP
51
52       $orinoco->vendor()
53           Returns 'proxim'
54
55       $orinoco->model()
56           Returns the model extracted from "sysDescr".
57
58       $orinoco->os()
59           Returns 'Orinoco'
60
61       $orinoco->os_ver()
62           Returns the software version extracted from "sysDescr".
63
64       $orinoco->os_bin()
65           Returns the firmware version extracted from "sysDescr".
66
67       $orinoco->serial()
68           Returns the serial number extracted from "sysDescr".
69
70   Global Methods imported from SNMP::Info::Layer2
71       See "GLOBALS" in SNMP::Info::Layer2 for details.
72
73   Global Methods imported from SNMP::Info::IEEE802dot11
74       See "GLOBALS" in SNMP::Info::IEEE802dot11 for details.
75

TABLE METHODS

77       These are methods that return tables of information in the form of a
78       reference to a hash.
79
80   Overrides
81       $orinoco->interfaces()
82           Returns reference to map of IIDs to physical ports.
83
84       $orinoco->i_ignore()
85           Returns reference to hash of IIDs to ignore.
86
87   Table Methods imported from SNMP::Info::Layer2
88       See "TABLE METHODS" in SNMP::Info::Layer2 for details.
89
90   Table Methods imported from SNMP::Info::IEEE802dot11
91       See "TABLE METHODS" in SNMP::Info::IEEE802dot11 for details.
92
93
94
95perl v5.28.0                      2018-11-29    SNMP::Info::Layer2::Orinoco(3)
Impressum