1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
|
-- *****************************************************************
-- DLINKSW-LLDP-EXT-MIB.mib : LLDP Extension MIB
--
-- Copyright (c) 2013 D-Link Corporation, all rights reserved.
--
-- *****************************************************************
DLINKSW-LLDP-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE,Integer32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
TruthValue
FROM SNMPv2-TC
lldpLocPortNum
FROM LLDP-MIB
dlinkIndustrialCommon
FROM DLINK-ID-REC-MIB;
dlinkSwLldpExtMIB MODULE-IDENTITY
LAST-UPDATED "201305290000Z"
ORGANIZATION "D-Link Corp."
CONTACT-INFO
" D-Link Corporation
Postal: No. 289, Sinhu 3rd Rd., Neihu District,
Taipei City 114, Taiwan, R.O.C
Tel: +886-2-66000123
E-mail: tsd@dlink.com.tw
"
DESCRIPTION
"This MIB module defines objects for DLINK LLDP private function."
REVISION "201302250000Z"
DESCRIPTION
"This is the first version of the MIB file.
"
::= { dlinkIndustrialCommon 20 }
-- -----------------------------------------------------------------------------
dLldpExtMIBNotifications OBJECT IDENTIFIER ::= { dlinkSwLldpExtMIB 0 }
dLldpExtMIBObjects OBJECT IDENTIFIER ::= { dlinkSwLldpExtMIB 1 }
dLldpExtMIBConformance OBJECT IDENTIFIER ::= { dlinkSwLldpExtMIB 2 }
-- -----------------------------------------------------------------------------
dLldpExtLldpEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates whether the LLDP feature is
globally enabled.
"
::= { dLldpExtMIBObjects 1 }
dLldpExtLldpForward OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates whether the LLDP Forward feature is
globally enabled.
"
::= { dLldpExtMIBObjects 2 }
dLldpExtLldpTrapEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates whether the LLDP Trap feature is
globally enabled.
"
::= { dLldpExtMIBObjects 3 }
dLldpExtLldpMedTrapEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates whether the LLDP MED Trap feature is
globally enabled.
"
::= { dLldpExtMIBObjects 4 }
-- -----------------------------------------------------------------------------
dLldpExtClearStats OBJECT IDENTIFIER ::= { dLldpExtMIBObjects 5 }
dLldpExtClearGlobalStats OBJECT-TYPE
SYNTAX INTEGER {
clear(1),
noOp(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to clear global LLDP statistics when set
to 'clear'.
No action is taken if this object is set to 'noOp'.
When read, the value 'noOp' is returned.
"
::= { dLldpExtClearStats 1 }
dLldpExtClearAllPortsStats OBJECT-TYPE
SYNTAX INTEGER {
clear(1),
noOp(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to clear LLDP counter information for all
ports when set to 'clear'.
No action is taken if this object is set to 'noOp'.
When read, the value 'noOp' is returned.
"
::= { dLldpExtClearStats 2 }
dLldpExtClearCounterByPort OBJECT-TYPE
SYNTAX Integer32(0..4096)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the lldpLocPortNum of the port on which
LLDP counter information will be cleared.
When read, a value of 0 is returned."
::= { dLldpExtClearStats 3 }
dLldpExtClearAllNeighbors OBJECT-TYPE
SYNTAX INTEGER {
clear(1),
noOp(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to clear LLDP neighboring information for all
ports when set to 'clear'.
No action is taken if this object is set to 'noOp'.
When read, the value 'noOp' is returned.
"
::= { dLldpExtClearStats 4 }
dLldpExtClearNeighborsByPort OBJECT-TYPE
SYNTAX Integer32(0..4096)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the lldpLocPortNum of the port on which
the LLDP neighboring information will be cleared when set to
'clear'.
When read, a value of 0 is returned."
::= { dLldpExtClearStats 5 }
-- -----------------------------------------------------------------------------
dLldpExtPortSubTypeTable OBJECT-TYPE
SYNTAX SEQUENCE OF DLldpExtPortSubTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table is used to configure the subtype of Port ID TLV for ports."
::= { dLldpExtMIBObjects 6 }
dLldpExtPortSubTypeEntry OBJECT-TYPE
SYNTAX DLldpExtPortSubTypeEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry contains the information of subtype of Port ID TLV on a port."
INDEX { lldpLocPortNum }
::= { dLldpExtPortSubTypeTable 1 }
DLldpExtPortSubTypeEntry ::= SEQUENCE {
dLldpExtPortSubType INTEGER
}
dLldpExtPortSubType OBJECT-TYPE
SYNTAX INTEGER {
localPortNumber(1),
macAddress(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object represents how to encode the port ID in Port ID TLV.
localPortNumber - The 'port ID' will be encoded with local port number.
macAddress(2) -The 'port ID' will be encoded with MAC address.
"
::= { dLldpExtPortSubTypeEntry 1 }
-- ------------------------------------------------------------------------------------
-- MIB Conformance statements
-- ------------------------------------------------------------------------------------
dLldpExtMIBCompliances OBJECT IDENTIFIER ::= { dLldpExtMIBConformance 1 }
dLldpExtMIBGroups OBJECT IDENTIFIER ::= { dLldpExtMIBConformance 2 }
-- compliance statements
dLldpExtMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which
implement the DLINKSW-LLDP-EXT-MIB."
MODULE -- this module
MANDATORY-GROUPS {
dLldpExtBasicCfgGroup,
dLldpExtClearStatsCounterGroup
}
GROUP dLldpExtClearNeighborGroup
DESCRIPTION
"Implementation of this group is optional."
GROUP dLldpExtPortSubtypeGroup
DESCRIPTION
"Implementation of this group is optional."
::= { dLldpExtMIBCompliances 1 }
dLldpExtBasicCfgGroup OBJECT-GROUP
OBJECTS {
dLldpExtLldpEnabled,
dLldpExtLldpForward,
dLldpExtLldpTrapEnabled,
dLldpExtLldpMedTrapEnabled
}
STATUS current
DESCRIPTION
"A collection of objects configures the LLDP feature."
::= { dLldpExtMIBGroups 1 }
dLldpExtClearStatsCounterGroup OBJECT-GROUP
OBJECTS {
dLldpExtClearGlobalStats,
dLldpExtClearAllPortsStats,
dLldpExtClearCounterByPort
}
STATUS current
DESCRIPTION
"A collection of objects clears the LLDP statistics of system
and ports."
::= { dLldpExtMIBGroups 2 }
dLldpExtClearNeighborGroup OBJECT-GROUP
OBJECTS {
dLldpExtClearAllNeighbors,
dLldpExtClearNeighborsByPort
}
STATUS current
DESCRIPTION
"A collection of objects clears the information learned from
neighbor(s)."
::= { dLldpExtMIBGroups 3 }
dLldpExtPortSubtypeGroup OBJECT-GROUP
OBJECTS {
dLldpExtPortSubType
}
STATUS current
DESCRIPTION
"A collection of objects configures the subtype of Port ID TLV."
::= { dLldpExtMIBGroups 4 }
END
|