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
|
-- =================================================================
-- Copyright (C) 2016 by HUAWEI TECHNOLOGIES. All rights reserved
--
-- Description: HUAWEI Private Extended SNMP MIB
--
-- Reference:
-- Version: V2.05
-- History:
--
-- =================================================================
HUAWEI-SNMP-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
ifIndex, ifDescr
FROM RFC1213-MIB
DisplayString,TruthValue
FROM SNMPv2-TC
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
EnabledStatus
FROM P-BRIDGE-MIB
OBJECT-TYPE, OBJECT-IDENTITY, MODULE-IDENTITY, NOTIFICATION-TYPE, Integer32
FROM SNMPv2-SMI
InetAddressType, InetAddress
FROM INET-ADDRESS-MIB;
hwSnmpExtMIB MODULE-IDENTITY
LAST-UPDATED "201612071056Z" --Dec. 07, 2016 at 10:56 GMT
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
"
Some attribute of SNMP extended content.
"
REVISION "201612071056Z" --Dec. 07, 2016 at 10:56 GMT
DESCRIPTION "revision 2.0.5"
REVISION "201302280000Z" -- 28 February 2013
DESCRIPTION
"Registration point for protocols used in Huawei
extended SNMP MIB"
REVISION "201307091300Z" --July 07, 2013 at 12:30 GMT
DESCRIPTION "revision 2.0.2"
REVISION "201310111603Z" --Oct. 11, 2013 at 16:02 GMT
DESCRIPTION "revision 2.0.3"
REVISION "201402141603Z" --Feb. 14, 2014 at 16:02 GMT
DESCRIPTION "revision 2.0.3"
::= { hwDatacomm 164 }
hwSnmpExtMIBObjects OBJECT IDENTIFIER ::= { hwSnmpExtMIB 1 }
hwSnmpExtErrorCodeEnable OBJECT-TYPE
SYNTAX EnabledStatus
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Enabled or disabled SNMP extended error status.
The default value is disabled."
::= { hwSnmpExtMIBObjects 1 }
hwSnmpRemoteIpAddressType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The type of the remote netmanager IP address."
::= { hwSnmpExtMIBObjects 2 }
hwSnmpRemoteIpAddress OBJECT-TYPE
SYNTAX InetAddress (SIZE (0|4|8|16|20))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The Ip address of the remote netmanager."
::= { hwSnmpExtMIBObjects 3 }
hwSnmpGlobalObjects OBJECT IDENTIFIER ::= { hwSnmpExtMIBObjects 4 }
hwSnmpListenPort OBJECT-TYPE
SYNTAX Integer32 (161 | 1025..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The listening UDP port of SNMP."
::= { hwSnmpGlobalObjects 1 }
hwSnmpRaisingThreshold OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The raising threshold of the lock queue."
::= { hwSnmpGlobalObjects 2 }
hwSnmpFallingThreshold OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The falling threshold of the lock queue."
::= { hwSnmpGlobalObjects 3 }
hwSnmpFrameworkAdmin OBJECT IDENTIFIER ::= { hwSnmpExtMIBObjects 5 }
hwSnmpAuthProtocols OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Registration point for authentication protocols used in Huawei
extended SNMP MIB. Definitions of Object Identities needed
for the use of AES by SNMP's User-based Security Model
"
::= { hwSnmpFrameworkAdmin 1 }
hwUsmHMACSHA256AuthProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION
"The HMAC SHA2 256 Digest Authentication Protocol."
REFERENCE
"- Data Encryption Standard, National Institute of
Standards and Technology. Federal Information
Processing Standard (FIPS) Publication 46-1.
Supersedes FIPS Publication 46"
::= { hwSnmpAuthProtocols 1 }
hwSnmpPrivProtocols OBJECT-IDENTITY
STATUS current
DESCRIPTION
"Registration point for privacy protocols used in Huawei
extended SNMP MIB. Definitions of Object Identities needed
for the use of AES by SNMP's User-based Security Model
"
::= { hwSnmpFrameworkAdmin 2 }
--
-- 3DES Privacy Protocol for SNMPv3 USM security model
--
hwUsm3DESEDEPrivProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION "The 3DES-EDE Symmetric Encryption Protocol."
REFERENCE "- Data Encryption Standard, National Institute of
Standards and Technology. Federal Information
Processing Standard (FIPS) Publication 46-3,
(1999, pending approval). Will supersede FIPS
Publication 46-2.
- Data Encryption Algorithm, American National
Standards Institute. ANSI X3.92-1981,
(December, 1980).
- DES Modes of Operation, National Institute of
Standards and Technology. Federal Information
Processing Standard (FIPS) Publication 81,
(December, 1980).
- Data Encryption Algorithm - Modes of Operation,
American National Standards Institute.
ANSI X3.106-1983, (May 1983).
"
::= { hwSnmpPrivProtocols 1 }
--
-- AES Privacy Protocols for SNMPv3 USM security model
--
hwUsmAESCfb192PrivProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION "The CFB128-AES-192 Privacy Protocol."
REFERENCE "- Specification for the ADVANCED ENCRYPTION
STANDARD (DRAFT). Federal Information Processing
Standard (FIPS) Publication 197.
(November 2001).
- Dworkin, M., NIST Recommendation for Block
Cipher Modes of Operation, Methods and
Techniques (DRAFT).
NIST Special Publication 800-38A
(December 2001).
"
::= { hwSnmpPrivProtocols 2 }
hwUsmAESCfb256PrivProtocol OBJECT-IDENTITY
STATUS current
DESCRIPTION "The CFB128-AES-256 Privacy Protocol."
REFERENCE "- Specification for the ADVANCED ENCRYPTION
STANDARD (DRAFT). Federal Information Processing
Standard (FIPS) Publication 197
(November 2001).
- Dworkin, M., NIST Recommendation for Block
Cipher Modes of Operation, Methods and
Techniques (DRAFT).
NIST Special Publication 800-38A
(December 2001).
"
::= { hwSnmpPrivProtocols 3 }
hwSnmpNotification OBJECT IDENTIFIER ::= { hwSnmpExtMIBObjects 6 }
hwNmsPingTrap NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"SNMP Test trap."
::= { hwSnmpNotification 1 }
hwNmsHeartBeatTrap NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"SNMP Test trap."
::= { hwSnmpNotification 2 }
-- Module compliance.
hwSnmpExtConformance OBJECT IDENTIFIER ::= { hwSnmpExtMIB 2 }
hwSnmpExtGroups
OBJECT IDENTIFIER ::= { hwSnmpExtConformance 1 }
hwSnmpExtRuleGroup OBJECT-GROUP
OBJECTS {
hwSnmpExtErrorCodeEnable, hwSnmpListenPort, hwSnmpRemoteIpAddress, hwSnmpRemoteIpAddressType, hwSnmpFallingThreshold, hwSnmpRaisingThreshold
}
STATUS current
DESCRIPTION
"Collection of objects needed for SNMP extended configuration."
::= { hwSnmpExtGroups 1 }
hwSnmpExtTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwSNMPLockThreshold, hwSNMPLockThresholdResume, hwSNMPReset }
STATUS current
DESCRIPTION
"SNMP extend trap nodes."
::= { hwSnmpExtGroups 2 }
hwSnmpExtCompliances
OBJECT IDENTIFIER ::= { hwSnmpExtConformance 2 }
hwSnmpExtCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for implementing
the Huawei extended SNMP MIB."
MODULE
MANDATORY-GROUPS {
hwSnmpExtRuleGroup, hwSnmpExtTrapGroup
}
::= { hwSnmpExtCompliances 1 }
hwSnmpAlarmGroups OBJECT IDENTIFIER ::= { hwSnmpNotification 3 }
hwSnmpAlarmGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwNmsPingTrap, hwNmsHeartBeatTrap }
STATUS current
DESCRIPTION
"Alarm trap nodes."
::= { hwSnmpAlarmGroups 1 }
-- Module trap.
hwSnmpExtNotifications OBJECT IDENTIFIER ::= { hwSnmpExtMIB 3 }
hwSNMPLockThreshold NOTIFICATION-TYPE
OBJECTS { hwSnmpFallingThreshold, hwSnmpRaisingThreshold }
STATUS current
DESCRIPTION
"The trap will be triggered when the number of unauthorized users reaches the upper threshold of the lock queue."
::= { hwSnmpExtNotifications 1 }
hwSNMPLockThresholdResume NOTIFICATION-TYPE
OBJECTS { hwSnmpFallingThreshold, hwSnmpRaisingThreshold }
STATUS current
DESCRIPTION
"The trap will be triggered when the number of unauthorized users falls back to the lower threshold of the lock queue."
::= { hwSnmpExtNotifications 2 }
hwSNMPReset NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"After the SNMP process is restarted or a master/slave main control board switchover is performed on a device, this trap is sent to notify the NMS of SNMP entity restart, enabling the NMS to synchronize alarms from the device."
::= { hwSnmpExtNotifications 3 }
END
--
-- HUAWEI-SNMP-EXT-MIB.mib
--
|