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
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
|
-- =================================================================
-- Copyright (C) 2003 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description:This MIB file is used for management of userlog
-- information.
-- Reference:
-- Version: V1.1
-- History:
-- V1.0
-- 31st Mar 2003
-- tianli, initial version
-- V1.1 2005-07-05
-- Modify value range of hh3cUserlogNatAclNumber and hh3cUserlogFlowAclNumber
-- by tanbo02122.
-- Update file format by gaolong.
-- =================================================================
HH3C-USERLOG-MIB DEFINITIONS ::= BEGIN
IMPORTS
hh3cRhw
FROM HH3C-OID-MIB
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
IpAddress, Integer32, Counter32, OBJECT-TYPE,
MODULE-IDENTITY
FROM SNMPv2-SMI;
hh3cUserLogMIB MODULE-IDENTITY
LAST-UPDATED "200304100000Z" -- April 10, 2003 at 00:00 GMT
ORGANIZATION
"New H3C Tech. Co., Ltd."
CONTACT-INFO
"Platform Team New H3C Tech. Co., Ltd.
Hai-Dian District Beijing P.R. China
http://www.h3c.com
Zip:100085
"
DESCRIPTION
"The HH3C-USERLOG-MIB contains objects to
Manage configuration and Monitor running state
for userlog feature."
::= { hh3cRhw 18 }
hh3cUserlogObjects OBJECT IDENTIFIER ::= { hh3cUserLogMIB 1 }
hh3cUserlogNatObjects OBJECT IDENTIFIER ::= { hh3cUserlogObjects 1 }
hh3cUserlogNatVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"NAT LOG version. Currently only version 1 is developed."
::= { hh3cUserlogNatObjects 1 }
hh3cUserlogNatSyslog OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
NAT LOG format.
If 1, LOG format is sysLog.
If 0, LOG format is UDP packet.
UDP packet is the default format, and is recommended.
"
::= { hh3cUserlogNatObjects 2 }
hh3cUserlogNatSourceIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Source IP address of NAT LOG UDP packet."
::= { hh3cUserlogNatObjects 3 }
hh3cUserlogNatFlowBegin OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Log the NAT flow when it is created.
If 1, this function is enabled.
If 0, this function is disabled.
This function will be used when real-time monitor required.
"
::= { hh3cUserlogNatObjects 4 }
hh3cUserlogNatActiveTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
The active time for long-time existed NAT flow.
Unit: minute. Range: 10 minutes ~ 120 minutes.
When setting it, NAT flow can be logged after an interval of
active time.
This function will be used when real-time monitor required.
The default value 0 means real-time monitor function is disabled.
"
::= { hh3cUserlogNatObjects 5 }
hh3cUserlogNatSlotCfgInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cUserlogNatSlotCfgInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of NAT LOG configuration information for the
specified slot."
::= { hh3cUserlogNatObjects 6 }
hh3cUserlogNatSlotCfgInfoEntry OBJECT-TYPE
SYNTAX Hh3cUserlogNatSlotCfgInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"NAT LOG Configuration Information Entry for a slot."
INDEX { hh3cUserlogNatCfgSlotNumber }
::= { hh3cUserlogNatSlotCfgInfoTable 1 }
Hh3cUserlogNatSlotCfgInfoEntry ::=
SEQUENCE {
hh3cUserlogNatCfgSlotNumber
Integer32,
hh3cUserlogNatEnable
Integer32,
hh3cUserlogNatAclNumber
Integer32,
hh3cUserlogNatHostAddress
IpAddress,
hh3cUserlogNatUdpPort
Integer32
}
hh3cUserlogNatCfgSlotNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Slot number. Specify which slot is configured with NAT LOG. "
::= { hh3cUserlogNatSlotCfgInfoEntry 1 }
hh3cUserlogNatEnable OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
The NAT LOG feature Enable status.
If 1, NAT LOG is enbled.
If 0, NAT LOG is disabled.
"
::= { hh3cUserlogNatSlotCfgInfoEntry 2 }
hh3cUserlogNatAclNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Access-list number.
The value 0 means no ACL is specified.
Only when NAT LOG is enabled, can ACL be configured.
Only NAT flow which match the ACL will be logged.
"
::= { hh3cUserlogNatSlotCfgInfoEntry 3 }
hh3cUserlogNatHostAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address of NAT LOG server. "
::= { hh3cUserlogNatSlotCfgInfoEntry 4 }
hh3cUserlogNatUdpPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The UDP Port Number of NAT LOG UDP packet."
::= { hh3cUserlogNatSlotCfgInfoEntry 5 }
hh3cUserlogNatSlotRunInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cUserlogNatSlotRunInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of NAT LOG running information for the specified slot."
::= { hh3cUserlogNatObjects 7 }
hh3cUserlogNatSlotRunInfoEntry OBJECT-TYPE
SYNTAX Hh3cUserlogNatSlotRunInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"NAT LOG Running Information Entry for a slot."
INDEX { hh3cUserlogNatRunSlotNumber }
::= { hh3cUserlogNatSlotRunInfoTable 1 }
Hh3cUserlogNatSlotRunInfoEntry ::=
SEQUENCE {
hh3cUserlogNatRunSlotNumber
Integer32,
hh3cUserlogNatTotalEntries
Counter32,
hh3cUserlogNatTotalPackets
Counter32,
hh3cUserlogNatFailedEntries
Counter32,
hh3cUserlogNatFailedPackets
Counter32,
hh3cUserlogNatClearRunStat
Integer32
}
hh3cUserlogNatRunSlotNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Slot number. Specify on which slot the NAT LOG statistics
displayed."
::= { hh3cUserlogNatSlotRunInfoEntry 1 }
hh3cUserlogNatTotalEntries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of NAT flow entries which are logged."
::= { hh3cUserlogNatSlotRunInfoEntry 2 }
hh3cUserlogNatTotalPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of NAT LOG UDP packets generated by the router."
::= { hh3cUserlogNatSlotRunInfoEntry 3 }
hh3cUserlogNatFailedEntries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of NAT flow entries failed in outputting."
::= { hh3cUserlogNatSlotRunInfoEntry 4 }
hh3cUserlogNatFailedPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of NAT LOG UDP packets failed in outputting."
::= { hh3cUserlogNatSlotRunInfoEntry 5 }
hh3cUserlogNatClearRunStat OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Clear the running statistics for NAT LOG. Write-only.
If 1, the running statistics for NAT LOG is resetted.
Other value is invalid.
"
::= { hh3cUserlogNatSlotRunInfoEntry 6 }
hh3cUserlogFlowObjects OBJECT IDENTIFIER ::= { hh3cUserlogObjects 2 }
hh3cUserlogFlowVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"BAS FLOW LOG version. Currently only version 1 is developed."
::= { hh3cUserlogFlowObjects 1 }
hh3cUserlogFlowSyslog OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
BAS FLOW LOG format.
If 1, LOG format is sysLog.
If 0, LOG format is UDP packet.
UDP packet is the default format, and is recommended.
"
::= { hh3cUserlogFlowObjects 2 }
hh3cUserlogFlowSourceIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Source IP address of BAS FLOW LOG UDP packet."
::= { hh3cUserlogFlowObjects 3 }
hh3cUserlogFlowFlowBegin OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Log the BAS flow when it is created.
If 1, this function is enabled.
If 0, this function is disabled.
This function will be used when real-time monitor required.
"
::= { hh3cUserlogFlowObjects 4 }
hh3cUserlogFlowActiveTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
The active time for long-time existed BAS flow.
Unit: minute. Range: 10 minutes ~ 120 minutes.
When setting it, BAS flow can be logged after an internal of
active time.
This function will be used when real-time monitor required.
The default value 0 means real-time monitor function is disabled.
"
::= { hh3cUserlogFlowObjects 5 }
hh3cUserlogFlowSlotCfgInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cUserlogFlowSlotCfgInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of BAS FLOW LOG configuration information for the
specified slot."
::= { hh3cUserlogFlowObjects 6 }
hh3cUserlogFlowSlotCfgInfoEntry OBJECT-TYPE
SYNTAX Hh3cUserlogFlowSlotCfgInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"BAS FLOW LOG Configuration Information Entry for a slot."
INDEX { hh3cUserlogFlowCfgSlotNumber }
::= { hh3cUserlogFlowSlotCfgInfoTable 1 }
Hh3cUserlogFlowSlotCfgInfoEntry ::=
SEQUENCE {
hh3cUserlogFlowCfgSlotNumber
Integer32,
hh3cUserlogFlowEnable
Integer32,
hh3cUserlogFlowAclNumber
Integer32,
hh3cUserlogFlowHostAddress
IpAddress,
hh3cUserlogFlowUdpPort
Integer32
}
hh3cUserlogFlowCfgSlotNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Slot number. Specify which slot is configured with BAS FLOW LOG."
::= { hh3cUserlogFlowSlotCfgInfoEntry 1 }
hh3cUserlogFlowEnable OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
The BAS FLOW LOG feature Enable status.
If 1, BAS FLOW LOG is enbled.
If 0, BAS FLOW LOG is disabled.
"
::= { hh3cUserlogFlowSlotCfgInfoEntry 2 }
hh3cUserlogFlowAclNumber OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Access-list number.
The value 0 means no ACL is specified.
Only when BAS FLOW LOG is enabled, can ACL be configured.
Only BAS flow which match the ACL will be logged.
"
::= { hh3cUserlogFlowSlotCfgInfoEntry 3 }
hh3cUserlogFlowHostAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address of BAS FLOW LOG server. "
::= { hh3cUserlogFlowSlotCfgInfoEntry 4 }
hh3cUserlogFlowUdpPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The UDP Port Number of BAS FLOW LOG UDP packet."
::= { hh3cUserlogFlowSlotCfgInfoEntry 5 }
hh3cUserlogFlowSlotRunInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cUserlogFlowSlotRunInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of BAS FLOW LOG running information for the specified slot."
::= { hh3cUserlogFlowObjects 7 }
hh3cUserlogFlowSlotRunInfoEntry OBJECT-TYPE
SYNTAX Hh3cUserlogFlowSlotRunInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Running Information Entry for a slot."
INDEX { hh3cUserlogFlowRunSlotNumber }
::= { hh3cUserlogFlowSlotRunInfoTable 1 }
Hh3cUserlogFlowSlotRunInfoEntry ::=
SEQUENCE {
hh3cUserlogFlowRunSlotNumber
Integer32,
hh3cUserlogFlowTotalEntries
Counter32,
hh3cUserlogFlowTotalPackets
Counter32,
hh3cUserlogFlowFailedEntries
Counter32,
hh3cUserlogFlowFailedPackets
Counter32,
hh3cUserlogFlowClearRunStat
Integer32
}
hh3cUserlogFlowRunSlotNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Slot number. Specify on which slot the BAS FLOW LOG
statistics displayed."
::= { hh3cUserlogFlowSlotRunInfoEntry 1 }
hh3cUserlogFlowTotalEntries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BAS FLOW Entries which are logged."
::= { hh3cUserlogFlowSlotRunInfoEntry 2 }
hh3cUserlogFlowTotalPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of FLOW LOG UDP packet generated by the router."
::= { hh3cUserlogFlowSlotRunInfoEntry 3 }
hh3cUserlogFlowFailedEntries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BAS FLOW entries failed in outputting. "
::= { hh3cUserlogFlowSlotRunInfoEntry 4 }
hh3cUserlogFlowFailedPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BAS FLOW LOG UDP packet failed in outputting."
::= { hh3cUserlogFlowSlotRunInfoEntry 5 }
hh3cUserlogFlowClearRunStat OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Clear the running statistics for FLOW LOG. Write-only.
If 1, the running statistics for FLOW LOG is resetted.
Other value is invalid.
"
::= { hh3cUserlogFlowSlotRunInfoEntry 6 }
hh3cUserlogAccessObjects OBJECT IDENTIFIER ::= { hh3cUserlogObjects 3 }
hh3cUserlogAccessVersion OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"BAS ACCESS LOG version. Currently only version 1 is developed."
::= { hh3cUserlogAccessObjects 1 }
hh3cUserlogAccessSyslog OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
BAS ACCESS LOG format.
If 1, LOG format is sysLog;
If 0, LOG format is UDP packet.
UDP packet is the default format, and is recommended.
"
::= { hh3cUserlogAccessObjects 2 }
hh3cUserlogAccessSourceIP OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The Source IP address of BAS ACCESS LOG UDP packet."
::= { hh3cUserlogAccessObjects 3 }
hh3cUserlogAccessSlotCfgInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cUserlogAccessSlotCfgInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of BAS ACCESS LOG configuration information for the specified slot."
::= { hh3cUserlogAccessObjects 4 }
hh3cUserlogAccessSlotCfgInfoEntry OBJECT-TYPE
SYNTAX Hh3cUserlogAccessSlotCfgInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"BAS ACCESS LOG Configuration Information Entry for a slot."
INDEX { hh3cUserlogAccessCfgSlotNumber }
::= { hh3cUserlogAccessSlotCfgInfoTable 1 }
Hh3cUserlogAccessSlotCfgInfoEntry ::=
SEQUENCE {
hh3cUserlogAccessCfgSlotNumber
Integer32,
hh3cUserlogAccessEnable
Integer32,
hh3cUserlogAccessHostAddress
IpAddress,
hh3cUserlogAccessUdpPort
Integer32
}
hh3cUserlogAccessCfgSlotNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Slot number. Specify which slot is configured with BAS ACCESS LOG."
::= { hh3cUserlogAccessSlotCfgInfoEntry 1 }
hh3cUserlogAccessEnable OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
The BAS ACCESS LOG feature Enable status.
If 1, BAS ACCESS LOG is enbled.
If 0, BAS ACCESS LOG is disabled.
"
::= { hh3cUserlogAccessSlotCfgInfoEntry 2 }
hh3cUserlogAccessHostAddress OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The IP address of BAS ACCESS LOG server."
::= { hh3cUserlogAccessSlotCfgInfoEntry 3 }
hh3cUserlogAccessUdpPort OBJECT-TYPE
SYNTAX Integer32 (0..65535)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The UDP Port Number of BAS ACCESS LOG UDP packet."
::= { hh3cUserlogAccessSlotCfgInfoEntry 4 }
hh3cUserlogAccessSlotRunInfoTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hh3cUserlogAccessSlotRunInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of BAS ACCESS LOG running information for the specified slot."
::= { hh3cUserlogAccessObjects 5 }
hh3cUserlogAccessSlotRunInfoEntry OBJECT-TYPE
SYNTAX Hh3cUserlogAccessSlotRunInfoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Running Information Entry for a slot."
INDEX { hh3cUserlogAccessRunSlotNumber }
::= { hh3cUserlogAccessSlotRunInfoTable 1 }
Hh3cUserlogAccessSlotRunInfoEntry ::=
SEQUENCE {
hh3cUserlogAccessRunSlotNumber
Integer32,
hh3cUserlogAccessTotalEntries
Counter32,
hh3cUserlogAccessTotalPackets
Counter32,
hh3cUserlogAccessFailedEntries
Counter32,
hh3cUserlogAccessFailedPackets
Counter32,
hh3cUserlogAccessClearRunStat
Integer32
}
hh3cUserlogAccessRunSlotNumber OBJECT-TYPE
SYNTAX Integer32 (0..15)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Slot number. Specify on which slot the BAS ACCESS LOG statistics displayed."
::= { hh3cUserlogAccessSlotRunInfoEntry 1 }
hh3cUserlogAccessTotalEntries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BAS ACCESS Records which are logged."
::= { hh3cUserlogAccessSlotRunInfoEntry 2 }
hh3cUserlogAccessTotalPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of ACCESS LOG UDP packet generated by the router."
::= { hh3cUserlogAccessSlotRunInfoEntry 3 }
hh3cUserlogAccessFailedEntries OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BAS ACCESS entries failed in outputting."
::= { hh3cUserlogAccessSlotRunInfoEntry 4 }
hh3cUserlogAccessFailedPackets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of BAS ACCESS LOG UDP packet failed in outputting."
::= { hh3cUserlogAccessSlotRunInfoEntry 5 }
hh3cUserlogAccessClearRunStat OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"
Clear the running statistics for ACCESS LOG. Write-only.
If 1, the running statistics for ACCESS LOG is resetted.
Other value is invalid.
"
::= { hh3cUserlogAccessSlotRunInfoEntry 6 }
hh3cUserlogNotifications OBJECT IDENTIFIER ::= { hh3cUserLogMIB 2 }
hh3cUserlogConformance OBJECT IDENTIFIER ::= { hh3cUserLogMIB 3 }
hh3cUserlogCompliances OBJECT IDENTIFIER ::= { hh3cUserlogConformance 1 }
hh3cUserlogCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which implement the
Userlog mib."
MODULE -- this module
MANDATORY-GROUPS { hh3cUserlogMandatoryGroup }
::= { hh3cUserlogCompliances 1 }
hh3cUserlogGroups OBJECT IDENTIFIER ::= { hh3cUserlogConformance 2 }
hh3cUserlogMandatoryGroup OBJECT-GROUP
OBJECTS { hh3cUserlogNatEnable, hh3cUserlogNatHostAddress, hh3cUserlogNatUdpPort,
hh3cUserlogFlowEnable, hh3cUserlogFlowHostAddress, hh3cUserlogFlowUdpPort,
hh3cUserlogAccessEnable, hh3cUserlogAccessHostAddress, hh3cUserlogAccessUdpPort
}
STATUS current
DESCRIPTION
"A collection of objects providing mandatory Userlog information."
::= { hh3cUserlogGroups 1 }
hh3cUserlogConfigGroup OBJECT-GROUP
OBJECTS { hh3cUserlogNatVersion, hh3cUserlogNatSyslog, hh3cUserlogNatSourceIP,
hh3cUserlogNatFlowBegin, hh3cUserlogNatActiveTime, hh3cUserlogNatCfgSlotNumber,
hh3cUserlogNatEnable, hh3cUserlogNatAclNumber, hh3cUserlogNatHostAddress,
hh3cUserlogNatUdpPort, hh3cUserlogFlowVersion, hh3cUserlogFlowSyslog,
hh3cUserlogFlowSourceIP, hh3cUserlogFlowFlowBegin, hh3cUserlogFlowActiveTime,
hh3cUserlogFlowCfgSlotNumber, hh3cUserlogFlowEnable, hh3cUserlogFlowAclNumber,
hh3cUserlogFlowHostAddress, hh3cUserlogFlowUdpPort, hh3cUserlogAccessVersion,
hh3cUserlogAccessSyslog, hh3cUserlogAccessSourceIP, hh3cUserlogAccessCfgSlotNumber,
hh3cUserlogAccessEnable, hh3cUserlogAccessHostAddress, hh3cUserlogAccessUdpPort
}
STATUS current
DESCRIPTION
"All configurable parameters of Userlog feature."
::= { hh3cUserlogGroups 2 }
hh3cUserlogInfoGroup OBJECT-GROUP
OBJECTS { hh3cUserlogNatTotalEntries, hh3cUserlogNatTotalPackets,
hh3cUserlogNatFailedEntries, hh3cUserlogNatFailedPackets,
hh3cUserlogFlowTotalEntries, hh3cUserlogFlowTotalPackets,
hh3cUserlogFlowFailedEntries, hh3cUserlogFlowFailedPackets,
hh3cUserlogAccessTotalEntries, hh3cUserlogAccessTotalPackets,
hh3cUserlogAccessFailedEntries, hh3cUserlogAccessFailedPackets
}
STATUS current
DESCRIPTION
"All running information of Userlog feature."
::= { hh3cUserlogGroups 3 }
END
|