1SNMP::Info::Layer2::KenUtsreorx(C3opnmt)ributed Perl DocSuNmMePn:t:aItnifoon::Layer2::Kentrox(3pm)
2
3
4
6 SNMP::Info::Layer2::Kentrox - SNMP Interface to L2 Kentrox DataSMART
7 DSU/CSU
8
10 phishphreek@gmail.com
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $router = new SNMP::Info(
15 AutoSpecify => 1,
16 Debug => 1,
17 DestHost => 'myrouter',
18 Community => 'public',
19 Version => 2
20 )
21 or die "Can't connect to DestHost.\n";
22
23 my $class = $router->class();
24 print "SNMP::Info determined this device to fall under subclass : $class\n";
25
27 Subclass for Kentrox DataSMART DSU/CSU
28
29 Inherited Classes
30 SNMP::Info::Layer2
31
32 Required MIBs
33 Inherited Classes' MIBs
34 See "Required MIBs" in SNMP::Info::Layer2 for its own MIB
35 requirements.
36
38 These are methods that return scalar value from SNMP
39
40 Overrides
41 $router->vendor()
42 $router->os()
43 $router->os_ver()
44 $router->model()
45 $router->serial()
46
47 Globals imported from SNMP::Info::Layer2
48 See documentation in "GLOBALS" in SNMP::Info::Layer2 for details.
49
51 These are methods that return tables of information in the form of a
52 reference to a hash.
53
54 Table Methods imported from SNMP::Info::Layer2
55 See documentation in "TABLE METHODS" in SNMP::Info::Layer2 for details.
56
57
58
59perl v5.38.0 2023-09-04 SNMP::Info::Layer2::Kentrox(3pm)