1Info::Layer2::AirespaceU(s3e)r Contributed Perl DocumentaItnifoon::Layer2::Airespace(3)
2
3
4
6 SNMP::Info::Layer2::Airespace - SNMP Interface to Cisco (Airespace)
7 Wireless Controllers
8
10 Eric Miller
11
13 #Let SNMP::Info determine the correct subclass for you.
14
15 my $airespace = new SNMP::Info(
16 AutoSpecify => 1,
17 Debug => 1,
18 DestHost => 'myswitch',
19 Community => 'public',
20 Version => 2
21 )
22
23 or die "Can't connect to DestHost.\n";
24
25 my $class = $airespace->class();
26 print " Using device sub class : $class\n";
27
29 Provides abstraction to the configuration information obtainable from
30 Cisco (Airespace) Wireless Controllers through SNMP.
31
32 For speed or debugging purposes you can call the subclass directly, but
33 not after determining a more specific class using the method above.
34
35 my $airespace = new SNMP::Info::Layer2::Airespace(...);
36
37 Inherited Classes
38 SNMP::Info::Airespace
39 SNMP::Info::CDP
40 SNMP::Info::Bridge
41
42 Required MIBs
43 Inherited Classes' MIBs
44 See "Required MIBs" in SNMP::Info::Airespace for its own MIB
45 requirements.
46
47 See "Required MIBs" in SNMP::Info::CDP for its own MIB
48 requirements.
49
50 See "Required MIBs" in SNMP::Info::Bridge for its own MIB
51 requirements.
52
54 These are methods that return scalar value from SNMP
55
56 $airespace->vendor()
57 Returns 'cisco'
58
59 $airespace->os()
60 Returns 'cisco'
61
62 $airespace->model()
63 ("agentInventoryMachineModel")
64
65 Global Methods imported from SNMP::Info::Airespace
66 See documentation in "GLOBALS" in SNMP::Info::Airespace for details.
67
68 Global Methods imported from SNMP::Info::CDP
69 See documentation in "GLOBALS" in SNMP::Info::CDP for details.
70
71 Globals imported from SNMP::Info::Bridge
72 See documentation in "GLOBALS" in SNMP::Info::Bridge for details.
73
75 These are methods that return tables of information in the form of a
76 reference to a hash.
77
78 Overrides
79 None
80
81 Table Methods imported from SNMP::Info::Airespace
82 See documentation in "TABLE METHODS" in SNMP::Info::Airespace for
83 details.
84
85 Table Methods imported from SNMP::Info::CDP
86 See documentation in "TABLE METHODS" in SNMP::Info::CDP for details.
87
88 Table Methods imported from SNMP::Info::Bridge
89 See documentation in "TABLE METHODS" in SNMP::Info::Bridge for details.
90
91
92
93perl v5.12.0 2009-06-12 Info::Layer2::Airespace(3)