-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-MEGACO-EXT-MIB-V1SMI.my
3756 lines (3449 loc) · 120 KB
/
CISCO-MEGACO-EXT-MIB-V1SMI.my
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
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- MIB file created 25-Jan-2007 15:16:52, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-MEGACO-EXT-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-MEGACO-EXT-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
TruthValue, RowStatus, TimeStamp
FROM SNMPv2-TC-v1
InetAddress, InetAddressType
FROM INET-ADDRESS-MIB
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
CiscoPort
FROM CISCO-TC
ciscoExperiment
FROM CISCO-SMI
CMgcGroupIndex
FROM CISCO-MGC-MIB
CvcSpeechCoderRate
FROM CISCO-VOICE-COMMON-DIAL-CONTROL-MIB
CCallControlProfileIndex, CCallControlProfileIndexOrZero
FROM CISCO-MEDIA-GATEWAY-MIB
Counter32SinceReset
FROM CISCO-ATM-TRUNK-MIB
cmedGatewayId, cmedGatewayLinkId, cmedTermId
FROM CISCO-IETF-MEGACO-MIB
Counter, Gauge, TimeTicks
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
ciscoMegacoExtMIB OBJECT IDENTIFIER ::= { ciscoExperiment 104 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200608291200Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
-- Tel: +1 800 553-NETS
-- E-mail: [email protected]
-- Descr
-- The MIB module is an extension of CISCO-IETF-MEGACO-MIB.
-- It defines the attributes of ITU H.248 protocol.
-- RevDate
-- 200608291200Z
-- RevDescr
--
-- Added new objects to cmedxGatewayConfigTable
-- cmedxGatewayDomainName,
-- cmedxGatewayCmbDnAndPortInMID.
-- RevDate
-- 200604211200Z
-- RevDescr
-- Deprecated the following object:
-- cmedxGatewayProvisionRespTime
--
-- Added new objects to cmedxGatewayConfigTable
-- cmedxGatewayMgProvisionRspTime,
-- cmedxGatewayMgcProvisionRspTime,
-- cmedxGatewayMgOrigPendLimit,
-- cmedxGatewayMgcOrigPendLimit
-- for ETSI TISPAN compliance.
--
-- Added new objects to cmedxCommandStatsTable
-- cmedxCmdNumAddPendings,
-- cmedxCmdNumSubtractPendings,
-- cmedxCmdNumMovePendings,
-- cmedxCmdNumModifyPendings,
-- cmedxCmdNumAuditValPendings,
-- cmedxCmdNumAuditCapPendings,
-- cmedxCmdNumNotifyPendings,
-- cmedxCmdNumSrvChgFromMgcPendings,
-- cmedxCmdNumSrvChgFromMgPendings,
-- cmedxCmdTotalPendings.
-- RevDate
-- 200511031200Z
-- RevDescr
-- Added new values from pkgGRI to pkgXnq to
-- CH248Packages.
--
-- Added new objects to cmedxCallReduceControlTable
-- cmedxCrrNotifyState,
-- cmedxCrrNotifyEnabled.
-- cmedxCurrentCallState
--
-- Added new objects to cmedxProfileTable
-- cmedxProfileComfortNoiseGenerate
--
-- Added new objects to cmedxCommandStatsTable
-- cmedxCmdTotalFails,
-- cmedxCmdTotalSucceeds,
-- cmedxCmdTotal.
--
-- Added the following tables -
-- cmedxOverloadControlTable,
-- cmedxCommandProcStatsTable,
-- cmedxOverloadStatsTable,
-- cmedxOverloadResourceStatsTable
--
-- Added the following objects to cmedxGatewayConfigTable:
-- cmedxGatewaySctpAssocId,
-- cmedxGatewaySrvChgProfile,
-- cmedxGatewaySrvChgProfileVer,
-- cmedxGatewayMsgTokenType.
-- RevDate
-- 200504251200Z
-- RevDescr
-- Added 6 more packet ids in CH248Packages:
-- pkgBCAS (20),
-- pkgRBS (21),
-- pkgOSES (22),
-- pkgAMET (23),
-- pkgBCASAddr (24),
-- pkgCASBlock (25)
-- to handle the CAS state of the gateway link.
-- RevDate
-- 200406031200Z
-- RevDescr
-- (a) Note: There is a typo in the MIB.
-- The UNITS of the object cmedxGatewayInactivityTime
-- has been changed to '10 milliseconds'.
-- (b) Added two new objects,
-- cmedxGatewayAdminAction
-- cmedxGatewayServiceState
-- to handle the service state of the gateway link.
-- (c) Added four new objects,
-- cmedxProfileOriginatingCotTx
-- cmedxProfileOriginatingCotRx
-- cmedxProfileTerminatingCotTx
-- cmedxProfileTerminatingCotRx
-- to handle COT.
-- (d) Added pktLLTR(19) to CH248Packages TC.
-- (e) Added 3 new objects,
-- cmedxGatewayDynamicTpktVersion
-- cmedxGatewayMaxCommandMsgSize
-- cmedxGatewayMaxReplyMsgSize
-- for TCP layer and the maximum size of command and reply
-- message of H248.
-- RevDate
-- 200310131200Z
-- RevDescr
-- Initial version of this MIB module.
ciscoMegacoExtMIBNotifications OBJECT IDENTIFIER ::= { ciscoMegacoExtMIB 0 }
ciscoMegacoExtMIBObjects OBJECT IDENTIFIER ::= { ciscoMegacoExtMIB 1 }
cmedxConfig OBJECT IDENTIFIER ::= { ciscoMegacoExtMIBObjects 1 }
cmedxStats OBJECT IDENTIFIER ::= { ciscoMegacoExtMIBObjects 2 }
ciscoMegacoExtConformance OBJECT IDENTIFIER ::= { ciscoMegacoExtMIB 2 }
cmedxCompliances OBJECT IDENTIFIER ::= { ciscoMegacoExtConformance 1 }
cmedxGroups OBJECT IDENTIFIER ::= { ciscoMegacoExtConformance 2 }
CH248Packages ::= OCTET STRING(SIZE(1..5))
-- BITS are:
-- pkgG(0)
-- pkgRoot(1)
-- pkgToneGen(2)
-- pkgToneDet(3)
-- pkgDG(4)
-- pkgDD(5)
-- pkgCG(6)
-- pkgCD(7)
-- pkgCT(8)
-- pkgNT(9)
-- pkgRTP(10)
-- pkgTDMC(11)
-- pkgAN(12)
-- pkgBCG(13)
-- pkgXCG(14)
-- pkgSrvTn(15)
-- pkgXsrvTn(16)
-- pkgChp(17)
-- pkgIT(18)
-- pkgLLTR(19)
-- pkgBCAS(20)
-- pkgRBS(21)
-- pkgOSES(22)
-- pkgAMET(23)
-- pkgBCASAddr(24)
-- pkgCASBlock(25)
-- pkgGRI(26)
-- rtcpxr(27)
-- xrbm(28)
-- qac(29)
-- pkgDS(30)
-- pkgETerm(31)
-- pkgXnq(32)
-- pkgCTYP(33)
-- pkgIPFAX(34)
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This textual convention defines all possible packages in
-- H.248 protocol.
CMedxCotTones ::= INTEGER {
co1(1),
co2(2)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This textual convention defines the tones to be used
-- between originating gateway and terminating gateway in
-- the COT (Continuity Test).
-- co1 (1) - CO1 is either 2000Hz or 2010Hz depending on
-- the region/country regulation.
-- co2 (2) - CO2 is always 1780Hz.
cmedxGatewayConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CmedxGatewayConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The Cisco media gateway configuration extended table defines
the parameters related to the configuration of the media
gateway in H.248 protocol.
Each entry represents an instance of an H.248 Gateway Link."
::= { cmedxConfig 1 }
cmedxGatewayConfigEntry OBJECT-TYPE
SYNTAX CmedxGatewayConfigEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry containing additional H.248 protocol related
configuration applicable to a media gateway.
The following objects must be provided when the entry
is created, and they can not be modified after the entry
becomes active:
cmedxGatewayMgcGroupIndex,
cmedxGatewayIpAddressIndex."
INDEX { cmedGatewayId, cmedGatewayLinkId }
-- Augments cmedGatewayConfigEntry FROM CISCO-IETF-MEGACO-MIB
::= { cmedxGatewayConfigTable 1 }
CmedxGatewayConfigEntry ::= SEQUENCE {
cmedxGatewayMgcGroupIndex CMgcGroupIndex,
cmedxGatewayIpAddressIndex Gauge,
cmedxGatewayAssociationId Gauge,
cmedxGatewayMaxContexts Gauge,
cmedxGatewayMaxTermsInContext Gauge,
cmedxGatewayMgExecTime Gauge,
cmedxGatewayMgcExecTime Gauge,
cmedxGatewayProvisionRespTime Gauge,
cmedxGatewayNumConnRetries Gauge,
cmedxGatewayMaxWaitingDelay Gauge,
cmedxGatewayRestartDelay Gauge,
cmedxGatewayRespRetentionTime Gauge,
cmedxGatewayInitialRtt Gauge,
cmedxGatewayInactivityTime Gauge,
cmedxGatewayHeaderAddrType InetAddressType,
cmedxGatewayDownServiceDelay INTEGER,
cmedxGatewayActiveMgcAddress InetAddress,
cmedxGatewayActiveMgcDomain SnmpAdminString,
cmedxGatewayActiveMgcPortNum CiscoPort,
cmedxGatewayStateChangeReason INTEGER,
cmedxGatewayStateChangeMethod INTEGER,
cmedxGatewayAdminAction INTEGER,
cmedxGatewayServiceState INTEGER,
cmedxGatewayDynamicTpktVersion TruthValue,
cmedxGatewayMaxCommandMsgSize Gauge,
cmedxGatewayMaxReplyMsgSize Gauge,
cmedxGatewaySctpAssocId Gauge,
cmedxGatewaySrvChgProfile SnmpAdminString,
cmedxGatewaySrvChgProfileVer Gauge,
cmedxGatewayMsgTokenType INTEGER,
cmedxGatewayMgProvisionRspTime Gauge,
cmedxGatewayMgcProvisionRspTime Gauge,
cmedxGatewayMgOrigPendLimit Gauge,
cmedxGatewayMgcOrigPendLimit Gauge,
cmedxGatewayDomainName SnmpAdminString,
cmedxGatewayCmbDnAndPortInMID TruthValue
}
cmedxGatewayMgcGroupIndex OBJECT-TYPE
SYNTAX CMgcGroupIndex
-- Rsyntax INTEGER(1..12)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the MGC group parameters associated
with MGC group index. Those parameters are for the
communication between this media gateway and the MGCs
in the group.
The value of this object is the same as cMgcGrpIndex
of cMgcGrpParamTable."
::= { cmedxGatewayConfigEntry 1 }
cmedxGatewayIpAddressIndex OBJECT-TYPE
SYNTAX Gauge(1..64)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the media gateway IP address.
It is the index of the entry in cMediaGwIpConfigTable
which defines the media gateway address over control
type PVC."
::= { cmedxGatewayConfigEntry 2 }
cmedxGatewayAssociationId OBJECT-TYPE
SYNTAX Gauge(1..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the unique identification of the
H.248 association assigned by the H.248 Stack."
::= { cmedxGatewayConfigEntry 3 }
cmedxGatewayMaxContexts OBJECT-TYPE
SYNTAX Gauge(1..4294967295)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Maximum number of contexts is allowed in this media
gateway link."
DEFVAL { 100 }
::= { cmedxGatewayConfigEntry 4 }
cmedxGatewayMaxTermsInContext OBJECT-TYPE
SYNTAX Gauge(1..100)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Maximum number of terminations per context in this media
gateway link."
DEFVAL { 10 }
::= { cmedxGatewayConfigEntry 5 }
cmedxGatewayMgExecTime OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the interval within which the MGC
expects a response to any transaction from the MG (exclusive
of network delay specified by the object
cmedxGatewayInitialRtt)."
REFERENCE
"RFC2885, E.2.1 Properties."
DEFVAL { 5000 }
::= { cmedxGatewayConfigEntry 6 }
cmedxGatewayMgcExecTime OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the interval within which the MG
should expects a response to any transaction from the MGC
(exclusive of network delay specified by the object
cmedxGatewayInitalRtt)."
REFERENCE
"RFC2885, E.2.1 Properties."
DEFVAL { 5000 }
::= { cmedxGatewayConfigEntry 7 }
cmedxGatewayProvisionRespTime OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- milliseconds
ACCESS read-write
STATUS deprecated
DESCRIPTION
"This object specifies the time within which to expect a
Pending Response if a transaction cannot be completed in
the media gateway and in the MGCs of the media gateway
link.
The value of this object should be less than
the value of cmedxGatewayMgExecTime and the value
of cmedxGatewayMgcExecTime.
This object is depricated due to the object name,
default value and description are wrong. This object
is replaced by 'cmedxGatewayMgProvisionRspTime'."
DEFVAL { 2000 }
::= { cmedxGatewayConfigEntry 8 }
cmedxGatewayNumConnRetries OBJECT-TYPE
SYNTAX Gauge(0..100)
-- Units
-- times
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The number of times the media gateway retries to
connect to MGC before it sends out disconnect command."
DEFVAL { 11 }
::= { cmedxGatewayConfigEntry 9 }
cmedxGatewayMaxWaitingDelay OBJECT-TYPE
SYNTAX Gauge(0..600000)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"When a media gateway is powered on, it should initiate
a restart timer to a random value, uniformly distributed
between 0 and the value specified in this object (the
maximum waiting delay, MWD). After restart timer timeout,
the media gateway can initiate the ServiceChange
transaction. This is a way to prevent the MGC is swamped
by many gateways powered up at the same time."
DEFVAL { 3000 }
::= { cmedxGatewayConfigEntry 10 }
cmedxGatewayRestartDelay OBJECT-TYPE
SYNTAX Gauge(0..600)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies The time delay before the media
gateway accept any call from MGC after it sends
the command 'ServiceChange' with a 'Restart'."
DEFVAL { 200 }
::= { cmedxGatewayConfigEntry 11 }
cmedxGatewayRespRetentionTime OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the time till which the responses
should be retained before they are sent if they receive
a repetition of a transaction that is still being
executed."
DEFVAL { 30 }
::= { cmedxGatewayConfigEntry 12 }
cmedxGatewayInitialRtt OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Initial round-trip time for the H.248 transaction to
be responded. It reflects the network delay time."
DEFVAL { 1000 }
::= { cmedxGatewayConfigEntry 13 }
cmedxGatewayInactivityTime OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- 10 milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the the period of silence
between messages from MGC. If the period of silence
exceeds the value of this object, then a Notify command
with inactive MGC event is generated from the media gateway.
The value of 0 is to disable the inactivity detection
on the media gateway."
REFERENCE
"H.248 Gateway Control Protocol, Version 2
Inactivity Timer Package (IT)."
DEFVAL { 1000 }
::= { cmedxGatewayConfigEntry 14 }
cmedxGatewayHeaderAddrType OBJECT-TYPE
SYNTAX InetAddressType
-- Rsyntax INTEGER {
-- ?? enum value of zero may cause problems
-- unknown(0),
-- ipv4(1),
-- ipv6(2),
-- ipv4z(3),
-- ipv6z(4),
-- dns(16)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The address type in the H.248 message header."
DEFVAL { ipv4 }
::= { cmedxGatewayConfigEntry 15 }
cmedxGatewayDownServiceDelay OBJECT-TYPE
SYNTAX INTEGER(-1..65535)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the grace period before the media
gateway link to be taken out of service.
The value of 0 means to take the media gateway link out
of service forcefully without any delay.
The value of -1 means not to take the media gateway link
out of service until all currently active contexts have
been cleared."
DEFVAL { 0 }
::= { cmedxGatewayConfigEntry 16 }
cmedxGatewayActiveMgcAddress OBJECT-TYPE
SYNTAX InetAddress
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The address of the currently active MGC in this media
gateway link."
::= { cmedxGatewayConfigEntry 17 }
cmedxGatewayActiveMgcDomain OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(0..64))
-- Rsyntax OCTET STRING(SIZE(0..64))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The domain name of the currently active MGC in this media
gateway link."
::= { cmedxGatewayConfigEntry 18 }
cmedxGatewayActiveMgcPortNum OBJECT-TYPE
SYNTAX CiscoPort
-- Rsyntax INTEGER(0..65535)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The transport layer port number of the currently active
MGC in this media gateway link."
::= { cmedxGatewayConfigEntry 19 }
cmedxGatewayStateChangeReason OBJECT-TYPE
SYNTAX INTEGER {
mgcDirected(1),
mgDirected(2),
mgcNotReachable(3),
numRetriesExpired(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the reason for the operational state
change (cmedGatewayOperStatus) in the media gateway link.
mgcDirected (1) - The state change is directed from MGC.
mgDirected (2) - The state change is directed from MG.
mgcNotReachable (3) - The transport address of MGC is not
reachable.
numRetriesExpired (4) - The number of retires for connecting
MGC has exhausted (cmedxGatewayNumConnRetries)."
::= { cmedxGatewayConfigEntry 20 }
cmedxGatewayStateChangeMethod OBJECT-TYPE
SYNTAX INTEGER {
other(1),
graceful(2),
forced(3),
handoff(4),
failover(5),
restart(6),
disconnect(7),
cancelGraceful(8)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates the method for the operational state
change (cmedGatewayOperStatus) in the media gateway link.
other (1) - None of the methods listed below.
graceful (2) - The state change to 'down(2)' is by the way
of graceful out of service.
forced (3) - The state change to 'down(2)' is by the way
of forced out of service.
handoff (4) - The state change is by the way that the MGC
hands off to another MGC.
failover (5) - The state change is by the way that MG
reconnects to current MGC because of the
failure of previous MGC.
restart (6) - The state change is by the way that MG or MGC
restarts.
disconnect (7) - The state change is by the way that MG
brings down the service because of the MG port
has been modified, the number of retries
has exhausted, or the inactivity timer has
expired.
cancelGraceful (8) - After issuing graceful out of service
with a delay (cmedxGatewayDownServiceDelay>0),
MG then sends an in-service command before the
delay has been expired."
::= { cmedxGatewayConfigEntry 21 }
cmedxGatewayAdminAction OBJECT-TYPE
SYNTAX INTEGER {
up(1),
downForceful(2),
downGraceful(3),
cancelGraceful(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the action that users used to
change the service state of the media gateway link.
This object can be modified while the entry is active.
up (1) - Bring the service state up. The value
of cmedxGatewayDownServiceDelay will be
ignored.
downForceful (2) - Bring the service state down without any
delay. All current active calls will be
torn down forcefully. The value of
cmedxGatewayDownServiceDelay must be 0.
downGraceful (3) - Bring the service state down but wait
until currently active calls are
terminated by users. The value of
cmedxGatewayDownServiceDelay must be
greater than 0.
cancelGraceful(4) - While waiting for all currently active
calls to be terminated by users during
the downGraceful action, this
value can be used to cancel the previous
action 'downGraceful(3)'.
The value of cmedxGatewayDownServiceDelay
will be ignored."
DEFVAL { downForceful }
::= { cmedxGatewayConfigEntry 22 }
cmedxGatewayServiceState OBJECT-TYPE
SYNTAX INTEGER {
inService(1),
pendingIs(2),
outOfService(3),
pendingFoos(4),
pendingGoos(5),
mgcDirectOos(6)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object indicates current operation status of the media
gateway link.
inService (1) - The media gateway link is in-service.
pendingIs (2) - The media gateway link is in the process
of establishing the service between MG
and MGC.
outOfService (3) - The service of the media gateway link is
completely down due to the action of
setting cmedxGAtewayAdminAction to
'downForceful(2)' or to 'downGraceful(3)'.
pendingFoos (4) - The media gateway link is in the process
of bringing down the service in response to
the action of setting object
cmedxGAtewayAdminAction to
'downForceful(2)'.
pendingGoos (5) - The media gateway link is in the process
of bringing down the service in response to
the action of setting object
cmedxGAtewayAdminAction to
'downGraceful(3)'.
mgcDirectOos (6) - The media gateway link is out-of-service
due to MGC disable the link.
This state should occur very rarely,
the way to recover from this state is to set
cmedxGAtewayAdminAction to 'up(1)' or
'downForceful(2)'"
::= { cmedxGatewayConfigEntry 23 }
cmedxGatewayDynamicTpktVersion OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the TPKT header version that is
dynamically assigned based on the size of the packet
presented to TCP layer.
The TPKT header version is set to 3 when the size of packet
is represented by 2 octets of packet length field for
the message (TPDU) sizes less than or equal to 65531 octets.
If this object is set to 'true':
- The TPKT header version is set to 4 when the size of packet
is represented by 4 octets of packet length field for
the message (TPDU) sizes greater than 65531 octets.
If this object is set to 'false':
- An error in message is sent to MGC if the TPDU
size exceeds 65531 octets indicating that response size
exceeded maximum PDU size."
REFERENCE
"RFC1006"
DEFVAL { true }
::= { cmedxGatewayConfigEntry 24 }
cmedxGatewayMaxCommandMsgSize OBJECT-TYPE
SYNTAX Gauge(1..4096)
-- Units
-- Kbyte
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the maximum message size on
this gateway link for a H248 transaction containing
the media gateway initiated commands.
For example, this object would limit the size of a
H248 transaction containing the media gateway
initiated ServiceChange command message.
The value of the object cannot be modified if
the entry is active."
DEFVAL { 2 }
::= { cmedxGatewayConfigEntry 25 }
cmedxGatewayMaxReplyMsgSize OBJECT-TYPE
SYNTAX Gauge(1..4096)
-- Units
-- Kbyte
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the maximum message size on
this gateway link for a H248 transaction containing
the media gateway reply messages to MGC.
For example, this object would limit the size of a
H248 transaction containing the media gateway
reply message to the MGC initiated AuditValue command.
The value of the object cannot be modified if
the entry is active."
DEFVAL { 250 }
::= { cmedxGatewayConfigEntry 26 }
cmedxGatewaySctpAssocId OBJECT-TYPE
SYNTAX Gauge(0..255)
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This object specifies the SCTP association ID associated
with the H.248 association. This SCTP association ID
is the index (cSctpAssocId) of the entry in cSctpAssocTable.
If the SCTP ID value is 0, it indicates no SCTP association."
::= { cmedxGatewayConfigEntry 27 }
cmedxGatewaySrvChgProfile OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(1..16))
-- Rsyntax OCTET STRING(SIZE(1..16))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the profile name used in the profile
parameter of ServiceChange message to specify the attributes
and behaviors of the media gateway."
DEFVAL { "CISCO_TGW" }
::= { cmedxGatewayConfigEntry 28 }
cmedxGatewaySrvChgProfileVer OBJECT-TYPE
SYNTAX Gauge(1..99)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the version of the profile indicated
in cmedxGatewaySrvChgProfile."
DEFVAL { 1 }
::= { cmedxGatewayConfigEntry 29 }
cmedxGatewayMsgTokenType OBJECT-TYPE
SYNTAX INTEGER {
shortFormat(1),
longFormat(2)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the H248 message is in short formatted
PDU or long formatted PDU."
REFERENCE
"Annex B of H.248.1"
DEFVAL { shortFormat }
::= { cmedxGatewayConfigEntry 30 }
cmedxGatewayMgProvisionRspTime OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the time within which to expect a
Pending Response if a transaction cannot be completed in
the media gateway and in the MGCs of the media gateway
link.
The value of this object should be greater than the value
of cmedxGatewayMgExecTime."
REFERENCE
"Annex E.2 of H.248.1 version 2"
DEFVAL { 3000 }
::= { cmedxGatewayConfigEntry 31 }
cmedxGatewayMgcProvisionRspTime OBJECT-TYPE
SYNTAX Gauge(0..65535)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the time within which to expect a
Pending Response from the MGC if a transaction cannot be
completed.
The value of this object should be greater than the value
of cmedxGatewayMgcExecTime."
REFERENCE
"Annex E.2 of H.248.1 version 2"
DEFVAL { 3000 }
::= { cmedxGatewayConfigEntry 32 }
cmedxGatewayMgOrigPendLimit OBJECT-TYPE
SYNTAX Gauge(0..65535)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the number of TransactionPendings
that MG will send. Once this limit is exceeded, MG will
send a TransactionReply with Error 506."
REFERENCE
"Annex E.2 of H.248.1 version 2"
DEFVAL { 3 }
::= { cmedxGatewayConfigEntry 33 }
cmedxGatewayMgcOrigPendLimit OBJECT-TYPE
SYNTAX Gauge(0..65535)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the number of TransactionPendings
that MG expects to receive. Once this limit is exceeded,
MG will assume a TransactionReply with Error 506."
REFERENCE
"Annex E.2 of H.248.1 version 2"
DEFVAL { 3 }
::= { cmedxGatewayConfigEntry 34 }
cmedxGatewayDomainName OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(0..255))
-- Rsyntax OCTET STRING(SIZE(0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the unique domain name to be
used for each gateway link. This object is relevant
only if cmedxGatewayHeaderAddrType is set to 'dns'.
The agent won't allow any attempt to set this value
for other address types. This domain name is expected
to be resolved to a valid IP address through the use of
a DNS located in the network. The default value of this
object is NULL string."
DEFVAL { "" }
::= { cmedxGatewayConfigEntry 35 }
cmedxGatewayCmbDnAndPortInMID OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies whether the MID should be a
combination of the transport port number and the
domain name represented by cmedGatewayPort and
cmedxGatewayDomainName respectively, when
cmedxGatewayHeaderAddrType is 'dns' .
A value of 'true' indicates that the MID will be a
combination of the domain name and the transport port
number.
A value of 'false' indicates that MID will contain
only the domain name and not the port number.
The agent won't allow any attempt to set this object
for other address types. "
REFERENCE
"(1) Annex B.2 of H.248.1 version 2
(2) cmedGatewayPort, CISCO-IETF-MEGACO-MIB. "
DEFVAL { true }
::= { cmedxGatewayConfigEntry 36 }
cmedxTerminationTypeTable OBJECT-TYPE
SYNTAX SEQUENCE OF CmedxTerminationTypeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table defines the attributes of a termination type
for a group of ephemeral terminations."
::= { cmedxConfig 2 }
cmedxTerminationTypeEntry OBJECT-TYPE
SYNTAX CmedxTerminationTypeEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Each entry represents one termination type for a group
of ephemeral terminations in H.248.
When creating an entry, the object cmedxTermType have to be
provided."
INDEX { cmedGatewayId, cmedxTermTypeId }
::= { cmedxTerminationTypeTable 1 }
CmedxTerminationTypeEntry ::= SEQUENCE {
cmedxTermTypeId Gauge,
cmedxTermType INTEGER,
cmedxTermTypeProfileId CCallControlProfileIndexOrZero,
cmedxTermTypePkgIds CH248Packages,
cmedxTermTypeRowStatus RowStatus
}
cmedxTermTypeId OBJECT-TYPE
SYNTAX Gauge(1..65535)
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An unique identification number that is assigned to
the termination type by the manager"
::= { cmedxTerminationTypeEntry 1 }
cmedxTermType OBJECT-TYPE
SYNTAX INTEGER {
unknown(1),
scn(2),
pdnRtp(3),
pdnAtmAal1(4),
pdnAtmAal2(5)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the type of a group of ephemeral
terminations.
unknown (1) - none of the types listed below.
scn (2) - SCN/DS terminations
pdnRtp (3) - PDN terminations of RTP type.
pdnAtmAal1 (4) - PDN terminations of ATM type with
AAL1 adaptation layer.
pdnAtmAal2 (5) - PDN terminations of ATM type with
AAL2 adaptation layer.
If the value of this object is set to scn(2) or pdnRtp(3),
the value of cmedxProfileAtmAalType for the profile of this
termination type should be other(1).
If the value of this object is set to pdnAtmAal1(4),
the value of cmedxProfileAtmAalType for the profile of this
termination type should be aal1(2), aal1Sdt(3), or
aal1Udt(4).
If the value of this object is set to pdnAtmAal2(5),
the value of cmedxProfileAtmAalType for the profile of this
termination type should be aal2(5)."
DEFVAL { pdnRtp }
::= { cmedxTerminationTypeEntry 2 }
cmedxTermTypeProfileId OBJECT-TYPE
SYNTAX CCallControlProfileIndexOrZero
-- Rsyntax Gauge(0..65535)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The property profile identifier with which the terminations
within this termination type will be associated."
DEFVAL { 0 }
::= { cmedxTerminationTypeEntry 3 }
cmedxTermTypePkgIds OBJECT-TYPE
SYNTAX CH248Packages
-- Rsyntax OCTET STRING(SIZE(1..5))
-- BITS are:
-- pkgG(0)
-- pkgRoot(1)
-- pkgToneGen(2)