1SNMP::Info::Layer2::ExiUnsdear(3C)ontributed Perl DocumeSnNtMaPt:i:oInnfo::Layer2::Exinda(3)
2
3
4
6 SNMP::Info::Layer2::Exinda - SNMP Interface to exinda / gfi traffic
7 shapers.
8
10 nick nauwelaerts
11
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
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
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 the model extracted from "hardwareSeries".
49
50 $exinda->os()
51 Returns 'exos'.
52
53 $exinda->os_ver()
54 Returns the os version extracted from "systemVersion".
55
56 $exinda->serial1()
57 Returns the serial extracted from "systemHostId".
58
59 $exinda->uptime()
60 Returns the uptime extracted from "systemUptime".
61
62 $exinda->vendor()
63 Returns 'exinda'.
64
65 Global Methods imported from SNMP::Info::Layer2
66 See "GLOBALS" in SNMP::Info::Layer2 for details.
67
69 These are methods that return tables of information in the form of a
70 reference to a hash.
71
72 Table Methods imported from SNMP::Info::Layer2
73 See "TABLE METHODS" in SNMP::Info::Layer2 for details.
74
75
76
77perl v5.28.1 2019-04-04 SNMP::Info::Layer2::Exinda(3)