-
Notifications
You must be signed in to change notification settings - Fork 0
/
hpicfDhcpClient.mib
347 lines (295 loc) · 12.6 KB
/
hpicfDhcpClient.mib
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
HP-ICF-DHCPCLIENT-MIB DEFINITIONS ::= BEGIN
IMPORTS
hpSwitch
FROM HP-ICF-OID
OBJECT-TYPE, MODULE-IDENTITY, Counter32
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
ifIndex
FROM IF-MIB
DisplayString
FROM SNMPv2-TC
InetVersion
FROM INET-ADDRESS-MIB;
-- 1.3.6.1.4.1.11.2.14.11.5.1.57
hpicfDhcpClient MODULE-IDENTITY
LAST-UPDATED "201306010000Z" -- June 1, 2013 at 00:00 GMT
ORGANIZATION
"HP Networking."
CONTACT-INFO
"Hewlett-Packard Company
8000 Foothills Blvd.
Roseville, CA 95747"
DESCRIPTION
"This MIB module contains HP proprietary
objects for managing the DHCP Client."
REVISION "201306010000Z" -- June 1, 2013 at 00:00 GMT
DESCRIPTION
"Added 'hpicfDhcpClientTR069AcsUrlOptionStatus' MIB object"
REVISION "201205310000Z" -- May 31, 2012 at 00:00 GMT
DESCRIPTION
"Added 'hpicfDhcpv6ClientDuid' MIB object"
REVISION "201008090000Z" -- August 09, 2010 at 00:00 GMT
DESCRIPTION
"Added 'hpicfDhcpClientintfTable' and
'hpicfDhcpClientStatisticsTable' tables."
REVISION "200903180000Z" -- March 18, 2009 at 00:00 GMT
DESCRIPTION
"Added 'hpicfDhcpClientImageFileUpdate' MIB object"
REVISION "200810300000Z" -- October 30, 2008 at 00:00 GMT
DESCRIPTION
"Added 'hpicfDhcpClientHostNameOption' MIB object"
REVISION "200808270038Z" -- August 27, 2008 at 00:38 GMT
DESCRIPTION
"Initial revision."
::= { hpSwitch 57 }
--
-- Node definitions
--
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1
hpicfDhcpClientOptions OBJECT IDENTIFIER ::= { hpicfDhcpClient 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.2
hpicfDhcpClientOptionsConf OBJECT IDENTIFIER ::= { hpicfDhcpClient 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1.1
hpicfDhcpClientVendorSpecOptionStatus OBJECT-TYPE
SYNTAX INTEGER{
enable(1),
disable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This flag indicates whether DHCP vendor specific
configurations are enabled for this interface
or not.
Setting this flag to 'enabled' (the default)
results in sending 'Vendor Class Identifier'(VCI)
to DHCP server and requesting vendor specific
configurations from DHCP servers for this
interface. Refer to RFC 2132 for more details.
Setting this flag to 'disabled' results in not
sending VCI to DHCP server and not requesting
vendor specific configurations from DHCP servers."
::= { hpicfDhcpClientOptions 1 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1.2
hpicfDhcpClientHostNameOption OBJECT-TYPE
SYNTAX INTEGER{
enable(1),
disable(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object enables/disables DHCP option 12 that
allows for sending the system's hostname in DHCP
packets.
By default this object is set to be disabled.
Setting this flag to 'enabled' results in the
inclusion of system hostname in DHCP packets."
::= { hpicfDhcpClientOptions 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1.3
hpicfDhcpClientImageFileUpdate OBJECT-TYPE
SYNTAX INTEGER{
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This object facilitates enabling or disabling of
the image file update feature through DHCP.
Setting this object to 1 enables this feature
and setting it to 2 disables this feature.
This MIB object can be set to 1 only if
hpicfDhcpClientVendorSpecOptionStatus has already
been set to 1.
By default, hpicfDhcpClientImageFileUpdate is set
to 1. When this feature is enabled, the Auto-TFTP
settings will be disabled."
::= { hpicfDhcpClientOptions 3 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1.4
hpicfDhcpClientintfTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfDhcpClientintfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "DHCP client's interface level configuration table.
Common to both v4 and v6 DHCP clients."
::= { hpicfDhcpClientOptions 4 }
hpicfDhcpClientintfEntry OBJECT-TYPE
SYNTAX HpicfDhcpClientintfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A row in hpicfDhcpClientintfTable."
INDEX { ifIndex }
::= { hpicfDhcpClientintfTable 1 }
HpicfDhcpClientintfEntry ::= SEQUENCE {
hpicfDhcpClientAuthType INTEGER,
hpicfDhcpClientKeyChain DisplayString
}
hpicfDhcpClientAuthType OBJECT-TYPE
SYNTAX INTEGER{
none(0),
md5(1)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The authentication type specified for an interface."
::= { hpicfDhcpClientintfEntry 1 }
hpicfDhcpClientKeyChain OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..1024))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "KMS chain name specified for an interface."
::= { hpicfDhcpClientintfEntry 2 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1.5
hpicfDhcpClientStatisticsTable OBJECT-TYPE
SYNTAX SEQUENCE OF HpicfDhcpClientStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "DHCP client's interface level statistics."
::= { hpicfDhcpClientOptions 5 }
hpicfDhcpClientStatisticsEntry OBJECT-TYPE
SYNTAX HpicfDhcpClientStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A row in hpicfDhcpClientStatisticsTable"
INDEX { ifIndex, hpicfIPVersion }
::= { hpicfDhcpClientStatisticsTable 1 }
HpicfDhcpClientStatisticsEntry ::= SEQUENCE {
hpicfIPVersion InetVersion,
hpicfDhcpClientPktTx Counter32,
hpicfDhcpClientPktRx Counter32,
hpicfDhcpClientPktAuthFailed Counter32
}
hpicfIPVersion OBJECT-TYPE
SYNTAX InetVersion
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION " IP version of this row."
::= { hpicfDhcpClientStatisticsEntry 1 }
hpicfDhcpClientPktTx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of DHCP packets transmitted."
::= { hpicfDhcpClientStatisticsEntry 2 }
hpicfDhcpClientPktRx OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of DHCP packets received."
::= { hpicfDhcpClientStatisticsEntry 3 }
hpicfDhcpClientPktAuthFailed OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Number of DHCP packets dropped due to authentication
failure."
::= { hpicfDhcpClientStatisticsEntry 4 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1.6
hpicfDhcpv6ClientDuid OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(25..128))
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The DUID (Dhcp Unique IDentifier) of the local device.
The value is a DUID-LL as defined in RFC 3351,
represented in hexadecimal."
::= { hpicfDhcpClientOptions 6 }
-- 1.3.6.1.4.1.11.2.14.11.5.1.57.1.7
hpicfDhcpClientTR069AcsUrlOptionStatus OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "This flag indicates whether the DHCP client will
process the TR-069 CWMP ACS URL option.
This object can only be enabled when
hpicfDhcpClientVendorSpecOptionStatus is also
enabled."
::= { hpicfDhcpClientOptions 7 }
------------------------------------------------------------------------------
-- Conformance Information
------------------------------------------------------------------------------
hpicfDhcpClientGroups
OBJECT IDENTIFIER ::= { hpicfDhcpClientOptionsConf 1 }
hpicfDhcpClientCompliances
OBJECT IDENTIFIER ::= { hpicfDhcpClientOptionsConf 2 }
-- compliance statements
hpicfDhcpClientCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for DHCP Client implementation."
MODULE -- this module
MANDATORY-GROUPS { hpicfDhcpClientOptionsGroup }
::= { hpicfDhcpClientCompliances 1 }
hpicfDhcpClientVendorSpecOptionsCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for DHCP client implementation."
MODULE -- this module
MANDATORY-GROUPS { hpicfDhcpClientVendorSpecOptionsGroup }
::= { hpicfDhcpClientCompliances 2 }
hpicfDhcpClientAuthCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for DHCP Authentication implementation."
MODULE -- this module
MANDATORY-GROUPS { hpicfDhcpClientAuthGroup }
::= { hpicfDhcpClientCompliances 3 }
hpicfDhcpv6ClientCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for DHCPv6 client implementation."
MODULE -- this module
MANDATORY-GROUPS { hpicfDhcpv6ClientGroup }
::= { hpicfDhcpClientCompliances 4 }
hpicfDhcpClientTR069OptionsCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for DHCP client TR-069 options
implementation."
MODULE -- this module
MANDATORY-GROUPS { hpicfDhcpClientTR069OptionsGroup }
::= { hpicfDhcpClientCompliances 5 }
-- MIB Groupings
hpicfDhcpClientOptionsGroup OBJECT-GROUP
OBJECTS {
hpicfDhcpClientVendorSpecOptionStatus,
hpicfDhcpClientHostNameOption
}
STATUS current
DESCRIPTION "A mandatory group with a set of DHCP client's option
object(s)."
::= { hpicfDhcpClientGroups 1 }
hpicfDhcpClientVendorSpecOptionsGroup OBJECT-GROUP
OBJECTS {
hpicfDhcpClientImageFileUpdate
}
STATUS current
DESCRIPTION "A mandatory group with a set of DHCP vendor
specific option object(s)."
::= { hpicfDhcpClientGroups 2 }
hpicfDhcpClientAuthGroup OBJECT-GROUP
OBJECTS {
hpicfDhcpClientAuthType,
hpicfDhcpClientKeyChain,
hpicfDhcpClientPktTx,
hpicfDhcpClientPktRx,
hpicfDhcpClientPktAuthFailed
}
STATUS current
DESCRIPTION "A mandatory group with a set of DHCP Client
Authentication object(s)."
::= { hpicfDhcpClientGroups 3 }
hpicfDhcpv6ClientGroup OBJECT-GROUP
OBJECTS {
hpicfDhcpv6ClientDuid
}
STATUS current
DESCRIPTION "A mandatory group with a set of DHCPv6 client
related object(s)."
::= { hpicfDhcpClientGroups 4 }
hpicfDhcpClientTR069OptionsGroup OBJECT-GROUP
OBJECTS {
hpicfDhcpClientTR069AcsUrlOptionStatus
}
STATUS current
DESCRIPTION "A mandatory group with a set of DHCP vendor
specific options for TR-069 related object(s)."
::= { hpicfDhcpClientGroups 5 }
END