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
806
807
808
809
810
811
812
813
814
815
|
-- ******************************************************************
-- Juniper Mobile Gateway SGW Subscriber Manager objects MIB.
--
-- Copyright (c) 2011-2013, Juniper Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
-- ******************************************************************
JUNIPER-MOBILE-GATEWAY-SGW-SM-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
Counter64, Unsigned32, Gauge32
FROM SNMPv2-SMI
CounterBasedGauge64
FROM HCNUM-TC
TEXTUAL-CONVENTION, DisplayString
FROM SNMPv2-TC
jnxMbgGwIndex, jnxMbgGwName
FROM JUNIPER-MOBILE-GATEWAYS
jnxMobileGatewaySgw
FROM JUNIPER-MBG-SMI;
--
-- Defines MIB for Serving Gateway
--
jnxMbgSgwSMMib MODULE-IDENTITY
LAST-UPDATED "201110031200Z" -- Oct 03, 2011, 12:00:00 UT
ORGANIZATION "Juniper Networks, Inc."
CONTACT-INFO
"Juniper Technical Assistance Center
Juniper Networks, Inc.
1133 Innovation Way
Sunnyvale, CA 94089
E-mail: support@juniper.net"
DESCRIPTION
"This module defines objects pertaining to Serving Gateway
Subscriber Management for Mobile Edge."
REVISION "201110031200Z" -- Oct 03, 2011, 12:00:00 UTC
DESCRIPTION "Initial version"
REVISION "201203221200Z" -- Mar 22, 2012, 12:00:00
DESCRIPTION
"Updated jnxMbgSgwSMStatsTable. Deprecated unsupported objects.
Added objects to jnxMbgSgwSMStatsTable"
REVISION "201210121200Z" -- Oct 12, 2012, 12:00:00
DESCRIPTION
"Added new trap jnxMbgSgwGatewayMMStateChange .
Added table jnxMbgSgwSMClRateStatsTable "
::= { jnxMobileGatewaySgw 4 }
jnxMbgSgwSMNotifications OBJECT IDENTIFIER ::=
{ jnxMbgSgwSMMib 0 }
jnxMbgSgwSMObjects OBJECT IDENTIFIER ::=
{ jnxMbgSgwSMMib 1 }
--
-- Stats Table for SGW
--
jnxMbgSgwSMStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxMbgSgwSMStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table lists gateway level statistics for Serving Gateway.
Key is Gateway Id."
::= { jnxMbgSgwSMObjects 1 }
JnxMbgSgwSMStatsEntry ::= SEQUENCE {
jnxMbgSgwSessnEstAttmpts Counter64,
jnxMbgSgwSuccSessnEst Counter64,
jnxMbgSgwPeerInitDeactv Counter64,
jnxMbgSgwPeerInitSuccDeactv Counter64,
jnxMbgSgwGwInitDeactv Counter64,
jnxMbgSgwGwInitSuccDeactv Counter64,
jnxMbgSgwGtpStatsGnS5S8InpPkt Counter64,
jnxMbgSgwGtpStatsGnS5S8InpByt Counter64,
jnxMbgSgwGtpStatsGnS5S8OutPkt Counter64,
jnxMbgSgwGtpStatsGnS5S8OutByt Counter64,
jnxMbgSgwGtpStatsS1uInpPkt Counter64,
jnxMbgSgwGtpStatsS1uInpByt Counter64,
jnxMbgSgwGtpStatsS1uOutPkt Counter64,
jnxMbgSgwGtpStatsS1uOutByt Counter64,
jnxMbgSgwDedBrCrtAttmpts Counter64,
jnxMbgSgwSuccDedBrCrt Counter64,
jnxMbgSgwSessnDeActvAttmpts Counter64,
jnxMbgSgwSuccSessnDeActv Counter64,
jnxMbgSgwDedBrDeActvAttmpts Counter64,
jnxMbgSgwSuccDedBrDeActv Counter64,
jnxMbgSgwIntrRatHoAttmpts Counter64,
jnxMbgSgwSuccIntrRatHo Counter64,
jnxMbgSgwX2HoAttmpts Counter64,
jnxMbgSgwSuccX2Ho Counter64,
jnxMbgSgwS1HoAttmpts Counter64,
jnxMbgSgwSuccS1Ho Counter64,
jnxMbgSgwIdlMdTauRauAttmpts Counter64,
jnxMbgSgwSuccIdlMdTauRau Counter64,
jnxMbgSgwServReqAttmempts Counter64,
jnxMbgSgwSuccServReq Counter64
}
jnxMbgSgwSMStatsEntry OBJECT-TYPE
SYNTAX JnxMbgSgwSMStatsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry representing Serving Gateway Statistics."
INDEX { jnxMbgGwIndex }
::= { jnxMbgSgwSMStatsTable 1 }
jnxMbgSgwSessnEstAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Session establishment attempts."
::= { jnxMbgSgwSMStatsEntry 1 }
jnxMbgSgwSuccSessnEst OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Sessions established successfully."
::= { jnxMbgSgwSMStatsEntry 2 }
jnxMbgSgwPeerInitDeactv OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Total MS/peer initiated session deactivation attempts.
Deprecated : Reported as zero"
::= { jnxMbgSgwSMStatsEntry 3 }
jnxMbgSgwPeerInitSuccDeactv OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Total MS/peer initiated successful session deactivations.
Deprecated : Reported as zero"
::= { jnxMbgSgwSMStatsEntry 4 }
jnxMbgSgwGwInitDeactv OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Total Gateway initiated session deactivation attempts.
Deprecated : Reported as zero"
::= { jnxMbgSgwSMStatsEntry 5 }
jnxMbgSgwGwInitSuccDeactv OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Total Gateway initiated successful session deactivations.
Deprecated : Reported as zero"
::= { jnxMbgSgwSMStatsEntry 6 }
jnxMbgSgwGtpStatsGnS5S8InpPkt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics (Gn/S5/S8) Input packets."
::= { jnxMbgSgwSMStatsEntry 7 }
jnxMbgSgwGtpStatsGnS5S8InpByt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics (Gn/S5/S8) Input bytes."
::= { jnxMbgSgwSMStatsEntry 8 }
jnxMbgSgwGtpStatsGnS5S8OutPkt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics (Gn/S5/S8) Output packets."
::= { jnxMbgSgwSMStatsEntry 9 }
jnxMbgSgwGtpStatsGnS5S8OutByt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics (Gn/S5/S8) Output bytes."
::= { jnxMbgSgwSMStatsEntry 10 }
jnxMbgSgwGtpStatsS1uInpPkt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics S1-U Input packets."
::= { jnxMbgSgwSMStatsEntry 11 }
jnxMbgSgwGtpStatsS1uInpByt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics S1-U Input bytes."
::= { jnxMbgSgwSMStatsEntry 12 }
jnxMbgSgwGtpStatsS1uOutPkt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics S1-U Output packets."
::= { jnxMbgSgwSMStatsEntry 13 }
jnxMbgSgwGtpStatsS1uOutByt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics S1-U Output bytes."
::= { jnxMbgSgwSMStatsEntry 14 }
jnxMbgSgwDedBrCrtAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Dedicated bearer creation attempts."
::= { jnxMbgSgwSMStatsEntry 15 }
jnxMbgSgwSuccDedBrCrt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Dedicated bearer creations successful."
::= { jnxMbgSgwSMStatsEntry 16 }
jnxMbgSgwSessnDeActvAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Session deactivation attempts."
::= { jnxMbgSgwSMStatsEntry 17 }
jnxMbgSgwSuccSessnDeActv OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Sessions deactivations successful."
::= { jnxMbgSgwSMStatsEntry 18 }
jnxMbgSgwDedBrDeActvAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Dedicated bearer deactivation attempts."
::= { jnxMbgSgwSMStatsEntry 19 }
jnxMbgSgwSuccDedBrDeActv OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Dedicated bearers deactivation successful."
::= { jnxMbgSgwSMStatsEntry 20 }
jnxMbgSgwIntrRatHoAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Inter RAT Handover attempts."
::= { jnxMbgSgwSMStatsEntry 21 }
jnxMbgSgwSuccIntrRatHo OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Inter RAT Handover successful."
::= { jnxMbgSgwSMStatsEntry 22 }
jnxMbgSgwX2HoAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total X2 based handover attempts."
::= { jnxMbgSgwSMStatsEntry 23 }
jnxMbgSgwSuccX2Ho OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total X2 based handovers successful."
::= { jnxMbgSgwSMStatsEntry 24 }
jnxMbgSgwS1HoAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total S1 based handover attempts."
::= { jnxMbgSgwSMStatsEntry 25 }
jnxMbgSgwSuccS1Ho OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total S1 based handovers successful."
::= { jnxMbgSgwSMStatsEntry 26 }
jnxMbgSgwIdlMdTauRauAttmpts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Idle mode TAU/RAU attempts."
::= { jnxMbgSgwSMStatsEntry 27 }
jnxMbgSgwSuccIdlMdTauRau OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Idle mode TAU/RAU successful."
::= { jnxMbgSgwSMStatsEntry 28 }
jnxMbgSgwServReqAttmempts OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Service request attempts."
::= { jnxMbgSgwSMStatsEntry 29 }
jnxMbgSgwSuccServReq OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Service requests successful."
::= { jnxMbgSgwSMStatsEntry 30 }
--
-- Status Table for SGW
--
jnxMbgSgwSMStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxMbgSgwSMStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table listing gateway level status for Serving Gateway.
Key is Gateway Name."
::= { jnxMbgSgwSMObjects 2 }
JnxMbgSgwSMStatusEntry ::= SEQUENCE {
jnxMbgSgwActvSubscribers CounterBasedGauge64,
jnxMbgSgwActvSessions CounterBasedGauge64,
jnxMbgSgwActvBearers CounterBasedGauge64,
jnxMbgSgwIdleSubscribers CounterBasedGauge64,
jnxMbgSgwIdleSessions CounterBasedGauge64,
jnxMbgSgwIdleBearers CounterBasedGauge64,
jnxMbgSgwSuspSubscribers CounterBasedGauge64,
jnxMbgSgwSuspSessions CounterBasedGauge64,
jnxMbgSgwSuspBearers CounterBasedGauge64,
jnxMbgSgwCPUUtil Gauge32,
jnxMbgSgwMemoryUtil Gauge32
}
jnxMbgSgwSMStatusEntry OBJECT-TYPE
SYNTAX JnxMbgSgwSMStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry representing Serving Gateway Status."
INDEX { jnxMbgGwIndex }
::= { jnxMbgSgwSMStatusTable 1 }
jnxMbgSgwActvSubscribers OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total active subscribers."
::= { jnxMbgSgwSMStatusEntry 1 }
jnxMbgSgwActvSessions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total active sessions."
::= { jnxMbgSgwSMStatusEntry 2 }
jnxMbgSgwActvBearers OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total active bearers."
::= { jnxMbgSgwSMStatusEntry 3 }
jnxMbgSgwIdleSubscribers OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total idle subscribers."
::= { jnxMbgSgwSMStatusEntry 4 }
jnxMbgSgwIdleSessions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total idle sessions."
::= { jnxMbgSgwSMStatusEntry 5 }
jnxMbgSgwIdleBearers OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total idle bearers."
::= { jnxMbgSgwSMStatusEntry 6 }
jnxMbgSgwSuspSubscribers OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total suspended subscribers."
::= { jnxMbgSgwSMStatusEntry 7 }
jnxMbgSgwSuspSessions OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total suspended sessions."
::= { jnxMbgSgwSMStatusEntry 8 }
jnxMbgSgwSuspBearers OBJECT-TYPE
SYNTAX CounterBasedGauge64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total suspended bearers."
::= { jnxMbgSgwSMStatusEntry 9 }
jnxMbgSgwCPUUtil OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current CPU Utilization."
::= { jnxMbgSgwSMStatusEntry 10 }
jnxMbgSgwMemoryUtil OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current Memory Utilization."
::= { jnxMbgSgwSMStatusEntry 11 }
jnxMbgSgwSMClRateStatsTable OBJECT-TYPE
SYNTAX SEQUENCE OF JnxMbgSgwClRateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table lists the call rate statistics for
the most recent configured interval for Serving Gateway.
Gateway ID is used as a key."
::= { jnxMbgSgwSMObjects 4 }
JnxMbgSgwClRateEntry ::= SEQUENCE {
jnxMbgSgwClRateIntervalMin Unsigned32,
jnxMbgSgwClRateSuccSessnEst Counter64,
jnxMbgSgwClRateSuccSessnDel Counter64,
jnxMbgSgwClRateStatsGnInpPkt Counter64,
jnxMbgSgwClRateStatsGnOutPkt Counter64,
jnxMbgSgwClRateStatsGnInpByt Counter64,
jnxMbgSgwClRateStatsGnOutByt Counter64
}
jnxMbgSgwSMClRateStatsEntry OBJECT-TYPE
SYNTAX JnxMbgSgwClRateEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry representing a Mobile PDN Gateway Call Rate Statistics."
INDEX { jnxMbgGwIndex }
::= { jnxMbgSgwSMClRateStatsTable 1 }
jnxMbgSgwClRateIntervalMin OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Aggregation interval for call rate statisitcs in minutes."
::= { jnxMbgSgwSMClRateStatsEntry 1 }
jnxMbgSgwClRateSuccSessnEst OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total sessions successfully established."
::= { jnxMbgSgwSMClRateStatsEntry 2 }
jnxMbgSgwClRateSuccSessnDel OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total sessions successfully deleted."
::= { jnxMbgSgwSMClRateStatsEntry 3 }
jnxMbgSgwClRateStatsGnInpPkt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics Gn Input packets."
::= { jnxMbgSgwSMClRateStatsEntry 4 }
jnxMbgSgwClRateStatsGnOutPkt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics Gn Output packets."
::= { jnxMbgSgwSMClRateStatsEntry 5 }
jnxMbgSgwClRateStatsGnInpByt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics Gn Input bytes."
::= { jnxMbgSgwSMClRateStatsEntry 6 }
jnxMbgSgwClRateStatsGnOutByt OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total GTP statistics Gn Output bytes."
::= { jnxMbgSgwSMClRateStatsEntry 7 }
--
-- Notifications Variables
--
jnxMbgSgwSMNotificationVars OBJECT IDENTIFIER
::= { jnxMbgSgwSMObjects 3 }
jnxMbgGwSpicName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This identifies the session-pic"
::= { jnxMbgSgwSMNotificationVars 1 }
jnxMbgSgwTrapGwIndex OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Gateway Index."
::= { jnxMbgSgwSMNotificationVars 2 }
jnxMbgSgwTrapGwName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Gateway Name."
::= { jnxMbgSgwSMNotificationVars 3 }
jnxMbgSgwSMInterfaceName OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"A string that uniquely identifies SGW interface"
::= { jnxMbgSgwSMNotificationVars 4 }
jnxMbgSgwPrevMMState OBJECT-TYPE
SYNTAX INTEGER {
mmdefault(0) ,
mmnormalphase(1) ,
mminphase(2) ,
mmactivephase(3),
mmoutphase(4)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"A string that indicates the maintenance-mode previous state ."
::= { jnxMbgSgwSMNotificationVars 5 }
jnxMbgSgwNewMMState OBJECT-TYPE
SYNTAX INTEGER {
mmdefault(0) ,
mmnormalphase(1) ,
mminphase(2) ,
mmactivephase(3),
mmoutphase(4)
}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"A string that indicates the maintenance-mode new state ."
::= { jnxMbgSgwSMNotificationVars 6 }
--------------------------------------------------
--
-- SGW Alarms List
--
jnxMbgSgwCpuThrStatusHi NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the configured high threshold
for CPU Utilization has been exceeded."
::= { jnxMbgSgwSMNotifications 1 }
jnxMbgSgwCpuThrStatusLow NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the configured low threshold
for CPU Utilization has been reached."
::= { jnxMbgSgwSMNotifications 2 }
jnxMbgSgwCpuThrStatusClear NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that normal thresholds
for CPU Utilization has been reached."
::= { jnxMbgSgwSMNotifications 3 }
jnxMbgSgwMemThrStatusHi NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the configured high threshold
for Memory Utilization has been exceeded."
::= { jnxMbgSgwSMNotifications 4 }
jnxMbgSgwMemThrStatusLow NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the configured low threshold
for Memory Utilization has been reached."
::= { jnxMbgSgwSMNotifications 5 }
jnxMbgSgwMemThrStatusClear NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the normal threshold
for Memory Utilization has been reached."
::= { jnxMbgSgwSMNotifications 6 }
jnxMbgSgwPFEMMStateChange NOTIFICATION-TYPE
OBJECTS { jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName,
jnxMbgSgwSMInterfaceName,
jnxMbgSgwPrevMMState,
jnxMbgSgwNewMMState }
STATUS current
DESCRIPTION
"This notification indicates that the gateway name, PFE interfce name,
interface previous state and new state information during the
in the PFE interface maintenance mode."
::= { jnxMbgSgwSMNotifications 7 }
jnxMbgSgwMSMMStateChange NOTIFICATION-TYPE
OBJECTS { jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName,
jnxMbgSgwSMInterfaceName,
jnxMbgSgwPrevMMState,
jnxMbgSgwNewMMState }
STATUS current
DESCRIPTION
"This notification indicates that the gateway name, MS interfce name,
interface previous state and new state information during the
in the MS interface maintenance mode."
::= { jnxMbgSgwSMNotifications 8 }
jnxMbgSgwAPFEMMStateChange NOTIFICATION-TYPE
OBJECTS { jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName,
jnxMbgSgwSMInterfaceName,
jnxMbgSgwPrevMMState,
jnxMbgSgwNewMMState }
STATUS current
DESCRIPTION
"This notification indicates that the gateway name, APFE interfce name,
interface previous state and new state information during the
in the APFE interface maintenance mode."
::= { jnxMbgSgwSMNotifications 9 }
jnxMbgSgwAMSMMStateChange NOTIFICATION-TYPE
OBJECTS { jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName,
jnxMbgSgwSMInterfaceName,
jnxMbgSgwPrevMMState,
jnxMbgSgwNewMMState }
STATUS current
DESCRIPTION
"This notification indicates that the gateway name, AMS interfce name,
interface previous state and new state information during the
in the AMS interface maintenance mode."
::= { jnxMbgSgwSMNotifications 10 }
jnxMbgSgwQosBearerThrStatusHi NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the configured high threshold
for bearers at gateway level has been exceeded."
::= { jnxMbgSgwSMNotifications 11 }
jnxMbgSgwQosBearerThrStatusLow NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the configured low threshold
for bearers at gateway level has been reached."
::= { jnxMbgSgwSMNotifications 12 }
jnxMbgSgwQosBearerThrStatusClear NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwIndex,
jnxMbgSgwTrapGwName
}
STATUS current
DESCRIPTION
"This notification signifies that the normal threshold
for bearers at gateway level has been reached."
::= { jnxMbgSgwSMNotifications 13 }
jnxMbgSgwGatewayMMStateChange NOTIFICATION-TYPE
OBJECTS {
jnxMbgSgwTrapGwName,
jnxMbgSgwPrevMMState,
jnxMbgSgwNewMMState
}
STATUS current
DESCRIPTION
"This notification indicates that the Gateway identified by
jnxMbgSgwGatewayName undergoes a change in the maintenance
mode state."
::= { jnxMbgSgwSMNotifications 14 }
END
|