summaryrefslogtreecommitdiff
path: root/MIBS/huawei/HUAWEI-NAT-MIB
blob: 69241139257260327d940f5ee5a5a50d2339941e (plain)
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
--  ======================================================================
-- Copyright (C) 2003 by  HUAWEI TECHNOLOGIES. All rights reserved
-- 
-- Description: HUAWEI-NAT-MIB
-- Reference:
-- Version:     V1.20
-- History:
-- 
--  V1.20 2005-05-30 Wei Rixi(22510) added types to SessionType, fields to 
--                  HwNatAddressGroupInfoEntry, HwNatInternalServerEntry & hwNatCfgGroup
-- =======================================================================

HUAWEI-NAT-MIB DEFINITIONS ::= BEGIN

    IMPORTS
        OBJECT-GROUP            
            FROM SNMPv2-CONF            
        IpAddress, Integer32, Counter32, Counter64, OBJECT-TYPE, 
        MODULE-IDENTITY            
            FROM SNMPv2-SMI            
        RowStatus, TruthValue, TEXTUAL-CONVENTION            
            FROM SNMPv2-TC
        hwDatacomm
            FROM HUAWEI-MIB;

    hwNATCommon MODULE-IDENTITY 
        LAST-UPDATED "200303180900Z"        -- March 18, 2003 at 09:00 GMT
        ORGANIZATION 
            "Huawei Technologies Co., Ltd.
            "
        CONTACT-INFO 
            "
            R&D BeiJing, Huawei Technologies co.,Ltd.
            Huawei Bld.,NO.3 Xinxi Rd.,
            Shang-Di Information Industry Base,
            Hai-Dian District Beijing P.R. China
            Zip:100085
            Http://www.huawei.com
            E-mail:support@huawei.com
            "
        DESCRIPTION 
            "
            V1.00
            The NAT mib is for all datacomm product..
            "
        ::= { hwNAT 1 }
    

    -- 
    -- Textual conventions
    -- 
    SessionType ::= TEXTUAL-CONVENTION
        STATUS current
        DESCRIPTION 
            "The type of session."
        SYNTAX INTEGER
            {                
            dnsSession(1),
            finrstSession(2),
            fragSession(3),
            ftpSession(4),
            ftpDataSession(5),
            h225Session(6),
            h245Session(7),
            h323rtcpSession(8),
            h323rtpSession(9),
            h323t120Session(10),
            httpSession(11),
            hwccSession(12),
            icmpSession(13),
            ilsSession(14),
            netbiosdataSession(15),
            netbiosnameSession(16), 
            netbiosSession(17), 
            rasSession(18),
            rtcpSession(19),
            rtpSession(20),
            rtspSession(21), 
            smtpSession(22),
            synSession(23),
            tcpSession(24),
            telnetSession(25),
            pptpSession(26),
            udpSession(27),
            qqSession(28),
            msnSession(29),
            userdefineSession(30),                
            sipSession(31),
            siprtpSession(32),
            siptrcpSession(33),
            greSesion(34)
            }
        
    AlgType ::= TEXTUAL-CONVENTION
        STATUS current
        DESCRIPTION 
            "Description."
        SYNTAX INTEGER
            {
            h323Alg(1),                
            dnsAlg(2), 
            netbiosAlg(3),
            ilsAlg(4),
            ftpAlg(5),
            icmpAlg(6),
            pptpAlg(7),
            hwccAlg(8),
            qqAlg(9),
            msnAlg(10),
            userdefineAlg(11)                
            }
        
    NatType ::= TEXTUAL-CONVENTION
        STATUS current
        DESCRIPTION 
            "Description."
        SYNTAX INTEGER
            {
            nat(1),
            pat(2),
            easyIP(3)
            }
        

--
-- Node definitions
--

    -- 1.3.6.1.4.1.2011.5.25.7
    hwNAT OBJECT IDENTIFIER ::= { hwDatacomm 7 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1
    hwNatMibObjects OBJECT IDENTIFIER ::= { hwNATCommon 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1
    hwNatAddressGroupInfoTable OBJECT-TYPE
        SYNTAX SEQUENCE OF HwNatAddressGroupInfoEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            NAT address pool inforation table
            "
        ::= { hwNatMibObjects 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1
    hwNatAddressGroupInfoEntry OBJECT-TYPE
        SYNTAX HwNatAddressGroupInfoEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            NAT address pool inforation table entry.
            "
        INDEX { hwNatAddrGrpIndex }
        ::= { hwNatAddressGroupInfoTable 1 }
    
    HwNatAddressGroupInfoEntry ::=
        SEQUENCE { 
            hwNatAddrGrpIndex
                Integer32,
            hwNatAddrGrpBeginningIpAddr
                IpAddress,
            hwNatAddrGrpEndingIpAddr
                IpAddress,
            hwNatAddrGrpRefCount
                Integer32,
            hwNatAddrGrpRowstatus
                RowStatus,
            hwNatAddrGrpVrrpID
                Integer32,
            hwNatAddrGrpVrfName
                OCTET STRING                
        }

    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1.1
    hwNatAddrGrpIndex OBJECT-TYPE
        SYNTAX Integer32 (1..128)
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The index of address pool
            
            This item is index.
            "
        ::= { hwNatAddressGroupInfoEntry 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1.2
    hwNatAddrGrpBeginningIpAddr OBJECT-TYPE
        SYNTAX IpAddress
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The beginning IP address of address pool
            "
        ::= { hwNatAddressGroupInfoEntry 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1.3
    hwNatAddrGrpEndingIpAddr OBJECT-TYPE
        SYNTAX IpAddress
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The ending IP address of address pool
            "
        ::= { hwNatAddressGroupInfoEntry 3 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1.4
    hwNatAddrGrpRefCount OBJECT-TYPE
        SYNTAX Integer32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            This address pool reference count.
            "
        ::= { hwNatAddressGroupInfoEntry 4 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1.5
    hwNatAddrGrpRowstatus OBJECT-TYPE
        SYNTAX RowStatus
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            Row status
            Only support CreateAndGo and Destroy.
            "
        ::= { hwNatAddressGroupInfoEntry 5 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1.6
    hwNatAddrGrpVrrpID OBJECT-TYPE
        SYNTAX Integer32 (0..255)
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            VRRP ID of address pool
            "
        DEFVAL { 0 }
        ::= { hwNatAddressGroupInfoEntry 6 }
        
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.1.1.7
    hwNatAddrGrpVrfName OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (1..32))
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The VPN Name of address pool
            "
        DEFVAL { "--" }
        ::= { hwNatAddressGroupInfoEntry 7 }
            
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2
    hwNatInternalServerTable OBJECT-TYPE
        SYNTAX SEQUENCE OF HwNatInternalServerEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The NAT internal server information table.
            "
        ::= { hwNatMibObjects 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1
    hwNatInternalServerEntry OBJECT-TYPE
        SYNTAX HwNatInternalServerEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The NAT internal server information table entry.
            "
        INDEX { hwNatServerIndex }
        ::= { hwNatInternalServerTable 1 }
    
    HwNatInternalServerEntry ::=
        SEQUENCE { 
            hwNatServerIndex
                Integer32,
            hwNatServerProtocol
                Integer32,
            hwNatServerInsideBeginIpAddr
                IpAddress,
            hwNatServerInsideEndIpAddr
                IpAddress,
            hwNatServerInsidePort
                Integer32,
            hwNatServerOutsideIpAddr
                IpAddress,
            hwNatServerOutsideBeginPort
                Integer32,
            hwNatServerOutsideEndPort
                Integer32,
            hwNatServerRowStatus
                RowStatus,
            hwNatServerVrrpID
                Integer32,
            hwNatServerVrfName
                OCTET STRING
         }

    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.1
    hwNatServerIndex OBJECT-TYPE
        SYNTAX Integer32 (1..256)
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The index of NAT server array.
            
            This item is index.
            "
        ::= { hwNatInternalServerEntry 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.2
    hwNatServerProtocol OBJECT-TYPE
        SYNTAX Integer32 (1..255)
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The protocal number.
            "
        ::= { hwNatInternalServerEntry 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.3
    hwNatServerInsideBeginIpAddr OBJECT-TYPE
        SYNTAX IpAddress
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The beginning local IP address of NAT servers.
            "
        ::= { hwNatInternalServerEntry 3 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.4
    hwNatServerInsideEndIpAddr OBJECT-TYPE
        SYNTAX IpAddress
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The ending local IP address of NAT servers.
            "
        ::= { hwNatInternalServerEntry 4 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.5
    hwNatServerInsidePort OBJECT-TYPE
        SYNTAX Integer32 (0..65535)
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The local port number of NAT servers.
            "
        ::= { hwNatInternalServerEntry 5 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.6
    hwNatServerOutsideIpAddr OBJECT-TYPE
        SYNTAX IpAddress
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The global IP address of NAT server.
            "
        ::= { hwNatInternalServerEntry 6 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.7
    hwNatServerOutsideBeginPort OBJECT-TYPE
        SYNTAX Integer32 (0..65535)
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The global beginning port of NAT server.
            "
        ::= { hwNatInternalServerEntry 7 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.8
    hwNatServerOutsideEndPort OBJECT-TYPE
        SYNTAX Integer32 (0..65535)
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The global ending port of NAT server.
            "
        ::= { hwNatInternalServerEntry 8 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.9
    hwNatServerRowStatus OBJECT-TYPE
        SYNTAX RowStatus
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            Row status
            Only support CreateAndGo and Destroy.
            "
        ::= { hwNatInternalServerEntry 9 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.10
    hwNatServerVrrpID OBJECT-TYPE
        SYNTAX Integer32 (0..255)
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            VRRP ID of Inner Server
            "
        DEFVAL { 0 }
        ::= { hwNatInternalServerEntry 10 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.2.1.11
    hwNatServerVrfName OBJECT-TYPE
        SYNTAX OCTET STRING (SIZE (0..32))
        MAX-ACCESS read-create
        STATUS current
        DESCRIPTION
            "
            The VPN Name of Inner Server
            "
        DEFVAL { "--" }
        ::= { hwNatInternalServerEntry 11 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.3
    hwNatTimeoutTable OBJECT-TYPE
        SYNTAX SEQUENCE OF HwNatTimeoutEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The NAT session aging time table.
            "
        ::= { hwNatMibObjects 3 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.3.1
    hwNatTimeoutEntry OBJECT-TYPE
        SYNTAX HwNatTimeoutEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The NAT session aging time table entry.
            "
        INDEX { hwNatTimeoutSessionType }
        ::= { hwNatTimeoutTable 1 }
    
    HwNatTimeoutEntry ::=
        SEQUENCE { 
            hwNatTimeoutSessionType
                SessionType,
            hwNatTimeoutValue
                Integer32
         }

    -- 1.3.6.1.4.1.2011.5.25.7.1.1.3.1.1
    hwNatTimeoutSessionType OBJECT-TYPE
        SYNTAX SessionType
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The protocal type.
            "
        ::= { hwNatTimeoutEntry 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.3.1.2
    hwNatTimeoutValue OBJECT-TYPE
        SYNTAX Integer32 (1..65535)
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "
            aging time, tcp:240, udp:40, icmp:20
            "
        ::= { hwNatTimeoutEntry 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.4
    hwNatAlgEnableTable OBJECT-TYPE
        SYNTAX SEQUENCE OF HwNatAlgEnableEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            NAT ALG enable table
            "
        ::= { hwNatMibObjects 4 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.4.1
    hwNatAlgEnableEntry OBJECT-TYPE
        SYNTAX HwNatAlgEnableEntry
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            nat alg table entry.
            "
        INDEX { hwNatAlgEnableProtocol }
        ::= { hwNatAlgEnableTable 1 }
    
    HwNatAlgEnableEntry ::=
        SEQUENCE { 
            hwNatAlgEnableProtocol
                AlgType,
            hwNatAlgEnableFlag
                TruthValue
         }

    -- 1.3.6.1.4.1.2011.5.25.7.1.1.4.1.1
    hwNatAlgEnableProtocol OBJECT-TYPE
        SYNTAX AlgType
        MAX-ACCESS not-accessible
        STATUS current
        DESCRIPTION
            "
            The alg protocal type.
            "
        ::= { hwNatAlgEnableEntry 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.1.4.1.2
    hwNatAlgEnableFlag OBJECT-TYPE
        SYNTAX TruthValue
        MAX-ACCESS read-write
        STATUS current
        DESCRIPTION
            "
            enable or disable.
            true is enable,false is disable.
            "
        ::= { hwNatAlgEnableEntry 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2
    hwNatMonitorObjects OBJECT IDENTIFIER ::= { hwNATCommon 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.1
    hwNatMonitorGlobalHash OBJECT IDENTIFIER ::= { hwNatMonitorObjects 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.1.1
    hwNatHashStatPatCount OBJECT-TYPE
        SYNTAX Counter32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The hash count NAT with pat.
            "
        ::= { hwNatMonitorGlobalHash 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.1.2
    hwNatHashStatNoPatCount OBJECT-TYPE
        SYNTAX Counter32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The hash count NAT with no-pat.
            "
        ::= { hwNatMonitorGlobalHash 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.1.3
    hwNatHashStatServerHashCount OBJECT-TYPE
        SYNTAX Counter32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The hash count of NAT internal server.
            "
        ::= { hwNatMonitorGlobalHash 3 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.1.4
    hwNatHashStatFragHashCount OBJECT-TYPE
        SYNTAX Counter32
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The hash count of fragment packets.
            "
        ::= { hwNatMonitorGlobalHash 4 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.2
    hwNatMonitorGlobalPkts OBJECT IDENTIFIER ::= { hwNatMonitorObjects 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.2.1
    hwNatStatPktsCount OBJECT-TYPE
        SYNTAX Counter64
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The packet count of success address translation.
            "
        ::= { hwNatMonitorGlobalPkts 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.2.2
    hwNatStatFailedPktsCount OBJECT-TYPE
        SYNTAX Counter64
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The packet count of failed address translation.
            "
        ::= { hwNatMonitorGlobalPkts 2 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.2.3
    hwNatStatTCPPktsCount OBJECT-TYPE
        SYNTAX Counter64
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The TCP packet count of success address translation.
            "
        ::= { hwNatMonitorGlobalPkts 3 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.2.4
    hwNatStatUDPPktsCount OBJECT-TYPE
        SYNTAX Counter64
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The UDP packet count of success address translation.
            "
        ::= { hwNatMonitorGlobalPkts 4 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.2.2.5
    hwNatStatICMPPktsCount OBJECT-TYPE
        SYNTAX Counter64
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
            "
            The ICMP packet count of success address translation.
            "
        ::= { hwNatMonitorGlobalPkts 5 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.3
    hwNatConformance OBJECT IDENTIFIER ::= { hwNATCommon 3 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.3.1
    hwNatMibGroups OBJECT IDENTIFIER ::= { hwNatConformance 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.3.1.1
    hwNatCfgGroup OBJECT-GROUP
        OBJECTS { 
            hwNatAddrGrpBeginningIpAddr, 
            hwNatAddrGrpEndingIpAddr, 
            hwNatAddrGrpRowstatus, 
            hwNatAddrGrpVrrpID,
            hwNatAddrGrpVrfName,
            hwNatServerProtocol, 
            hwNatServerInsideBeginIpAddr, 
            hwNatServerInsideEndIpAddr, 
            hwNatServerInsidePort, 
            hwNatServerRowStatus, 
            hwNatTimeoutValue, 
            hwNatAlgEnableFlag, 
            hwNatAddrGrpRefCount, 
            hwNatServerOutsideIpAddr, 
            hwNatServerOutsideBeginPort, 
            hwNatServerOutsideEndPort,
            hwNatServerVrrpID,
            hwNatServerVrfName
            }
        STATUS current
        DESCRIPTION 
            "Description."
        ::= { hwNatMibGroups 1 }
    
    -- 1.3.6.1.4.1.2011.5.25.7.1.3.1.2
    hwNatMonitorGroup OBJECT-GROUP
        OBJECTS { 
            hwNatHashStatPatCount, 
            hwNatHashStatNoPatCount, 
            hwNatHashStatServerHashCount, 
            hwNatHashStatFragHashCount, 
            hwNatStatPktsCount, 
            hwNatStatFailedPktsCount, 
            hwNatStatTCPPktsCount, 
            hwNatStatUDPPktsCount, 
            hwNatStatICMPPktsCount 
            }
        STATUS current
        DESCRIPTION 
            "Description."
        ::= { hwNatMibGroups 2 }
    

END