1SNMP::Info::Layer2::ExiUnsdear(3C)ontributed Perl DocumeSnNtMaPt:i:oInnfo::Layer2::Exinda(3)
2
3
4

NAME

6       SNMP::Info::Layer2::Exinda - SNMP Interface to exinda / gfi traffic
7       shapers.
8

AUTHORS

10       nick nauwelaerts
11

SYNOPSIS

13           # Let SNMP::Info determine the correct subclass for you.
14           my $exinda = 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      = $exinda->class();
24           print "SNMP::Info determined this device to fall under subclass : $class\n";
25

DESCRIPTION

27       Subclass for exinda / gfi network orchestrator traffic shapers.
28
29   Inherited Classes
30       SNMP::Info::Layer2
31
32   Required MIBs
33       EXINDA-MIB
34
35   Inherited MIBs
36       See "Required MIBs" in SNMP::Info::Layer2 for its MIB requirements.
37

GLOBALS

39       These are methods that return scalar value from SNMP.
40
41       $exinda->layers()
42           Returns '01001110'.
43
44       $exinda->mac()
45           Returns a mac address extracted from "systemHostId".
46
47       $exinda->model()
48           Returns "hardwareSeries".
49
50       $exinda->os()
51           Returns 'exos'.
52
53       $exinda->os_ver()
54           Returns "systemVersion".
55
56       $exinda->uptime()
57           Returns the uptime extracted from "systemUptime".
58
59       $exinda->vendor()
60           Returns 'exinda'.
61
62   Global Methods imported from SNMP::Info::Layer2
63       See "GLOBALS" in SNMP::Info::Layer2 for details.
64

TABLE ENTRIES

66       These are methods that return tables of information in the form of a
67       reference to a hash.
68
69   Table Methods imported from SNMP::Info::Layer2
70       See "TABLE METHODS" in SNMP::Info::Layer2 for details.
71
72
73
74perl v5.32.0                      2020-07-28     SNMP::Info::Layer2::Exinda(3)
Impressum