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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
|
-- ===================================================================
-- Copyright (C) 2017 by HUAWEI TECHNOLOGIES. All rights reserved.
-- Description: FCoE MIB
-- Reference:
-- Version: V1.05
-- ===================================================================
HUAWEI-FCOE-MIB DEFINITIONS ::= BEGIN
IMPORTS
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
BITS, DisplayString, RowStatus, TEXTUAL-CONVENTION
FROM SNMPv2-TC
TimeTicks, Integer32, Unsigned32, IpAddress, Counter32, Counter64, OBJECT-TYPE,
MODULE-IDENTITY, NOTIFICATION-TYPE
FROM SNMPv2-SMI
hwDatacomm
FROM HUAWEI-MIB;
hwFCoEMIB MODULE-IDENTITY
LAST-UPDATED "201702201425Z"
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
"Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China
Website: http://www.huawei.com
Email: support@huawei.com
"
DESCRIPTION
"The MIB contains objects of DC FCOE features ."
REVISION "201702201425Z"
DESCRIPTION "Add type ResetFlag and mib node hwDcbPfcFrameStatisticsObjects."
REVISION "201008111600Z"
DESCRIPTION "V1.00, initial version."
REVISION "201412111600Z"
DESCRIPTION "Add type hwFCoEPortResource, hwTNPortVlan."
REVISION "201412231904Z"
DESCRIPTION "Add type hwFCoEFcfVlan, hwFCoEVFPortNum, hwFCoEVNPortNum, hwFCoEInstName, hwSysMacNum, hwFCoEVsId ."
REVISION "201501041804Z"
DESCRIPTION "Modify type hwFCoEVsId and other description ."
::= { hwDatacomm 303 }
--
-- Textual conventions
--
--
-- type definitions in the interface queue
--
-- HWResetFlag
HWResetFlag ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Reset Flag:
DISABLE (0)
RESET (1)
ENABLE (2)
"
SYNTAX INTEGER
{
disable(0),
reset(1),
enable(2)
}
--HWCosType
HWCosType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"
BE(1)
AF1(2)
AF2(3)
AF3(4)
AF4(5)
EF(6)
CS6(7)
CS7(8)
"
SYNTAX INTEGER
{
be(1),
af1(2),
af2(3),
af3(4),
af4(5),
ef(6),
cs6(7),
cs7(8)
}
-- FCOE Trap Objects Definitions
-- 1.3.6.1.4.1.2011.5.25.303.1
hwFCoEMIBTrapObjects OBJECT IDENTIFIER ::= { hwFCoEMIB 1 }
-- 1.3.6.1.4.1.2011.5.25.303.1.1
hwFCoEIfName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This FCoE interface name is sent from device."
::= { hwFCoEMIBTrapObjects 1 }
-- 1.3.6.1.4.1.2011.5.25.303.1.2
hwFCoEVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This VLAN is sent from device."
::= { hwFCoEMIBTrapObjects 2 }
-- 1.3.6.1.4.1.2011.5.25.303.1.3
hwFCoEPortResource OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This FCoE port resource is reach max limit."
::= { hwFCoEMIBTrapObjects 3}
-- 1.3.6.1.4.1.2011.5.25.303.1.4
hwTNPortVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The detect vlan is different from the configued vlan."
::= { hwFCoEMIBTrapObjects 4 }
-- 1.3.6.1.4.1.2011.5.25.303.1.5
hwFCoEFcfVlan OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The Fcf vlan is different from the configued vlan."
::= { hwFCoEMIBTrapObjects 5 }
-- 1.3.6.1.4.1.2011.5.25.303.1.6
hwFCoEVFPortNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The FCoE VF Port number."
::= { hwFCoEMIBTrapObjects 6 }
-- 1.3.6.1.4.1.2011.5.25.303.1.7
hwFCoEVNPortNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The FCoE VN Port number."
::= { hwFCoEMIBTrapObjects 7 }
-- 1.3.6.1.4.1.2011.5.25.303.1.8
hwFCoEInstName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The FCoe instance name."
::= { hwFCoEMIBTrapObjects 8 }
-- 1.3.6.1.4.1.2011.5.25.303.1.9
hwSysMacNum OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The system mac-address number."
::= { hwFCoEMIBTrapObjects 9 }
-- 1.3.6.1.4.1.2011.5.25.303.1.10
hwFCoEVsId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The Fcoe-port Index."
::= { hwFCoEMIBTrapObjects 10 }
-- FCOE Trap Definitions
-- 1.3.6.1.4.1.2011.5.25.303.2
hwFCoEMIBTraps OBJECT IDENTIFIER ::= { hwFCoEMIB 2 }
-- 1.3.6.1.4.1.2011.5.25.303.2.1
hwFCoEPortLoseVlan NOTIFICATION-TYPE
OBJECTS {hwFCoEIfName , hwFCoEVlan}
STATUS current
DESCRIPTION
"When the device receives a FIP Notification packet,it gets VLANs from the packet, and compares with
configuration at the inputing-port, if it's not same, exports warning."
::= { hwFCoEMIBTraps 1 }
-- 1.3.6.1.4.1.2011.5.25.303.2.2
hwFCoEVLanError NOTIFICATION-TYPE
OBJECTS {hwFCoEIfName , hwFCoEVlan}
STATUS current
DESCRIPTION
"When the device receives a FIP Notification packet,it gets VLANs from the packet, and lookup at the
configuration , if it's not exist, exports warning."
::= { hwFCoEMIBTraps 2 }
-- 1.3.6.1.4.1.2011.5.25.303.2.3
hwFCoEConnectVfNum NOTIFICATION-TYPE
OBJECTS {hwFCoEPortResource}
STATUS current
DESCRIPTION
"The number of vf-port has reached max limits 64."
::= { hwFCoEMIBTraps 3 }
-- 1.3.6.1.4.1.2011.5.25.303.2.4
hwFCoELoginVnNum NOTIFICATION-TYPE
OBJECTS {hwFCoEInstName, hwFCoEVFPortNum, hwFCoEVNPortNum}
STATUS current
DESCRIPTION
"The number of online vn-ports has reached max limits 256."
::= { hwFCoEMIBTraps 4 }
-- 1.3.6.1.4.1.2011.5.25.303.2.5
hwFCoETnNum NOTIFICATION-TYPE
OBJECTS {hwFCoEVsId, hwSysMacNum, hwFCoEVNPortNum}
STATUS current
DESCRIPTION
"The number of VN_Ports that belong to the same NPV instance exceeds the number of MAC addresses."
::= { hwFCoEMIBTraps 5 }
-- 1.3.6.1.4.1.2011.5.25.303.2.6
hwFCoETnPortVlan NOTIFICATION-TYPE
OBJECTS {hwFCoEInstName, hwTNPortVlan, hwFCoEFcfVlan}
STATUS current
DESCRIPTION
"The requested vlan is different from the configued NPV vlan."
::= { hwFCoEMIBTraps 6 }
-- FCOE Group Definitions
-- 1.3.6.1.4.1.2011.5.25.303.3
hwFCoEConformance OBJECT IDENTIFIER ::= { hwFCoEMIB 3 }
-- 1.3.6.1.4.1.2011.5.25.303.3.1
hwFCoECompliances OBJECT IDENTIFIER ::= { hwFCoEConformance 1 }
-- 1.3.6.1.4.1.2011.5.25.303.3.1.1
hwFCoECompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities which implement
the HUAWEI-FCOE-MIB."
MODULE
MANDATORY-GROUPS { hwFCoEMIBTrapGroup, hwDcbPfcFrameGroup }
::= { hwFCoECompliances 1 }
-- 1.3.6.1.4.1.2011.5.25.303.3.2
hwFCoEGroups OBJECT IDENTIFIER ::= { hwFCoEConformance 2 }
-- 1.3.6.1.4.1.2011.5.25.303.3.2.1
hwFCoEMIBTrapObjectGroup OBJECT-GROUP
OBJECTS { hwFCoEIfName, hwFCoEVlan, hwFCoEPortResource, hwTNPortVlan, hwFCoEFcfVlan, hwFCoEVFPortNum, hwFCoEVNPortNum, hwFCoEInstName, hwSysMacNum, hwFCoEVsId}
STATUS current
DESCRIPTION
"Group for FCoE trap objects."
::= { hwFCoEGroups 1 }
-- 1.3.6.1.4.1.2011.5.25.303.3.2.2
hwFCoEMIBTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwFCoEPortLoseVlan, hwFCoEVLanError, hwFCoEConnectVfNum, hwFCoELoginVnNum, hwFCoETnNum, hwFCoETnPortVlan }
STATUS current
DESCRIPTION
"Group for FCoE trap."
::= { hwFCoEGroups 2 }
-- 1.3.6.1.4.1.2011.5.25.303.4.1.1
hwDcbPfcFrameGroup OBJECT-GROUP
OBJECTS { hwDcbPfcIfIndex, hwDcbPfcQueueID, hwDcbPfcRxFrames, hwDcbPfcTxFrames, hwDcbPfcResetFlag }
STATUS current
DESCRIPTION
"Group for dcb pfc frame statistics."
::= { hwFCoEGroups 3 }
--DCB Statistics Objects Definitions
-- 1.3.6.1.4.1.2011.5.25.303.4
hwDcbPfcFrameStatisticsObjects OBJECT IDENTIFIER ::= { hwFCoEMIB 4 }
--1.3.6.1.4.1.2011.5.25.303.4.1
hwDcbPfcFrameStatisticsTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwDcbPfcFrameStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of dcb pfc frame statistics for queue on the interface."
::= { hwDcbPfcFrameStatisticsObjects 1 }
--1.3.6.1.4.1.2011.5.25.303.4.1.1
hwDcbPfcFrameStatisticsEntry OBJECT-TYPE
SYNTAX HwDcbPfcFrameStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"dcb pfc frame statistics entry."
INDEX { hwDcbPfcIfIndex, hwDcbPfcQueueID }
::= { hwDcbPfcFrameStatisticsTable 1 }
HwDcbPfcFrameStatisticsEntry ::=
SEQUENCE {
hwDcbPfcIfIndex
Integer32,
hwDcbPfcQueueID
HWCosType,
hwDcbPfcRxFrames
Counter64,
hwDcbPfcTxFrames
Counter64,
hwDcbPfcResetFlag
HWResetFlag
}
--1.3.6.1.4.1.2011.5.25.303.4.1.1.1
hwDcbPfcIfIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object identifies the interface index."
::= { hwDcbPfcFrameStatisticsEntry 1 }
--1.3.6.1.4.1.2011.5.25.303.4.1.1.2
hwDcbPfcQueueID OBJECT-TYPE
SYNTAX HWCosType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object identifies the queue index."
::= { hwDcbPfcFrameStatisticsEntry 2 }
--1.3.6.1.4.1.2011.5.25.303.4.1.1.3
hwDcbPfcRxFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the number of pfc frames received by the queue."
::= { hwDcbPfcFrameStatisticsEntry 3 }
--1.3.6.1.4.1.2011.5.25.303.4.1.1.4
hwDcbPfcTxFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the number of pfc frames sent by the queue."
::= { hwDcbPfcFrameStatisticsEntry 4 }
--1.3.6.1.4.1.2011.5.25.303.4.1.1.5
hwDcbPfcResetFlag OBJECT-TYPE
SYNTAX HWResetFlag
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Reset dcb pfc frame statistics information."
::= { hwDcbPfcFrameStatisticsEntry 5 }
END
--
-- HUAWEI-FCOE-MIB.mib
--
|