1SNMP::Info::Layer2::OriUnsoecro(C3o)ntributed Perl DocumSeNnMtPa:t:iIonnfo::Layer2::Orinoco(3)
2
3
4
6 SNMP::Info::Layer2::Orinoco - SNMP Interface to Orinoco Series Access
7 Points
8
10 Eric Miller
11
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
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 Inherited Classes
32 SNMP::Info::Layer2
33 SNMP::Info::IEEE802dot11
34
35 Required MIBs
36 None.
37
38 Inherited MIBs
39 See "Required MIBs" in SNMP::Info::Layer2 for its MIB requirements.
40
41 See "Required MIBs" in SNMP::Info::IEEE802dot11 for its MIB
42 requirements.
43
45 These are methods that return scalar value from SNMP
46
47 $orinoco->vendor()
48 Returns 'proxim'
49
50 $orinoco->model()
51 Returns the model extracted from "sysDescr".
52
53 $orinoco->os()
54 Returns 'orinoco'
55
56 $orinoco->os_ver()
57 Returns the software version extracted from "sysDescr".
58
59 $orinoco->os_bin()
60 Returns the firmware version extracted from "sysDescr".
61
62 $orinoco->serial()
63 Returns the serial number extracted from "sysDescr".
64
65 Global Methods imported from SNMP::Info::Layer2
66 See "GLOBALS" in SNMP::Info::Layer2 for details.
67
68 Global Methods imported from SNMP::Info::IEEE802dot11
69 See "GLOBALS" in SNMP::Info::IEEE802dot11 for details.
70
72 These are methods that return tables of information in the form of a
73 reference to a hash.
74
75 Overrides
76 $orinoco->interfaces()
77 Returns reference to map of IIDs to physical ports.
78
79 $orinoco->i_ignore()
80 Returns reference to hash of IIDs to ignore.
81
82 Table Methods imported from SNMP::Info::Layer2
83 See "TABLE METHODS" in SNMP::Info::Layer2 for details.
84
85 Table Methods imported from SNMP::Info::IEEE802dot11
86 See "TABLE METHODS" in SNMP::Info::IEEE802dot11 for details.
87
88
89
90perl v5.34.0 2021-09-13 SNMP::Info::Layer2::Orinoco(3)