1SNMP::Info::Layer3::EntUesrearsyCso(n3t)ributed Perl DocSuNmMePn:t:aItnifoon::Layer3::Enterasys(3)
2
3
4
6 SNMP::Info::Layer3::Enterasys - SNMP Interface to Enterasys Network
7 Devices
8
10 Eric Miller
11
13 # Let SNMP::Info determine the correct subclass for you.
14 my $enterasys = new SNMP::Info(
15 AutoSpecify => 1,
16 Debug => 1,
17 DestHost => 'myswitch',
18 Community => 'public',
19 Version => 1
20 )
21 or die "Can't connect to DestHost.\n";
22
23 my $class = $enterasys->class();
24
25 print "SNMP::Info determined this device to fall under subclass : $class\n";
26
28 Provides abstraction to the configuration information obtainable from
29 an Enterasys device through SNMP.
30
31 For speed or debugging purposes you can call the subclass directly, but
32 not after determining a more specific class using the method above.
33
34 my $enterasys = new SNMP::Info::Layer3::Enterasys(...);
35
36 Inherited Classes
37 SNMP::Info::MAU
38 SNMP::Info::LLDP
39 SNMP::Info::CDP
40 SNMP::Info::Layer3
41
42 Required MIBs
43 ENTERASYS-OIDS-MIB
44
45 Inherited MIBs
46 See "Required MIBs" in SNMP::Info::MAU for its MIB requirements.
47
48 See "Required MIBs" in SNMP::Info::LLDP for its MIB requirements.
49
50 See "Required MIBs" in SNMP::Info::CDP for its MIB requirements.
51
52 See "Required MIBs" in SNMP::Info::Layer3 for its MIB requirements.
53
55 These are methods that return scalar value from SNMP
56
57 $enterasys->model()
58 Returns model type. Checks $enterasys->id() against the ENTERASYS-
59 OIDS-MIB.
60
61 $enterasys->vendor()
62 Returns enterasys
63
64 $enterasys->os()
65 Returns enterasys
66
67 $enterasys->os_ver()
68 Returns os version extracted from "sysDescr"
69
70 $enterasys->mac()
71 Returns base mac
72
73 ("dot1dBaseBridgeAddress")
74
75 Globals imported from SNMP::Info::MAU
76 See documentation in "GLOBALS" in SNMP::Info::MAU for details.
77
78 Globals imported from SNMP::Info::LLDP
79 See documentation in "GLOBALS" in SNMP::Info::LLDP for details.
80
81 Globals imported from SNMP::Info::CDP
82 See documentation in "GLOBALS" in SNMP::Info::CDP for details.
83
84 Globals imported from SNMP::Info::Layer3
85 See documentation in "GLOBALS" in SNMP::Info::Layer3 for details.
86
88 These are methods that return tables of information in the form of a
89 reference to a hash.
90
91 Overrides
92 $enterasys->interfaces()
93 Mapping between the Interface Table Index (iid) and the physical
94 port name.
95
96 $enterasys->i_ignore()
97 Returns reference to hash. Creates a key for each IID that should
98 be ignored.
99
100 Currently looks for rs232, tunnel,loopback,lo,null from
101 $enterasys->interfaces()
102
103 $enterasys->i_duplex()
104 See documentation for mau_i_duplex() in "TABLE METHODS" in
105 SNMP::Info::MAU.
106
107 $enterasys->i_duplex_admin()
108 See documentation for mau_i_duplex_admin() in "TABLE METHODS" in
109 SNMP::Info::MAU.
110
111 Time Filter Table Index Overrides
112 The time filter "TimeFilter" implementation continuously increments
113 when walked and we may never reach the end of the table. This behavior
114 can be modified with the "set snmp timefilter break disable" command,
115 unfortunately it is not the default. These methods are overridden to
116 supply a partial value of zero which means no time filter.
117
118 $enterasys->qb_fdb_index()
119 $enterasys->i_vlan_membership()
120 $enterasys->i_vlan_membership_untagged()
121 $enterasys->lldp_if()
122 $enterasys->lldp_ip()
123 $enterasys->lldp_port()
124 $enterasys->lldp_id()
125 $enterasys->lldp_platform()
126
127 Table Methods imported from SNMP::Info::MAU
128 See documentation in "TABLE METHODS" in SNMP::Info::MAU for details.
129
130 Table Methods imported from SNMP::Info::LLDP
131 See documentation in "TABLE METHODS" in SNMP::Info::LLDP for details.
132
133 Table Methods imported from SNMP::Info::CDP
134 See documentation in "TABLE METHODS" in SNMP::Info::CDP for details.
135
136 Table Methods imported from SNMP::Info::Layer3
137 See documentation in "TABLE METHODS" in SNMP::Info::Layer3 for details.
138
139
140
141perl v5.28.0 2018-11-29 SNMP::Info::Layer3::Enterasys(3)