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

NAME

6       SNMP::Info::Layer2::Kentrox - SNMP Interface to L2 Kentrox DataSMART
7       DSU/CSU
8

AUTHOR

10       phishphreek@gmail.com
11

SYNOPSIS

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

DESCRIPTION

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

GLOBALS

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

TABLE METHODS

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.30.0                      2019-10-30    SNMP::Info::Layer2::Kentrox(3)
Impressum