1SNMP::Info::Layer3::TelUtsoenrikCao(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer3::Teltonika(3)
2
3
4
6 SNMP::Info::Layer3::Teltonika - SNMP Interface to Teltonika devices
7
9 Jeroen van Ingen initial version based on
10 SNMP::Info::Layer3::PacketFront
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $info = 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 = $info->class();
24 print "SNMP::Info determined this device to fall under subclass : $class\n";
25
27 Subclass for Teltonika devices
28
29 Inherited Classes
30 SNMP::Info::Layer3
31
32 Required MIBs
33 UCD-SNMP-MIB
34 NET-SNMP-TC
35 HOST-RESOURCES-MIB
36 TELTONIKA-MIB
37 Inherited Classes' MIBs
38 See SNMP::Info::Layer3 for its own MIB requirements.
39
41 These are methods that return scalar value from SNMP
42
43 $info->vendor()
44 Returns 'teltonika'.
45
46 $info->os()
47 Returns 'rutos'.
48
49 $info->os_ver()
50 Returns the value of "firmwareVersion".
51
52 $info->model()
53 Returns the value of "productCode".
54
55 Globals imported from SNMP::Info::Layer3
56 See documentation in SNMP::Info::Layer3 for details.
57
59 These are methods that return tables of information in the form of a
60 reference to a hash.
61
62 Table Methods imported from SNMP::Info::Layer3
63 See documentation in SNMP::Info::Layer3 for details.
64
65
66
67perl v5.32.1 2021-01-27 SNMP::Info::Layer3::Teltonika(3)