1SNMP::Info::Layer2::N22U7s0e(r3)Contributed Perl DocumenStNaMtPi:o:nInfo::Layer2::N2270(3)
2
3
4
6 SNMP::Info::Layer2::N2270 - SNMP Interface to Nortel 2270 Series
7 Wireless Switch
8
10 Eric Miller
11
13 #Let SNMP::Info determine the correct subclass for you.
14
15 my $n2270 = 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 = $n2270->class();
26 print " Using device sub class : $class\n";
27
29 Provides abstraction to the configuration information obtainable from a
30 Nortel 2270 Series Wireless Switch through SNMP.
31
32 Inherited Classes
33 SNMP::Info::Layer2
34 SNMP::Info::SONMP
35 SNMP::Info::Airespace
36
37 Required MIBs
38 Inherited Classes' MIBs
39 See "Required MIBs" in SNMP::Info::Layer2 for its own MIB
40 requirements.
41
42 See "Required MIBs" in SNMP::Info::SONMP for its own MIB
43 requirements.
44
45 See "Required MIBs" in SNMP::Info::Airespace for its own MIB
46 requirements.
47
49 These are methods that return scalar value from SNMP
50
51 $n2270->vendor()
52 Returns 'nortel'
53
54 $n2270->os()
55 Returns 'nortel'
56
57 $n2270->model()
58 Cross references $bayhub->id() to the SYNOPTICS-ROOT-MIB and
59 returns the results.
60
61 Removes "sreg-WLANSecuritySwitch" from the model name
62
63 Overrides
64 $bayhub->index_factor()
65 Required by SNMP::Info::SONMP. Number representing the number of
66 ports reserved per slot within the device MIB. Returns 256.
67
68 $bayhub->slot_offset()
69 Required by SNMP::Info::SONMP. Offset if slot numbering does not
70 start at 0. Returns 0.
71
72 Globals imported from SNMP::Info::Layer2
73 See documentation in "GLOBALS" in SNMP::Info::Layer2 for details.
74
75 Global Methods imported from SNMP::Info::SONMP
76 See documentation in "GLOBALS" in SNMP::Info::SONMP for details.
77
78 Global Methods imported from SNMP::Info::Airespace
79 See documentation in "GLOBALS" in SNMP::Info::Airespace for details.
80
82 These are methods that return tables of information in the form of a
83 reference to a hash.
84
85 Overrides
86 None
87
88 Table Methods imported from SNMP::Info::Layer2
89 See documentation in "TABLE METHODS" in SNMP::Info::Layer2 for details.
90
91 Table Methods imported from SNMP::Info::SONMP
92 See documentation in "TABLE METHODS" in SNMP::Info::SONMP for details.
93
94 Table Methods imported from SNMP::Info::Airespace
95 See documentation in "TABLE METHODS" in SNMP::Info::Airespace for
96 details.
97
98
99
100perl v5.32.1 2021-01-27 SNMP::Info::Layer2::N2270(3)