forked from taishin/vendor_mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CISCO-MEDIA-GATEWAY-MIB.my
2282 lines (1967 loc) · 75.2 KB
/
CISCO-MEDIA-GATEWAY-MIB.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
-- *********************************************************************
-- CISCO-MEDIA-GATEWAY-MIB
--
-- This MIB defines the attributes of a Media Gateway.
--
-- March 2003 Yizhong Shen
--
-- Copyright (c) 2003, 2004, 2005 by cisco Systems, Inc.
-- All rights reserved.
--
-- *********************************************************************
CISCO-MEDIA-GATEWAY-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32, Gauge32, Unsigned32
FROM SNMPv2-SMI
RowStatus, TruthValue, TEXTUAL-CONVENTION
FROM SNMPv2-TC
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
InterfaceIndexOrZero
FROM IF-MIB
InetAddress, InetAddressType,
InetAddressPrefixLength,
InetPortNumber
FROM INET-ADDRESS-MIB
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
CiscoPort, EntPhysicalIndexOrZero
FROM CISCO-TC
ciscoMgmt
FROM CISCO-SMI;
ciscoMediaGatewayMIB MODULE-IDENTITY
LAST-UPDATED "200902250000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"The MIB module for managing Trunk Media Gateway.
A Media Gateway is a network element that provides conversion
between the audio signals carried on telephone circuits and
data packets carried over the Internet or over other packet
data networks.
Trunk Media Gateway interface is between the telephone network
and a Voice over IP/ATM network.
The interface on a Trunk Gateway terminates a trunk connected
to PSTN switch (e.g., Class 5, Class 4, etc.).
Media Gateways use a call control architecture where the call
control 'intelligence' is outside the gateways and handled by
external call control elements, called Media Gateway
Controllers (MGCs).
The MGCs or Call Agents, synchronize with each other to
send coherent commands to the gateways under their control.
MGCs use master/slave protocols to command the gateways under
their control. Examples of these protocols are:
* Simple Gateway Control Protocol
* Media Gateway Control Protocol
* Megaco (H.248)
* Simple Resource Control Protocol
To connect MG to MGCs using these control protocols through
an IP/UDP Ports which must be configured. To resolve IP
Addresses, DNS name services may be used.
"
REVISION "200902250000Z"
DESCRIPTION
"Added object cmgwV23Enabled to
cMediaGwTable."
REVISION "200606150000Z"
DESCRIPTION
"Added object cmgwLawInterceptEnabled to
cMediaGwTable.
Added object cMediaGwCcCfgDefRtpNamePrefix to
cMediaGwCallControlConfigTable.
"
REVISION "200509010000Z"
DESCRIPTION
"Added object cmgwSrcFilterEnabled to
cMediaGwTable.
Added object cmgwSignalProtocolConfigVer
to cmgwSignalProtocolTable.
Added cMediaGwRscStatsTable."
REVISION "200411190000Z"
DESCRIPTION
"Added object cmgwSignalProtocolPreference to
cmgwSignalProtocolTable."
REVISION "200407300000Z"
DESCRIPTION
"(1) Added the following objects:
cmgwVtMappingMode,
cMediaGwCcCfgDefBearerTraffic,
cmgwSignalMgcProtocolPort
(2) Added new enum 'tgcp' to cmgwSignalProtocol
"
REVISION "200304070000Z"
DESCRIPTION
"Initial version of this MIB module"
::= { ciscoMgmt 324 }
--
-- Object Identifiers used for Packetized Voice Switch Management
--
ciscoMediaGatewayMIBNotifs OBJECT IDENTIFIER
::= {ciscoMediaGatewayMIB 0}
ciscoMediaGatewayMIBObjects OBJECT IDENTIFIER
::= { ciscoMediaGatewayMIB 1 }
cMediaGwConfig OBJECT IDENTIFIER
::= { ciscoMediaGatewayMIBObjects 1 }
cMediaGwStats OBJECT IDENTIFIER
::= { ciscoMediaGatewayMIBObjects 2 }
-- *********************************************************************
-- TEXTUAL CONVENTIONS USED IN THIS MIB
-- *********************************************************************
CGwServiceState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention defines the service state of media
gateway.
The possible service states are:
inService:
Gateway is ready to provide service.
In this state, Gateway will respond to connection control
requests, send autonomous messages to the call agent
as applicable, etc.
forcedOutOfService:
Gateway is in Out-Of-Service State.
All calls destroyed on the GW.
A Service Change message with FORCED method is sent to CA.
No new connections are allowed.
gracefulOutOfService:
Gateway is in Out-Of-Service State.
All existing calls will not be affected.
A Service Change message with GRACEFUL method is sent to CA.
No new connections are allowed."
SYNTAX INTEGER {
inService (1),
forcedOutOfService (2),
gracefulOutOfService (3)
}
CGwAdminState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention defines the administrative state of
media gateway.
The possible administrative states are as follows:
inService:
Gateway would be restored to in-service status
and a ServiceChange with method RESTART message will be
sent to Call Agent
forcefulOutOfService:
Gateway would be in Out-Of-Service State
Any existing connections on the GW will be deleted.
A ServiceChange with method FORCED message will be
sent to call agent.
New connections would be blocked.
gracefulOutOfService:
Gateway would be in in Out-Of-Service State
Any existing connections on the GW will not be affected.
A ServiceChange with method GRACEFUL message will be
sent to call agent.
New connections would be blocked."
SYNTAX INTEGER {
inService (1),
forcedOutOfService (2),
gracefulOutOfService (3)
}
GatewayLifNumber ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"An index that uniquely identifies a LIF (Logical Interface)
in the media gateway.
LIF is a logical interface which groups TDM(DS1) interfaces
into packet resource partitions (PVCs) in the media gateway.
LIF is used for:
AAL5 (VoIP) switching
AAL2 (VoATM) switching, only if support virtual gateway "
SYNTAX Unsigned32 (1..255)
CVoiceTonePlanIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention defines the type of index for
identifying a voice tone plane in a Media gateway."
SYNTAX Unsigned32 (1..65535)
CVoiceTonePlanIndexOrZero ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention uniquely identifies the voice tone plan
to be used in a voice DS0 group.
The value of 0 means the default tone plan specified in
the media gateway (the value of cMediaGwCcCfgDefaultTonePlanId)
to be used.
A value greater than 0 means the tone plan specified by the
index of the cvtcTonePlanTable to be used (same as
cvtcTonePlanId)."
SYNTAX Unsigned32 (0..65535)
CCallControlProfileIndex ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention defines the type of index that is
used for identifying a call control profile of XGCP and
H.248 protocol."
SYNTAX Unsigned32 (1..65535)
CCallControlProfileIndexOrZero ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention is an extension of the
CCallControlProfileIndex convention.
The latter defines a greater than zero value used to identify
a call control profile in a media gateway.
This extension permits the additional value of zero.
The value of '0' means the default call control profile of the
media gateway."
SYNTAX Unsigned32 (0..65535)
CCallControlJitterDelayMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"This textual convention defines the jitter buffer mode in
a call connection.
adaptive(1) - means to use jitter nominal delay as the
initial jitter buffers size and let the DSP
pick the optimal value of the jitter buffer
size between the range of jitter maximum delay
and jitter minimum delay.
fixed(2) - means to use a constant jitter buffer size
which is specified by jitter nominal delay.
"
SYNTAX INTEGER {
adaptive (1),
fixed (2)
}
-- *********************************************************************
-- cMediaGwTable
-- *********************************************************************
cMediaGwTable OBJECT-TYPE
SYNTAX SEQUENCE OF CMediaGwEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the global media gateway parameters
information.
It supports the modification of the global media gateway
parameters."
::= { cMediaGwConfig 1 }
cMediaGwEntry OBJECT-TYPE
SYNTAX CMediaGwEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A Media Gateway Entry.
At system power-up, an entry is created by the agent
if the system detects a media gateway module has been added
to the system, and an entry is deleted if the entry associated
media gateway module has been removed from the system."
INDEX { cmgwIndex }
::= { cMediaGwTable 1 }
CMediaGwEntry::= SEQUENCE {
cmgwIndex Integer32,
cmgwDomainName SnmpAdminString,
cmgwPhysicalIndex EntPhysicalIndexOrZero,
cmgwServiceState CGwServiceState,
cmgwAdminState CGwAdminState,
cmgwGraceTime Integer32,
cmgwVtMappingMode INTEGER,
cmgwSrcFilterEnabled TruthValue,
cmgwLawInterceptEnabled TruthValue,
cmgwV23Enabled TruthValue
}
cmgwIndex OBJECT-TYPE
SYNTAX Integer32 (1..2147483647)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index that uniquely identifies an entry in the
cMediaGwTable."
::= { cMediaGwEntry 1 }
cmgwDomainName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is used to represent a domain name under which
the Media Gateway could also be registered in a DNS name
server.
The value of this object reflects the value of
cmgwConfigDomainName from the entry with a value of
'gateway(1)' for object cmgwConfigDomainNameEntity of
cMediaGwDomainNameConfigTable.
If there is no entry in cMediaGwDomainNameConfigTable with
'gateway(1)' of cmgwConfigDomainNameEntity, then
the value of this object will be empty string."
::= { cMediaGwEntry 2 }
cmgwPhysicalIndex OBJECT-TYPE
SYNTAX EntPhysicalIndexOrZero
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object represents the entPhysicalIndex of the
card in which media gateway is running. It will contain
value 0 if the entPhysicalIndex value is not available or
not applicable"
::= { cMediaGwEntry 3 }
cmgwServiceState OBJECT-TYPE
SYNTAX CGwServiceState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the current service state of the Media
Gateway.
This object is controlled by 'cmgwAdminState'
object."
::= { cMediaGwEntry 4 }
cmgwAdminState OBJECT-TYPE
SYNTAX CGwAdminState
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to change the service state of
the Media Gateway from inService to outOfService or from
outOfService to inService.
The resulting service state of the gateway is represented
by 'cmgwServiceState'."
::= { cMediaGwEntry 5 }
cmgwGraceTime OBJECT-TYPE
SYNTAX Integer32(-1..65535)
UNITS "seconds"
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to represent grace period.
The grace period (restart delay in RSIP message) is
expressed in a number of seconds.
It means how soon the gateway will be taken out of service.
The value -1 indicates that the grace period time is
disabled."
DEFVAL { -1 }
::= { cMediaGwEntry 6 }
cmgwVtMappingMode OBJECT-TYPE
SYNTAX INTEGER {
standard (1),
titan (2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to represent the VT (sonet Virtual
Tributary) counting.
standard - standard counting (based on Bellcore TR253)
titan - TITAN5500 counting (based on Tellabs TITAN 5500)
Note: 'titan' is valid only if sonet line medium type
(sonetMediumType of SONET-MIB) is 'sonet' and
sonet path payload type (cspSonetPathPayload of
CISCO-SONET-MIB) is 'vt15vc11'.
"
::= { cMediaGwEntry 7 }
cmgwSrcFilterEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to enable or disable the source IP
and port filtering with MGC for security consideration
as follows:
'true' - source IP and port filter is enabled
'false' - source IP and port filter is disable
"
DEFVAL { false }
::= { cMediaGwEntry 8 }
cmgwLawInterceptEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to enable or disable the lawful
intercept for government.
as follows:
'true' - enable lawful intercept
'false' - disable lawful intercept
"
DEFVAL { false }
::= { cMediaGwEntry 9 }
cmgwV23Enabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is to enable or disable V23 tone.
Setting the object value to 'true', will cause VXSM (Voice Switching
Service Module) to detect V23 tone.
"
DEFVAL { false }
::= { cMediaGwEntry 10 }
-- *********************************************************************
-- Media Gateway Protocol Table
-- *********************************************************************
cmgwSignalProtocolTable OBJECT-TYPE
SYNTAX SEQUENCE OF CmgwSignalProtocolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the available signaling protocols that
are supported by the media gateway for communication with
MGCs."
::= { cMediaGwConfig 2 }
cmgwSignalProtocolEntry OBJECT-TYPE
SYNTAX CmgwSignalProtocolEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry represents an signaling protocol supported
by the media gateway."
INDEX { cmgwIndex, cmgwSignalProtocolIndex }
::= { cmgwSignalProtocolTable 1 }
CmgwSignalProtocolEntry::= SEQUENCE {
cmgwSignalProtocolIndex Integer32,
cmgwSignalProtocol INTEGER,
cmgwSignalProtocolVersion SnmpAdminString,
cmgwSignalProtocolPort CiscoPort,
cmgwSignalMgcProtocolPort InetPortNumber,
cmgwSignalProtocolPreference Integer32,
cmgwSignalProtocolConfigVer SnmpAdminString
}
cmgwSignalProtocolIndex OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index that uniquely identifies an entry in
cmgwSignalProtocolTable."
::= { cmgwSignalProtocolEntry 1 }
cmgwSignalProtocol OBJECT-TYPE
SYNTAX INTEGER {
other (1),
mgcp (2),
h248 (3),
tgcp (4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is used to represent the protocol type.
other - None of the following types.
mgcp - Media Gateway Control Protocol
h248 - Media Gateway Control (ITU H.248)
tgcp - Trunking Gateway Control Protocol"
::= { cmgwSignalProtocolEntry 2 }
cmgwSignalProtocolVersion OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object is used to represent the protocol version.
For example cmgwSignalProtocol is 'mgcp(2)' and
this object is string '1.0'. cmgwSignalProtocol is
'h248(3)' and this object is set to '2.0'."
REFERENCE
"MCGP 1.0 is documented in RFC2705."
::= { cmgwSignalProtocolEntry 3 }
cmgwSignalProtocolPort OBJECT-TYPE
SYNTAX CiscoPort
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to represent the UDP port associated
with the protocol.
If the value of cmgwSignalProtocol is 'mgcp(2)' and the
value of cmgwSignalProtcolVersion is '1.0', the default
value of this object is '2727'.
If the value of cmgwSignalProtocol is 'h248(3)' and the
value of cmgwSignalProtcolVersion is '1.0', the default
value of this object is '2944'."
::= { cmgwSignalProtocolEntry 4 }
cmgwSignalMgcProtocolPort OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the protocol port of the Media Gateway
Controller (MGC).
If the value of cmgwSignalProtocol is 'mgcp(2)' or 'tgcp(4)'
and the value of cmgwSignalProtcolVersion is '1.0', the
default value of this object is '2427'.
If the value of cmgwSignalProtocol is 'h248(3)' and the
value of cmgwSignalProtcolVersion is '1.0', the default
value of this object is '2944'."
::= { cmgwSignalProtocolEntry 5 }
cmgwSignalProtocolPreference OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the preference of the signal protocol
supported in the media gateway.
If this object is set to 0, the corresponding signal
protocol will not be used by the gateway.
The value of this object is unique within the corresponding
gateway. The entry with lower value has higher preference."
::= { cmgwSignalProtocolEntry 6 }
cmgwSignalProtocolConfigVer OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object specifies the protocol version
used by the gateway in the messages to MGC
in order to exchange the service capabilities.
For example cmgwSignalProtocol is 'h248(3)' and
this object can be string '1' or '1.0', '2' or '2.0'.
'MAX' is a special string indicating the gateway will
use the highest protocol version supported in the
gateway, but it can be changed to lower version after
it negotiates with MGC. The final negotiated protocol
version will be indicated in cmgwSignalProtocolVersion.
The version strings other than 'MAX' can be specified for
the gateway to communicate with the MGC which doesn't
support service capabilities negotiation. For example if
a MGC supports only version 1.0 MGCP, this object should
be set to '1' to instruct the gateway using MGCP
version 1.0 format messages to communicate with MGC. "
::= { cmgwSignalProtocolEntry 7 }
-- *********************************************************************
-- cMediaGwIpConfigTable
-- *********************************************************************
cMediaGwIpConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CMediaGwIpConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains a list of media gateway IP address and
the IP address associated interface information.
If IP address associated interface is PVC, only
aal5 control PVC or aal5 bearer PVC are valid.
When the PVC is aal5 control, the IP address is used to
communicate to MGC; when the PVC is aal5 bearer, the IP
address is used to communicate to other gateway.
The PVC information is kept in cwAtmChanExtConfigTable:
cwacChanPvcType: aal5/aal2/aal1
cwacChanApplication: control/bearer/signaling
If IP address associated interface is not PVC, refer to the
IP addresses associated interface table for the usage
of IP address."
::= { cMediaGwConfig 3 }
cMediaGwIpConfigEntry OBJECT-TYPE
SYNTAX CMediaGwIpConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A Media Gateway IP configuration entry.
Each entry represents a media gateway IP address for MGCs
to communicate with the media gateway."
INDEX { cmgwIndex, cmgwIpConfigIndex }
::= { cMediaGwIpConfigTable 1 }
CMediaGwIpConfigEntry ::= SEQUENCE {
cmgwIpConfigIndex Integer32,
cmgwIpConfigIfIndex InterfaceIndexOrZero,
cmgwIpConfigVpi Integer32,
cmgwIpConfigVci Integer32,
cmgwIpConfigAddrType InetAddressType,
cmgwIpConfigAddress InetAddress,
cmgwIpConfigSubnetMask InetAddressPrefixLength,
cmgwIpConfigDefaultGwIp TruthValue,
cmgwIpConfigForRemoteMapping TruthValue,
cmgwIpConfigRowStatus RowStatus
}
cmgwIpConfigIndex OBJECT-TYPE
SYNTAX Integer32 (1..64)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique index to identify each media gateway IP address."
::= { cMediaGwIpConfigEntry 1 }
cmgwIpConfigIfIndex OBJECT-TYPE
SYNTAX InterfaceIndexOrZero
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is ifIndex of the interface which is associated
to the media gateway IP address.
For ATM interface, the IP address should be associated to
an existing PVC:
cmgwIpConfigIfIndex represents port of the PVC
cmgwIpConfigVpi represents VPI of the PVC
cmgwIpConfigVci represents VCI of the PVC
And one PVC only can be associated with one IP address.
If this object is set to zero which means the IP address
is not associated to any interface."
::= { cMediaGwIpConfigEntry 2 }
cmgwIpConfigVpi OBJECT-TYPE
SYNTAX Integer32 (-1..4095)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object represents VPI of the PVC which is associated
to the IP address.
If the IP address is not associated to PVC, the value
of this object is set to -1."
::= { cMediaGwIpConfigEntry 3 }
cmgwIpConfigVci OBJECT-TYPE
SYNTAX Integer32 (-1..65535)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object represents VCI of the PVC which is associated
to the IP address.
If the IP address is not associated to PVC, the value
of this object is set to -1."
::= { cMediaGwIpConfigEntry 4 }
cmgwIpConfigAddrType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is the IP address type.
"
DEFVAL { ipv4 }
::= { cMediaGwIpConfigEntry 5 }
cmgwIpConfigAddress OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The configured IP address of media gateway.
This object can not be modified.
"
::= { cMediaGwIpConfigEntry 6 }
cmgwIpConfigSubnetMask OBJECT-TYPE
SYNTAX InetAddressPrefixLength
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to specify the number of leading one
bits which from the mask to be logical-ANDed with the media
gateway address before being compared to the value in the
cmgwIpCofigAddress.
Any assignment (implicit or otherwise) of an instance of
this object to a value x must be rejected if the bitwise
logical-AND of the mask formed from x with the value
of the corresponding instance of the cmgwIpCofigAddress
object is not equal to cmgwIpCofigAddress."
::= { cMediaGwIpConfigEntry 7 }
cmgwIpConfigDefaultGwIp OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies cmgwIpConfigAddress of the entry
will become the default gateway address.
This object can be set to 'true' for only one entry in
the table."
DEFVAL { false }
::= { cMediaGwIpConfigEntry 8 }
cmgwIpConfigForRemoteMapping OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies whether the address defined in
cmgwIpConfigAddress is the address mapping at the
remote end of this PVC.
If this object is set to 'true', the address defined
in cmgwIpConfigAddress is for the remote end of the PVC.
If this object is set to 'false', the address defined
in cmgwIpConfigAddress is for the local end of the PVC."
DEFVAL { false }
::= { cMediaGwIpConfigEntry 9 }
cmgwIpConfigRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to add and delete an entry.
When an entry of the table is created, the following
objects are mandatory:
cmgwIpConfigIfIndex
cmgwIpConfigVpi
cmgwIpConfigVci
cmgwIpConfigAddress
cmgwIpConfigSubnetMask
These objects can not be modified after the value of this
object is set to 'active'.
Modification can only be done by deleting and re-adding the
entry again.
After the system verify the validity of the data, it
will set the cmgwIpConfigRowStatus to 'active'."
::= { cMediaGwIpConfigEntry 10 }
-- *********************************************************************
-- cMediaGwDomainNameConfigTable
-- *********************************************************************
cMediaGwDomainNameConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CMediaGwDomainNameConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table provides the domain names which are configured by
users.
The domain names can be used to represent IP addresses
for:
gateway
External DNS name server
MGC (call agent) "
::= { cMediaGwConfig 4 }
cMediaGwDomainNameConfigEntry OBJECT-TYPE
SYNTAX CMediaGwDomainNameConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry represents a domain name used in the system.
Creation and deletion are supported. Modification
is prohibited."
INDEX { cmgwIndex, cmgwConfigDomainNameIndex }
::= { cMediaGwDomainNameConfigTable 1 }
CMediaGwDomainNameConfigEntry ::=
SEQUENCE{
cmgwConfigDomainNameIndex Integer32,
cmgwConfigDomainNameEntity INTEGER,
cmgwConfigDomainName SnmpAdminString,
cmgwConfigDomainNameRowStatus RowStatus
}
cmgwConfigDomainNameIndex OBJECT-TYPE
SYNTAX Integer32(1..128)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index that is uniquely identifies a domain name
configured in the system."
::= {cMediaGwDomainNameConfigEntry 1}
cmgwConfigDomainNameEntity OBJECT-TYPE
SYNTAX INTEGER {
gateway (1),
dnsServer (2),
mgc (3)
}
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object indicates which entity to use this domain name.
gateway(1) - The domain name of media gateway.
With the same cmgwIndex, there is one and
only one entry allowed with the value
'gateway(1)' of this object.
dnsServer(2) - The domain name of DNS name server that is used
by Media gateway to find Internet Network
Address from a DNS name.
mgc(3) - The domain name of a MGC (Media Gateway
Controller) associated with the media
gateway. "
::= {cMediaGwDomainNameConfigEntry 2}
cmgwConfigDomainName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..64))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the domain name.
The domain name should be unique if there are more than
one entries having the same value in the object
cmgwConfigDomainNameEntity.
For example, the gateway domain name should be unique
if the cmgwConfigDomainNameEntity has the value of
'gateway(1)'."
::= {cMediaGwDomainNameConfigEntry 3}
cmgwConfigDomainNameRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object is used to add and delete an entry.
When an entry is created, the following objects
are mandatory:
cmgwConfigDomainName
cmgwConfigDomainNameEntity
When deleting domain name of DNS name server
(cmgwConfigDomainNameEntity is dnsServer (2)), the
cMediaGwDnsIpConfigTable should be empty.
Adding/deleting entry with cmgwConfigDomainNameEntity
of 'mgc' will cause adding/deleting entry in
cMgcConfigTable (CISCO-MGC-MIB) automatically.
The cmgwConfigDomainName and cmgwConfigDomainNameEntity
can not be modified if the value of this object is
'active'. "
::= {cMediaGwDomainNameConfigEntry 4}
-- *********************************************************************
-- cMediaGwDnsIpConfigTable
-- *********************************************************************
cMediaGwDnsIpConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CMediaGwDnsIpConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"There is only one DNS name server on a gateway
and the domain name of the DNS name server is put on
cMediaGwDomainNameConfigTable with 'dnsServer (2)'.
There could be multi IP addresses are associated with the
DNS name server, this table is used to store these IP
addresses.
If any domain name using external resolution, the last entry
of this table is not allowed to be deleted."
::= { cMediaGwConfig 5 }
cMediaGwDnsIpConfigEntry OBJECT-TYPE
SYNTAX CMediaGwDnsIpConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Each entry represents an IP address of the DNS name
server."
INDEX { cmgwIndex, cmgwDnsIpIndex }
::= { cMediaGwDnsIpConfigTable 1 }
CMediaGwDnsIpConfigEntry ::=
SEQUENCE{
cmgwDnsIpIndex Integer32,
cmgwDnsDomainName SnmpAdminString,
cmgwDnsIpType InetAddressType,
cmgwDnsIp InetAddress,
cmgwDnsIpRowStatus RowStatus
}
cmgwDnsIpIndex OBJECT-TYPE
SYNTAX Integer32(1..6)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An index that uniquely identifies an IP address of DNS
name server."
::= {cMediaGwDnsIpConfigEntry 1}
cmgwDnsDomainName OBJECT-TYPE
SYNTAX SnmpAdminString (SIZE (1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The domain name of DNS name server.
The value of this object reflects the value of
cmgwConfigDomainName from the entry with a value of
'dnsServer(2)' for object cmgwConfigDomainNameEntity of
cMediaGwDomainNameConfigTable.
If there is no entry in cMediaGwDomainNameConfigTable with
'dnsServer(2)' of cmgwConfigDomainNameEntity, then
the value of this object will be empty string."
::= {cMediaGwDnsIpConfigEntry 2}
cmgwDnsIpType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"DNS name server IP address type."
DEFVAL { ipv4 }
::= {cMediaGwDnsIpConfigEntry 3}
cmgwDnsIp OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The IP address of DNS name server.
The IP address of DNS name server must be unique
in this table."
::= {cMediaGwDnsIpConfigEntry 4}
cmgwDnsIpRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create