forked from AlexandreYang/snmp-mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
A3COM-HUAWEI-DHCPRELAY-MIB
executable file
·673 lines (603 loc) · 26.2 KB
/
A3COM-HUAWEI-DHCPRELAY-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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
-- =====================================================================
-- Copyright (C) 2003 by HUAWEI 3COM TECHNOLOGIES. All rights reserved.
--
-- Description: DHCP Relay MIB.
-- Reference:
-- Version: V1.1
-- History:
-- V1.0 2005-4-11 created by wumingyu
-- V1.1 2006-01-10 modified by xuyufei
-- Add h3cDHCPRConfigOption82IfTable
-- =====================================================================
A3COM-HUAWEI-DHCPRELAY-MIB DEFINITIONS ::= BEGIN
IMPORTS
TruthValue, RowStatus, MacAddress
FROM SNMPv2-TC
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32
FROM SNMPv2-SMI
ifIndex
FROM RFC1213-MIB
InetAddress, InetAddressType
FROM INET-ADDRESS-MIB
h3cCommon
FROM A3COM-HUAWEI-OID-MIB;
-- ==================================================================
--
-- module identity part
--
-- ==================================================================
h3cDhcpRelay MODULE-IDENTITY
LAST-UPDATED
"200506080000Z"
ORGANIZATION
"Huawei 3Com Technologies Co.,Ltd. "
CONTACT-INFO
"Platform Team Huawei 3Com Technologies Co.,Ltd.
Hai-Dian District Beijing P.R. China
http://www.huawei-3com.com
Zip: 100085"
DESCRIPTION "HUAWEI-3COM DHCPR MIB"
REVISION
"200506080000Z"
DESCRIPTION
"The initial version of this MIB module."
::= { h3cCommon 58 }
-- ==================================================================
--
-- =====================object definition begin======================
--
-- ==================================================================
h3cDHCPRMibObject OBJECT IDENTIFIER ::= { h3cDhcpRelay 1 }
--h3cDHCPRIfSelectTable--
h3cDHCPRIfSelectTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDHCPRIfSelectEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table for configuring relay mode
for interfaces.
"
::= { h3cDHCPRMibObject 1 }
h3cDHCPRIfSelectEntry OBJECT-TYPE
SYNTAX H3cDHCPRIfSelectEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry for configuring relay mode for an
interface.
"
INDEX
{
ifIndex
}
::= { h3cDHCPRIfSelectTable 1 }
H3cDHCPRIfSelectEntry ::=
SEQUENCE
{
h3cDHCPRIfSelectRelayMode INTEGER
}
h3cDHCPRIfSelectRelayMode OBJECT-TYPE
SYNTAX INTEGER
{
on(1),
off(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "If the value is on, the DHCP relay function
would be enabled on this interface.
"
DEFVAL { off }
::= { h3cDHCPRIfSelectEntry 1 }
--h3cDHCPRIpToGroupTable--
h3cDHCPRIpToGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDHCPRIpToGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table for configuring ip addresses for DHCP
server groups.
"
::= { h3cDHCPRMibObject 2 }
h3cDHCPRIpToGroupEntry OBJECT-TYPE
SYNTAX H3cDHCPRIpToGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry for configuring ip addresses for a DHCP
server group.
"
INDEX
{
h3cDHCPRIpToGroupGroupId,
h3cDHCPRIpToGroupServerIpType,
h3cDHCPRIpToGroupServerIp
}
::= { h3cDHCPRIpToGroupTable 1 }
H3cDHCPRIpToGroupEntry ::=
SEQUENCE
{
h3cDHCPRIpToGroupGroupId Integer32,
h3cDHCPRIpToGroupServerIpType InetAddressType,
h3cDHCPRIpToGroupServerIp InetAddress,
h3cDHCPRIpToGroupRowStatus RowStatus
}
h3cDHCPRIpToGroupGroupId OBJECT-TYPE
SYNTAX Integer32 (0..19)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Group identifier of DHCP server group. "
::= { h3cDHCPRIpToGroupEntry 1 }
h3cDHCPRIpToGroupServerIpType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Ip address type of DHCP server. "
::= { h3cDHCPRIpToGroupEntry 2 }
h3cDHCPRIpToGroupServerIp OBJECT-TYPE
SYNTAX InetAddress (SIZE (1..64))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "Ip address of DHCP server. "
::= { h3cDHCPRIpToGroupEntry 3 }
h3cDHCPRIpToGroupRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Operation status of this table entry.
Three actions are used: active,
createAndGo, destroy.
"
::= { h3cDHCPRIpToGroupEntry 4 }
--h3cDHCPRIfToGroupTable--
h3cDHCPRIfToGroupTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDHCPRIfToGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table for configuring DHCP server groups
for interfaces.
"
::= { h3cDHCPRMibObject 3 }
h3cDHCPRIfToGroupEntry OBJECT-TYPE
SYNTAX H3cDHCPRIfToGroupEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry for configuring DHCP server group for
an interface.
"
INDEX
{
ifIndex
}
::= { h3cDHCPRIfToGroupTable 1 }
H3cDHCPRIfToGroupEntry ::=
SEQUENCE
{
h3cDHCPRIfToGroupGroupId Integer32,
h3cDHCPRIfToGroupRowStatus RowStatus
}
h3cDHCPRIfToGroupGroupId OBJECT-TYPE
SYNTAX Integer32 (0..19)
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The DHCP server group for this interface. "
::= { h3cDHCPRIfToGroupEntry 1 }
h3cDHCPRIfToGroupRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Operation status of this table entry.
Three actions are used: active,
createAndGo, destroy"
::= { h3cDHCPRIfToGroupEntry 2 }
--h3cDHCPRAddrCheckTable--
h3cDHCPRAddrCheckTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDHCPRAddrCheckEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table containing the states of dhcp security address
check switchs for interfaces.
"
::= { h3cDHCPRMibObject 4 }
h3cDHCPRAddrCheckEntry OBJECT-TYPE
SYNTAX H3cDHCPRAddrCheckEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing the state of dhcp security address
check switch for an interface.
"
INDEX
{
ifIndex
}
::= { h3cDHCPRAddrCheckTable 1 }
H3cDHCPRAddrCheckEntry ::=
SEQUENCE
{
h3cDHCPRAddrCheckSwitch INTEGER
}
h3cDHCPRAddrCheckSwitch OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The state of dhcp security address check switch for
this interface.
It has two defined values: enabled and disabled.
If the value is enabled, the address check function
would be enabled. The default value is disabled.
"
DEFVAL { disabled }
::= { h3cDHCPRAddrCheckEntry 1 }
--h3cDHCPRSecurityTable--
h3cDHCPRSecurityTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDHCPRSecurityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the information of
DHCP security.
"
::= { h3cDHCPRMibObject 5 }
h3cDHCPRSecurityEntry OBJECT-TYPE
SYNTAX H3cDHCPRSecurityEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry containing the information of
DHCP security.
"
INDEX
{
h3cDHCPRSecurityClientIpAddrType,
h3cDHCPRSecurityClientIpAddr
}
::= { h3cDHCPRSecurityTable 1 }
H3cDHCPRSecurityEntry ::=
SEQUENCE
{
h3cDHCPRSecurityClientIpAddrType InetAddressType,
h3cDHCPRSecurityClientIpAddr InetAddress,
h3cDHCPRSecurityClientMacAddr MacAddress,
h3cDHCPRSecurityClientProperty INTEGER,
h3cDHCPRSecurityClientRowStatus RowStatus
}
h3cDHCPRSecurityClientIpAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "DHCP client's net ip address type"
::= { h3cDHCPRSecurityEntry 1 }
h3cDHCPRSecurityClientIpAddr OBJECT-TYPE
SYNTAX InetAddress (SIZE (1..64))
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "DHCP client's net ip address"
::= { h3cDHCPRSecurityEntry 2 }
h3cDHCPRSecurityClientMacAddr OBJECT-TYPE
SYNTAX MacAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION "DHCP client's mac address"
::= { h3cDHCPRSecurityEntry 3 }
h3cDHCPRSecurityClientProperty OBJECT-TYPE
SYNTAX INTEGER
{
static(1),
dynamic(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Property of client address"
::= { h3cDHCPRSecurityEntry 4 }
h3cDHCPRSecurityClientRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"Operation status of this table entry.
Three actions are used: active,
createAndGo, destroy"
::= { h3cDHCPRSecurityEntry 5 }
--h3cDHCPRStatisticsGroup--
h3cDHCPRStatisticsGroup OBJECT IDENTIFIER ::= { h3cDHCPRMibObject 6 }
h3cDHCPRRxClientPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the packets received from DHCP
clients by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 1 }
h3cDHCPRTxClientPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the brodcast packets transmitted
to DHCP clients by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 2 }
h3cDHCPRRxServerPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the packets received from
DHCP Servers by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 3 }
h3cDHCPRTxServerPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the packets transmitted to
DHCP Servers by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 4 }
h3cDHCPRDiscoverPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Discover packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 5 }
h3cDHCPRRequestPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Request packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 6 }
h3cDHCPRDeclinePktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Decline packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 7 }
h3cDHCPRReleasePktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Release packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 8 }
h3cDHCPRInformPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Inform packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 9 }
h3cDHCPROfferPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Offer packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 10 }
h3cDHCPRAckPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Ack packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 11 }
h3cDHCPRNakPktNum OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of the DHCP Nak packets handled
by DHCP relay.
"
::= { h3cDHCPRStatisticsGroup 12 }
h3cDHCPRStatisticsReset OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This node only supports set operation.
If the value is true,it will clear all of the packet
statistics.
"
::= { h3cDHCPRStatisticsGroup 13 }
--h3cDHCPRCycleGroup--
h3cDHCPRCycleGroup OBJECT IDENTIFIER ::= { h3cDHCPRMibObject 7 }
h3cDHCPRCycleStatus OBJECT-TYPE
SYNTAX INTEGER
{
on(1),
off(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "If the value is on, the cycle function
would be enabled.
"
DEFVAL { off }
::= { h3cDHCPRCycleGroup 1 }
--h3cDHCPRConfigOption82Group--
h3cDHCPRConfigOption82Group OBJECT IDENTIFIER ::= { h3cDHCPRMibObject 8 }
h3cDHCPROption82Switch OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "If the value is enabled,
DHCP relay supporting option 82 function
would be enabled.
"
DEFVAL { disabled }
::= { h3cDHCPRConfigOption82Group 1 }
h3cDHCPROption82HandleStrategy OBJECT-TYPE
SYNTAX INTEGER
{
drop(1),
keep(2),
replace(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The strategies of DHCP relay handling option 82.
'drop' indicates DHCP relay discarding the request
packet including option 82.
'keep' indicates DHCP relay accepting the request
packet without any change of the option 82.
'replace' indicates DHCP relay accepting the
request packet on condition that it generates a new
option 82 to replace the original one.
"
DEFVAL { replace }
::= { h3cDHCPRConfigOption82Group 2 }
h3cDHCPRConfigOption82IfTable OBJECT-TYPE
SYNTAX SEQUENCE OF H3cDHCPRConfigOption82IfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "A table containing the information of DHCP
option 82.
This table depends on h3cDHCPRIfToGroupTable.
An entry of this table will be created when
an entry of h3cDHCPRIfToGroupTable is created.
"
::= { h3cDHCPRConfigOption82Group 3 }
h3cDHCPRConfigOption82IfEntry OBJECT-TYPE
SYNTAX H3cDHCPRConfigOption82IfEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION "An entry containing the information of
DHCP option 82.
"
INDEX
{
ifIndex
}
::= { h3cDHCPRConfigOption82IfTable 1 }
H3cDHCPRConfigOption82IfEntry ::=
SEQUENCE
{
h3cDHCPROption82IfSwitch INTEGER,
h3cDHCPROption82IfStrategy INTEGER,
h3cDHCPROption82IfFormat INTEGER,
h3cDHCPROption82IfNodeType INTEGER,
h3cDHCPROption82IfUsrDefString OCTET STRING
}
h3cDHCPROption82IfSwitch OBJECT-TYPE
SYNTAX INTEGER
{
enabled(1),
disabled(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "If DHCP relay supports option 82 functions, the
value is 'enabled'.
If DHCP relay does not support option 82 functions,
the value is 'disabled'.
"
DEFVAL { disabled }
::= { h3cDHCPRConfigOption82IfEntry 1 }
h3cDHCPROption82IfStrategy OBJECT-TYPE
SYNTAX INTEGER
{
drop(1),
keep(2),
replace(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The strategies of DHCP relay handling option 82.
'drop' indicates DHCP relay discarding the request
packet including option 82.
'keep' indicates DHCP relay accepting the request
packet without any change of the option 82.
'replace' indicates DHCP relay accepting the
request packet on condition that it generates a new
option 82 to replace the original one.
"
DEFVAL { replace }
::= { h3cDHCPRConfigOption82IfEntry 2 }
h3cDHCPROption82IfFormat OBJECT-TYPE
SYNTAX INTEGER
{
normal(1),
verbose(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The format of DHCP relay option 82.
'normal' is the standard format.
'verbose' is the detailed format.
"
DEFVAL { normal }
::= { h3cDHCPRConfigOption82IfEntry 3 }
h3cDHCPROption82IfNodeType OBJECT-TYPE
SYNTAX INTEGER
{
invalid(1),
mac(2),
sysname(3),
userdefine(4)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION "Property of DHCP relay option 82 verbose format.
The value can be set by user only when the value
of h3cDHCPROption82IfFormat is set with 'verbose'.
If the value of h3cDHCPROption82IfFormat is
'normal', the value is automatically set with
'invalid'. the value can not be set with 'invalid'
by user.
'mac' indicates the option 82 verbose format is
filled in with the mac of DHCP relay input
interface. If the value of h3cDHCPROption82IfFormat
is set with 'verbose', the value is automatically
set with 'mac'.
'sysname' indicates the option 82 verbose format
is filled in with the name of the DHCP relay.
'userdefine' indicates the option 82 verbose format
is filled in with the string defined by user.
If the value is set with 'userdefine', the value of
h3cDHCPROption82IfUsrDefString must be set
simultaneously.
"
DEFVAL { invalid }
::= { h3cDHCPRConfigOption82IfEntry 4 }
h3cDHCPROption82IfUsrDefString OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..256))
MAX-ACCESS read-write
STATUS current
DESCRIPTION "The string defined by user to fill in the
option 82 verbose format. If the value of
h3cDHCPROption82IfFormat is 'normal', or the
value of h3cDHCPROption82IfNodeType is 'mac'
or 'sysname', it is set with a null string
automatically and can not be modified by user.
It must be set with a non-zero length string
when the value of h3cDHCPROption82IfNodeType
is set with 'userdefine'.
"
::= { h3cDHCPRConfigOption82IfEntry 5 }
END