1-- *****************************************************************
2-- CISCO-ITP-SCCP-MIB: Itp Signaling Connection Control Part
3--                         MIB for SS7
4--
5-- May 2001, Shekhar Acharya, John Linton
6--
7-- Copyright (c) 2001, 2002, 2003 by Cisco Systems, Inc.
8-- All rights reserved.
9-- *****************************************************************
10CISCO-ITP-SCCP-MIB DEFINITIONS ::= BEGIN
11
12IMPORTS
13        Counter32,
14        MODULE-IDENTITY,
15        NOTIFICATION-TYPE,
16        OBJECT-TYPE,
17        Unsigned32
18                FROM SNMPv2-SMI
19
20        CItpTcDisplayPC,
21        CItpTcGtaAddr,
22        CItpTcGtaDisplay,
23        CItpTcGtaDisplayZB,
24        CItpTcNAI,
25        CItpTcNumberingPlan,
26        CItpTcPointCode,
27        CItpTcSubSystemNumber,
28        CItpTcTranslationType,
29        CItpTcTableLoadStatus,
30        CItpTcXuaName
31                FROM CISCO-ITP-TC-MIB
32
33        cItpSpCLLICode,
34        cItpSpDisplayName
35                FROM CISCO-ITP-SP-MIB
36
37        TimeStamp,
38        TruthValue,
39        TEXTUAL-CONVENTION
40                FROM SNMPv2-TC
41
42        MODULE-COMPLIANCE,
43        NOTIFICATION-GROUP,
44        OBJECT-GROUP
45                FROM SNMPv2-CONF
46
47        ciscoMgmt
48                FROM CISCO-SMI;
49
50ciscoItpSccpMIB MODULE-IDENTITY
51        LAST-UPDATED    "200302030000Z"
52        ORGANIZATION    "Cisco Systems, Inc."
53        CONTACT-INFO
54                "       Cisco Systems, Inc
55                        Customer Service
56
57                Postal: 170 W. Tasman Drive
58                        San Jose, CA  95134
59                        USA
60
61                   Tel: +1 800 553-NETS
62
63                E-mail: cs-ss7@cisco.com"
64        DESCRIPTION
65               "The MIB for Signaling Connection Control Part(SCCP)
66                messages transported over Signalling System
67                No. 7 (SS7) Network via Cisco IP Transfer
68                Point.
69
70                This MIB for provides information specified
71                in ITU Q752 Monitoring and Measurements for
72                Signalling System No. 7(SS7) Network.
73
74                The Cisco IP Transfer Point (ITP) is a hardware
75                and software solution that transports SS7 traffic
76                using IP. Each ITP node provides function similar
77                to SS7 signaling point.
78
79                The relevant ITU documents describing this technology
80                is the ITU Q series, including ITU Q.700: Introduction
81                to CCITT Signalling System No. 7 and ITU Q.701
82                Functional description of the message transfer part
83                (MTP) of Signalling System No. 7.
84
85                The IETF Working Group Signaling Transport (SIGTRAN)
86                has defined MTP3 User Adaptation (M3UA) and SCCP
87                User Adaptation (SUA) protocols. The drafts can be
88                found at:
89                http://www.ietf.org/html.charters/sigtran-charter.html
90
91                This MIB consists of the following tables:
92                  Concerned Point Code List Table
93                  Mated Application (MAP) Table
94                  Global Title Translation (GTT) Selector Table
95                  Global Title Address (GTA) Table
96                  Application Group Table
97                  Prefix Conversion Table
98                "
99
100        REVISION        "200302030000Z"
101        DESCRIPTION
102                "The ability to allow multiple instances of
103                 Signalling Points to run in the same device
104                 has introduce a new index structure.  All
105                 objects in this MIB will be deprecated and
106                 replaced by objects in the CISCO-ITP-GSCCP-MIB.my
107                 MIB."
108
109        REVISION        "200204020000Z"
110        DESCRIPTION
111                "Added the following objects:
112                    cItpSccpGttAppGrNumUsed
113                    cItpSccpGttGtaTTorSSNvalue
114
115                 Updated the following Textual Convention:
116                    CItpSccpGttRoutingInd
117
118                 Updated the description for following objects:
119                    cItpSccpGttGtaTTorSSN
120                    cItpSccpGttGtaRoutingInd."
121
122        REVISION        "200202280000Z"
123        DESCRIPTION
124                "Added the following objects:
125                    CItpSccpGttPrefName
126                    cItpSccpPrefConfigLastChanged
127                    cItpSccpGttPrePrefConv
128                    cItpSccpGttPostPrefConv
129                    cItpSccpGttGtaAddrDispZB
130                    cItpSccpGttGtaAddrLenZB
131                    cItpSccpGttGtaAsName
132
133                 Added the following Tables:
134                    cItpSccpGttAppGrTable
135                    cItpSccpGttPrefTable
136
137                 Updated the following Textual Conventions:
138                    CItpSccpGttAppType
139                    CItpSccpGttGtaResType
140
141                 Deprecated the following objects:
142                    CItpSccpGttGtaAddrLen
143                    cItpSccpGttGtaAddrDisp
144                    cItpSccpGttGtaAddrLen
145
146                 Deprecated the following Tables:
147                    cItpSccpGttAppTable"
148
149        REVISION        "200109270000Z"
150        DESCRIPTION
151                "Initial version of this MIB module."
152        ::= { ciscoMgmt 233 }
153
154-- Top-level structure of the MIB
155cItpSccpMIBNotifs        OBJECT IDENTIFIER ::= { ciscoItpSccpMIB 0 }
156cItpSccpMIBObjects       OBJECT IDENTIFIER ::= { ciscoItpSccpMIB 1 }
157cItpSccpConformance      OBJECT IDENTIFIER ::= { ciscoItpSccpMIB 2 }
158
159cItpSccpScalars          OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 1 }
160cItpSccpGttConPc         OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 2 }
161cItpSccpGttMap           OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 3 }
162cItpSccpGttSel           OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 4 }
163cItpSccpGttGta           OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 5 }
164cItpSccpGttApp           OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 6 }
165cItpSccpGttAppGr         OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 7 }
166cItpSccpGttPref          OBJECT IDENTIFIER ::= { cItpSccpMIBObjects 8 }
167
168-- ********************************************************************
169-- *                                                                  *
170-- * Textual Conventions                                              *
171-- *                                                                  *
172-- ********************************************************************
173
174CItpSccpConPcListName ::= TEXTUAL-CONVENTION
175        STATUS          deprecated
176        DESCRIPTION
177                "The configured name associated with SCCP GTT
178                 Concerned Point Code list name."
179        SYNTAX OCTET STRING ( SIZE ( 0..12 ) )
180
181CItpSccpGttSelName ::= TEXTUAL-CONVENTION
182        STATUS          deprecated
183        DESCRIPTION
184                "The configured name associated with SCCP GTT
185                 Selector."
186        SYNTAX OCTET STRING ( SIZE ( 1..12  ) )
187
188CItpSccpGttAppName ::= TEXTUAL-CONVENTION
189        STATUS          deprecated
190        DESCRIPTION
191                "The configured name associated with SCCP GTT
192                 Application Group."
193        SYNTAX OCTET STRING ( SIZE ( 0..12  ) )
194
195CItpSccpGttPrefName ::= TEXTUAL-CONVENTION
196        STATUS          deprecated
197        DESCRIPTION
198                "The configured name associated with SCCP GTT
199                 Prefix Conversion table.
200
201                 This name is supported as octet string containing
202                 administrative information in human-readable form.
203
204                 The use of control codes should be avoided.
205
206                 The use of newline should be avoided.
207
208                 The use of leading or trailing white space should
209                 be avoided."
210        SYNTAX OCTET STRING ( SIZE ( 0..12  ) )
211
212CItpSccpGttDisplaySS ::= TEXTUAL-CONVENTION
213        STATUS          deprecated
214        DESCRIPTION
215                "The subsystem number in display format."
216        SYNTAX OCTET STRING ( SIZE ( 1..3 ) )
217
218CItpSccpGttAppCost ::= TEXTUAL-CONVENTION
219        STATUS          deprecated
220        DESCRIPTION
221                "The cost associated with an entry in SCCP GTT
222                 Application Group."
223        SYNTAX Unsigned32 ( 1..8 )
224
225CItpSccpGttAppType  ::= TEXTUAL-CONVENTION
226        STATUS          deprecated
227        DESCRIPTION
228                "The list of application types in Application Group
229                'pc'    : The application type is a point code.
230                'pcssn' : The application type is a point code
231                          and subsystem number (SSN).
232                'as'    : The application type is an M3UA or SUA
233                          Application Server (AS)."
234        SYNTAX INTEGER {
235                pc(1),
236                pcssn(2),
237                as(3)
238        }
239
240CItpSccpGttGtaAddrLen ::= TEXTUAL-CONVENTION
241        STATUS          deprecated
242        DESCRIPTION
243                "The SCCP GTT Global Title Address length.
244
245                 It is now deprecated because GTA address
246                 length can also be zero."
247        SYNTAX Unsigned32 ( 1..15 )
248
249CItpSccpGttGtaAddrLenZB ::= TEXTUAL-CONVENTION
250        STATUS          deprecated
251        DESCRIPTION
252                "The SCCP GTT Global Title Address length.
253                 For the default GTA address, the length
254                 can be zero."
255        SYNTAX Unsigned32 ( 0..15 )
256
257CItpSccpGttMapType ::= TEXTUAL-CONVENTION
258        STATUS          deprecated
259        DESCRIPTION
260                "The list of SCCP GTT Mated Application type
261                'Primary' : The mated application is primary
262                'Backup'  : The mated application is backup."
263        SYNTAX INTEGER {
264                primary(1),
265                backup(2)
266        }
267
268CItpSccpGttGtaResType ::= TEXTUAL-CONVENTION
269        STATUS          deprecated
270        DESCRIPTION
271                "The list of SCCP GTT Result Type
272                'pc'    : The GTA translates to a point code.
273                'pcssn' : The GTA translates to a point code
274                          and optional SSN
275                'app'   : The GTA translates to a GTT
276                          Application Group.
277                'as'    : The GTA translates to an M3UA or
278                          SUA Application Server (AS) name."
279        SYNTAX INTEGER {
280                pc(1),
281                pcssn(2),
282                app(3),
283                as(4)
284        }
285
286CItpSccpGttRoutingInd ::= TEXTUAL-CONVENTION
287        STATUS          deprecated
288        DESCRIPTION
289                "The SCCP GTT Routing Indicator
290                'ri2gt'     : Set RI to GT
291                'ri2ssn'    : Set RI to SSN
292                'ssnRI2ssn' : Replace SSN and set RI to GT
293                'ssnRI2gt'  : Replace SSN and set RI to SSN
294                'replTT'    : Replace the TT
295                'riNotAppl' : RI is not applicable
296                'riUndef'   : RI is undefined."
297        SYNTAX INTEGER {
298                ri2gt(1),
299                ri2ssn(2),
300                ssnRI2gt(3),
301                ssnRI2ssn(4),
302                replTT(5),
303                riNotAppl(6),
304                riUndef(7)
305        }
306
307CItpSccpGttMapPcStatus ::= TEXTUAL-CONVENTION
308        STATUS          deprecated
309        DESCRIPTION
310                "The list of SCCP GTT Mated App point code status
311                'Allowed'    : The mated application is allowed
312                'Prohibited' : The mated application is prohibited."
313        SYNTAX INTEGER {
314                allowed(1),
315                prohibited(2)
316        }
317
318CItpSccpGttMapSsStatus ::= TEXTUAL-CONVENTION
319        STATUS          deprecated
320        DESCRIPTION
321                "The list of SCCP GTT Mated App subssystem status
322                'Allowed' : The mated application is allowed
323                'Other'   : The mated application is prohibited."
324        SYNTAX INTEGER {
325                allowed(1),
326                prohibited(2)
327        }
328
329CItpSccpGttMultInd ::= TEXTUAL-CONVENTION
330        STATUS          deprecated
331        DESCRIPTION
332                "The list of SCCP GTT Multiplicity Indicator
333                'Solitary' : The application is solitary
334                'Shared'   : The application is shared
335                'Dominant' : The application is dominant
336                'Cost'     : The application uses cost."
337        SYNTAX INTEGER {
338                solitary(1),
339                shared(2),
340                dominant(3),
341                cost(4)
342        }
343
344CItpSccpGttMapCongStatus ::= TEXTUAL-CONVENTION
345        STATUS          deprecated
346        DESCRIPTION
347                "The list of SCCP GTT Mated App congestion status
348                'NotCong'    : The point code not congested
349                'CongLevel1' : The congestion level 1
350                'CongLevel2' : The congestion level 2
351                'CongLevel3' : The congestion level 3."
352        SYNTAX INTEGER {
353                notCong(1),
354                congLevel1(2),
355                congLevel2(3),
356                congLevel3(4)
357        }
358
359CItpSccpGttTransType ::= TEXTUAL-CONVENTION
360        STATUS          deprecated
361        DESCRIPTION
362                "The SCCP GTT Translation Type (TT)."
363        SYNTAX Unsigned32 ( 0..255 )
364
365CItpSccpGttQOS ::= TEXTUAL-CONVENTION
366        STATUS          deprecated
367        DESCRIPTION
368                "The SCCP GTT Quality of Service (QOS)."
369        SYNTAX Unsigned32 ( 0..255 )
370
371CItpSccpGttGlobalTitleInd ::= TEXTUAL-CONVENTION
372        STATUS          deprecated
373        DESCRIPTION
374           "The SCCP GTT Global Title Indicator (GTI).
375            The following values are generally used:
376              No global title included (0),
377              For ITU,  GT includes NAI only (1),
378              For ANSI, GT includes TT, NP and encoding scheme (1),
379              GT includes only TT (2),
380              GT includes TT, NP and encoding scheme (3),
381              GT includes TT, NP, encoding scheme, NAI (4),
382              Maximum GTI (15),
383              Invalid GTI (253),
384              Wild    GTI (254)."
385    REFERENCE
386            "The Global Title Indicator is defined in the
387             International Telecommunication Union standard Q.713:
388             Specifications of Signalling System No. 7 - Signalling
389             Connection Control Part (SCCP) section 3.4.1 Address
390             Indicator."
391        SYNTAX Unsigned32 ( 0..255 )
392
393--  *************************************************************
394--  *                                                           *
395--  * SCCP - Scalars                                            *
396--  *                                                           *
397--  *************************************************************
398
399cItpSccpTotalMsgs      OBJECT-TYPE
400        SYNTAX          Counter32
401        UNITS           "packets"
402        MAX-ACCESS      read-only
403        STATUS          deprecated
404        DESCRIPTION
405            "This counter is incremented every time a message is
406             handled from a local or remote subsystem(Q752/9.3)."
407        REFERENCE
408            "ITU  Q752 Monitoring and Measurements for Signalling
409             System No. 7(SS7) Network Table 9."
410        ::= { cItpSccpScalars 1 }
411
412cItpSccpLocalMsgs       OBJECT-TYPE
413        SYNTAX          Counter32
414        UNITS           "packets"
415        MAX-ACCESS      read-only
416        STATUS          deprecated
417        DESCRIPTION
418            "This counter is incremented every time a message is
419             handled from a local subsystem(Q752/9.4)."
420        REFERENCE
421            "ITU  Q752 Monitoring and Measurements for Signalling
422             System No. 7(SS7) Network Table 9."
423        ::= { cItpSccpScalars 2 }
424
425cItpSccpTotalGttMsgs    OBJECT-TYPE
426        SYNTAX          Counter32
427        UNITS           "packets"
428        MAX-ACCESS      read-only
429        STATUS          deprecated
430        DESCRIPTION
431            "This counter is incremented every time a message
432             requiring global title translation (Q752/9.5) is handled."
433        REFERENCE
434            "ITU  Q752 Monitoring and Measurements for Signalling
435             System No. 7(SS7) Network Table 9."
436        ::= { cItpSccpScalars 3 }
437
438cItpSccpUDTMsgsSent     OBJECT-TYPE
439        SYNTAX          Counter32
440        UNITS           "packets"
441        MAX-ACCESS      read-only
442        STATUS          deprecated
443        DESCRIPTION
444            "This counter is incremented every time a
445             unitdata (UDT) message is sent (Q752/9 bis.1)."
446        REFERENCE
447            "ITU  Q752 Monitoring and Measurements for Signalling
448             System No. 7(SS7) Network Table 9."
449        ::= { cItpSccpScalars 4 }
450
451cItpSccpUDTSMsgsSent    OBJECT-TYPE
452        SYNTAX          Counter32
453        UNITS           "packets"
454        MAX-ACCESS      read-only
455        STATUS          deprecated
456        DESCRIPTION
457            "This counter is incremented every time a
458             unitdata service (UDTS) message is sent
459             (Q752/9 bis.2)."
460        REFERENCE
461            "ITU  Q752 Monitoring and Measurements for Signalling
462             System No. 7(SS7) Network Table 9."
463        ::= { cItpSccpScalars 5 }
464
465cItpSccpUDTMsgsRcvd     OBJECT-TYPE
466        SYNTAX          Counter32
467        UNITS           "packets"
468        MAX-ACCESS      read-only
469        STATUS          deprecated
470        DESCRIPTION
471            "This counter is incremented every time a unitdata
472            (UDT) message is received (Q752/9 bis.3)."
473        REFERENCE
474            "ITU  Q752 Monitoring and Measurements for Signalling
475             System No. 7(SS7) Network Table 9."
476        ::= { cItpSccpScalars 6 }
477
478cItpSccpUDTSMsgsRcvd    OBJECT-TYPE
479        SYNTAX          Counter32
480        UNITS           "packets"
481        MAX-ACCESS      read-only
482        STATUS          deprecated
483        DESCRIPTION
484            "This counter is incremented every time a unitdata
485             service (UDTS) message is received  (Q752/9 bis.4)."
486        REFERENCE
487            "ITU  Q752 Monitoring and Measurements for Signalling
488             System No. 7(SS7) Network Table 9."
489        ::= { cItpSccpScalars 7 }
490
491cItpSccpXUDTMsgsSent    OBJECT-TYPE
492        SYNTAX          Counter32
493        UNITS           "packets"
494        MAX-ACCESS      read-only
495        STATUS          deprecated
496        DESCRIPTION
497            "This counter is incremented every time a extended
498             unitdata (XUDT) message is sent (Q752/9 bis.13)."
499        REFERENCE
500            "ITU  Q752 Monitoring and Measurements for Signalling
501             System No. 7(SS7) Network Table 9."
502        ::= { cItpSccpScalars 8 }
503
504cItpSccpXUDTSMsgsSent   OBJECT-TYPE
505        SYNTAX          Counter32
506        UNITS           "packets"
507        MAX-ACCESS      read-only
508        STATUS          deprecated
509        DESCRIPTION
510            "This counter is incremented every time a extended
511             unitdata service (XUDTS) message is sent
512              (Q752/9 bis.14)."
513        REFERENCE
514            "ITU  Q752 Monitoring and Measurements for Signalling
515             System No. 7(SS7) Network Table 9."
516        ::= { cItpSccpScalars 9 }
517
518cItpSccpXUDTMsgsRcvd    OBJECT-TYPE
519        SYNTAX          Counter32
520        UNITS           "packets"
521        MAX-ACCESS      read-only
522        STATUS          deprecated
523        DESCRIPTION
524            "This counter is incremented every time a extended
525             unitdata (XUDT) message is received (Q752/9 bis.15)."
526        REFERENCE
527            "ITU  Q752 Monitoring and Measurements for Signalling
528             System No. 7(SS7) Network Table 9."
529        ::= { cItpSccpScalars 10 }
530
531cItpSccpXUDTSMsgsRcvd   OBJECT-TYPE
532        SYNTAX          Counter32
533        UNITS           "packets"
534        MAX-ACCESS      read-only
535        STATUS          deprecated
536        DESCRIPTION
537            "This counter is incremented every time a extended
538             unitdata service (XUDTS) message is received
539              (Q752/9 bis.16)."
540        REFERENCE
541            "ITU  Q752 Monitoring and Measurements for Signalling
542             System No. 7(SS7) Network Table 9."
543        ::= { cItpSccpScalars 11 }
544
545cItpSccpLUDTMsgsSent    OBJECT-TYPE
546        SYNTAX          Counter32
547        UNITS           "packets"
548        MAX-ACCESS      read-only
549        STATUS          deprecated
550        DESCRIPTION
551            "This counter is incremented every time a long
552             unitdata (LUDT) message is sent (Q752/9 bis.17)."
553        REFERENCE
554            "ITU  Q752 Monitoring and Measurements for Signalling
555             System No. 7(SS7) Network Table 9."
556        ::= { cItpSccpScalars 12 }
557
558cItpSccpLUDTSMsgsSent   OBJECT-TYPE
559        SYNTAX          Counter32
560        UNITS           "packets"
561        MAX-ACCESS      read-only
562        STATUS          deprecated
563        DESCRIPTION
564            "This counter is incremented every time a long
565             unitdata (LUDT) service message is sent
566             (Q752/9 bis.18)."
567        REFERENCE
568            "ITU  Q752 Monitoring and Measurements for Signalling
569             System No. 7(SS7) Network Table 9."
570        ::= { cItpSccpScalars 13 }
571
572cItpSccpLUDTMsgsRcvd    OBJECT-TYPE
573        SYNTAX          Counter32
574        UNITS           "packets"
575        MAX-ACCESS      read-only
576        STATUS          deprecated
577        DESCRIPTION
578            "This counter is incremented every time a long
579             unitdata (LUDT) message is received (Q752/9 bis.19)."
580        REFERENCE
581            "ITU  Q752 Monitoring and Measurements for Signalling
582             System No. 7(SS7) Network Table 9."
583        ::= { cItpSccpScalars 14 }
584
585cItpSccpLUDTSMsgsRcvd   OBJECT-TYPE
586        SYNTAX          Counter32
587        UNITS           "packets"
588        MAX-ACCESS      read-only
589        STATUS          deprecated
590        DESCRIPTION
591            "This counter is incremented every time a long
592             unitdata (LUDT) service message is received
593             (Q752/9 bis.20)."
594        REFERENCE
595            "ITU  Q752 Monitoring and Measurements for Signalling
596             System No. 7(SS7) Network Table 9."
597        ::= { cItpSccpScalars 15 }
598
599cItpSccpCrToMtp         OBJECT-TYPE
600        SYNTAX          Counter32
601        UNITS           "packets"
602        MAX-ACCESS      read-only
603        STATUS          deprecated
604        DESCRIPTION
605            "This counter is incremented every time a Connection
606             Request(CR) messages sent to MTP.  This count
607             include ISDN-UP with embedded CRs (Q752/9 bis.5)."
608        REFERENCE
609            "ITU  Q752 Monitoring and Measurements for Signalling
610             System No. 7(SS7) Network Table 9."
611        ::= { cItpSccpScalars 16 }
612
613cItpSccpCrefToMtp       OBJECT-TYPE
614        SYNTAX          Counter32
615        UNITS           "packets"
616        MAX-ACCESS      read-only
617        STATUS          deprecated
618        DESCRIPTION
619            "This counter is incremented every time a Connection
620             Refusal (CREF) message is sent to MTP (Q752/9 bis.6)."
621        REFERENCE
622            "ITU  Q752 Monitoring and Measurements for Signalling
623             System No. 7(SS7) Network Table 9."
624        ::= { cItpSccpScalars 17 }
625
626cItpSccpCrFromMtp       OBJECT-TYPE
627        SYNTAX          Counter32
628        UNITS           "packets"
629        MAX-ACCESS      read-only
630        STATUS          deprecated
631        DESCRIPTION
632            "This counter is incremented every time a Connection
633             Reguest messages received from MTP. This count
634             inlcudes ISDN- UP with embedded CRs (Q752/9 bis.7)."
635        REFERENCE
636            "ITU  Q752 Monitoring and Measurements for Signalling
637             System No. 7(SS7) Network Table 9."
638        ::= { cItpSccpScalars 18 }
639
640cItpSccpCrefFromMtp     OBJECT-TYPE
641        SYNTAX          Counter32
642        UNITS           "packets"
643        MAX-ACCESS      read-only
644        STATUS          deprecated
645        DESCRIPTION
646            "This counter is incremented every time a Connection
647             Refusal (CREF) message is received from
648             MTP (Q752/9 bis.8)."
649        REFERENCE
650            "ITU  Q752 Monitoring and Measurements for Signalling
651             System No. 7(SS7) Network Table 9."
652        ::= { cItpSccpScalars 19 }
653
654cItpSccpRsrToMtp        OBJECT-TYPE
655        SYNTAX          Counter32
656        UNITS           "packets"
657        MAX-ACCESS      read-only
658        STATUS          deprecated
659        DESCRIPTION
660            "This counter is incremented every time a Reset Request
661             (RSR) message is sent to MTP (Q752/9 bis.9)."
662        REFERENCE
663            "ITU  Q752 Monitoring and Measurements for Signalling
664             System No. 7(SS7) Network Table 9."
665        ::= { cItpSccpScalars 20 }
666
667cItpSccpRsrFromMtp      OBJECT-TYPE
668        SYNTAX          Counter32
669        UNITS           "packets"
670        MAX-ACCESS      read-only
671        STATUS          deprecated
672        DESCRIPTION
673            "This counter is incremented every time a Reset Request
674             (RSR) message is received from MTP (Q752/9 bis.10)."
675        REFERENCE
676            "ITU  Q752 Monitoring and Measurements for Signalling
677             System No. 7(SS7) Network Table 9."
678        ::= { cItpSccpScalars 21 }
679
680cItpSccpErrToMtp        OBJECT-TYPE
681        SYNTAX          Counter32
682        UNITS           "packets"
683        MAX-ACCESS      read-only
684        STATUS          deprecated
685        DESCRIPTION
686            "This counter is incremented every time a Error Message
687             (ERR) message is sent to MTP (Q752/9 bis.11)."
688        REFERENCE
689            "ITU  Q752 Monitoring and Measurements for Signalling
690             System No. 7(SS7) Network Table 9."
691        ::= { cItpSccpScalars 22 }
692
693cItpSccpErrFromMtp      OBJECT-TYPE
694        SYNTAX          Counter32
695        UNITS           "packets"
696        MAX-ACCESS      read-only
697        STATUS          deprecated
698        DESCRIPTION
699            "This counter is incremented every time a Error Message
700             (ERR) message is received from MTP (Q752/9 bis.12)."
701        REFERENCE
702            "ITU  Q752 Monitoring and Measurements for Signalling
703             System No. 7(SS7) Network Table 9."
704        ::= { cItpSccpScalars 23 }
705
706cItpSccpCpcConfigLastChanged OBJECT-TYPE
707        SYNTAX          TimeStamp
708        MAX-ACCESS      read-only
709        STATUS          deprecated
710        DESCRIPTION
711            "The value of sysUpTime at the time of the last creation
712             or deletion of an entry in the cItpSccpGttConPcTable.
713             If the local network management subsystem is
714             re-initialization, then this object contains the
715             sysUpTime at the time when this occurred. This value
716             can be used to prevent unnecessary walks of the
717             Concerned Point Code Table."
718        ::= { cItpSccpScalars 24 }
719
720cItpSccpMapConfigLastChanged OBJECT-TYPE
721        SYNTAX          TimeStamp
722        MAX-ACCESS      read-only
723        STATUS          deprecated
724        DESCRIPTION
725            "The value of sysUpTime at the time of the last creation
726             or deletion of an entry in the cItpSccpGttMapTable.
727             If the local network management subsystem is
728             re-initialization, then this object contains the
729             sysUpTime at the time when this occurred. This value
730             can be used to prevent unnecessary walks of the
731             Mated Application Table."
732        ::= { cItpSccpScalars 25 }
733
734cItpSccpSelConfigLastChanged  OBJECT-TYPE
735        SYNTAX          TimeStamp
736        MAX-ACCESS      read-only
737        STATUS          deprecated
738        DESCRIPTION
739            "The value of sysUpTime at the time of the last creation
740             or deletion of an entry in the cItpSccpGttSelTable.
741             If the local network management subsystem is
742             re-initialization, then this object contains the
743             sysUpTime at the time when this occurred. This value
744             can be used to prevent unnecessary walks of the
745             GTT Selector Table."
746        ::= { cItpSccpScalars 26 }
747
748cItpSccpGtaConfigLastChanged  OBJECT-TYPE
749        SYNTAX          TimeStamp
750        MAX-ACCESS      read-only
751        STATUS          deprecated
752        DESCRIPTION
753            "The value of sysUpTime at the time of the last creation
754             or deletion of an entry in the cItpSccpGttGtaTable.
755             If the local network management subsystem is
756             re-initialization, then this object contains the
757             sysUpTime at the time when this occurred. This value
758             can be used to prevent unnecessary walks of the
759             GTT Global Title Address Table."
760        ::= { cItpSccpScalars 27 }
761
762cItpSccpAppConfigLastChanged  OBJECT-TYPE
763        SYNTAX          TimeStamp
764        MAX-ACCESS      read-only
765        STATUS          deprecated
766        DESCRIPTION
767            "The value of sysUpTime at the time of the last creation
768             or deletion of an entry in the cItpSccpGttAppTable.
769             If the local network management subsystem is
770             re-initialization, then this object contains the
771             sysUpTime at the time when this occurred. This value
772             can be used to prevent unnecessary walks of the
773             GTT Application Group Table."
774        ::= { cItpSccpScalars 28 }
775
776cItpSccpGttMapStateNotifEnabled  OBJECT-TYPE
777        SYNTAX      TruthValue
778        MAX-ACCESS  read-write
779        STATUS      deprecated
780        DESCRIPTION
781                "The SP linkset notification truth value.
782                'true'  Indicates that the cItpSccpGttMapStateChange
783                        notification is to be generated when the
784                        state changes. That is, the notification
785                        generation is enabled.
786                'false' Indicates that the cItpSccpGttMapStateChange
787                        notification generation is disabled."
788        DEFVAL { false }
789        ::= { cItpSccpScalars 29 }
790
791cItpSccpPrefConfigLastChanged  OBJECT-TYPE
792        SYNTAX          TimeStamp
793        MAX-ACCESS      read-only
794        STATUS          deprecated
795        DESCRIPTION
796            "The value of sysUpTime at the time of the last creation
797             or deletion of an entry in the cItpSccpGttPrefTable.
798             If the local network management subsystem is
799             re-initialization, then this object contains the
800             sysUpTime at the time when this occurred. This value
801             can be used to prevent unnecessary walks of the
802             GTT Prefix Conversion Table."
803        ::= { cItpSccpScalars 30 }
804
805cItpSccpGttConfigLoad   OBJECT-TYPE
806    SYNTAX              TimeStamp
807    MAX-ACCESS          read-only
808    STATUS              deprecated
809    DESCRIPTION
810            "The value of sysUpTime at the time of the last
811             load of the GTT table using file format."
812    ::= { cItpSccpScalars 31 }
813
814cItpSccpGttConfigLoadStatus OBJECT-TYPE
815    SYNTAX                  CItpTcTableLoadStatus
816    MAX-ACCESS              read-only
817    STATUS                  deprecated
818    DESCRIPTION
819            "The status of the deprecatedload or status from
820             the prior load operation."
821    ::= { cItpSccpScalars 32 }
822
823--  *************************************************************
824--  *                                                           *
825--  * SCCP - GTT Concerned Point Code Table                     *
826--  *                                                           *
827--  *************************************************************
828
829cItpSccpGttConPcTable   OBJECT-TYPE
830        SYNTAX          SEQUENCE OF CItpSccpGttConPcTableEntry
831        MAX-ACCESS      not-accessible
832        STATUS          deprecated
833        DESCRIPTION
834                "A table of concerned point codes."
835        ::= { cItpSccpGttConPc  1 }
836
837cItpSccpGttConPcTableEntry OBJECT-TYPE
838        SYNTAX          CItpSccpGttConPcTableEntry
839        MAX-ACCESS      not-accessible
840        STATUS          deprecated
841        DESCRIPTION
842                "A list of concerned point codes."
843        INDEX   {
844                cItpSccpGttConPcListName,
845                cItpSccpGttConPointCode
846        }
847        ::= { cItpSccpGttConPcTable  1 }
848
849CItpSccpGttConPcTableEntry  ::= SEQUENCE {
850	cItpSccpGttConPcListName            CItpSccpConPcListName,
851        cItpSccpGttConPointCode             CItpTcPointCode,
852	cItpSccpGttConPcRefCount            Unsigned32
853}
854
855cItpSccpGttConPcListName OBJECT-TYPE
856        SYNTAX          CItpSccpConPcListName
857        MAX-ACCESS      not-accessible
858        STATUS          deprecated
859        DESCRIPTION
860                "The name of the Concerned Point Code list."
861        ::= { cItpSccpGttConPcTableEntry 1 }
862
863cItpSccpGttConPointCode OBJECT-TYPE
864        SYNTAX          CItpTcPointCode
865        MAX-ACCESS      not-accessible
866        STATUS          deprecated
867        DESCRIPTION
868                "The concerned point code for SCCP GTT."
869        ::= { cItpSccpGttConPcTableEntry 2 }
870
871cItpSccpGttConPcRefCount OBJECT-TYPE
872        SYNTAX          Unsigned32 ( 0..2147483647 )
873        MAX-ACCESS      read-only
874        STATUS          deprecated
875        DESCRIPTION
876                "The reference count for this list."
877        ::= { cItpSccpGttConPcTableEntry 3 }
878
879--  *************************************************************
880--  *                                                           *
881--  * SCCP - GTT Mated Application (MAP) Table                  *
882--  *                                                           *
883--  *************************************************************
884
885cItpSccpGttMapTable     OBJECT-TYPE
886        SYNTAX          SEQUENCE OF CItpSccpGttMapTableEntry
887        MAX-ACCESS      not-accessible
888        STATUS          deprecated
889        DESCRIPTION
890                "A table of SCCP GTT Mated Application (MAP) entries."
891        ::= { cItpSccpGttMap  1 }
892
893cItpSccpGttMapTableEntry OBJECT-TYPE
894        SYNTAX          CItpSccpGttMapTableEntry
895        MAX-ACCESS      not-accessible
896        STATUS          deprecated
897        DESCRIPTION
898                "A list of SCCP GTT MAP attributes."
899        INDEX   {
900                cItpSccpGttMapPc,    -- Point Code
901                cItpSccpGttMapSsn    -- SubSystem Number
902        }
903        ::= { cItpSccpGttMapTable  1 }
904
905CItpSccpGttMapTableEntry  ::= SEQUENCE {
906        cItpSccpGttMapPc                   CItpTcPointCode,
907        cItpSccpGttMapSsn                  CItpTcSubSystemNumber,
908        cItpSccpGttMapDisplayPC            CItpTcDisplayPC,
909        cItpSccpGttMapDisplaySS            CItpSccpGttDisplaySS,
910        cItpSccpGttMapType                 CItpSccpGttMapType,
911        cItpSccpGttMapPcStatus             CItpSccpGttMapPcStatus,
912        cItpSccpGttMapSsStatus             CItpSccpGttMapSsStatus,
913        cItpSccpGttMapMultInd              CItpSccpGttMultInd,
914        cItpSccpGttMapBackupPc             CItpTcPointCode,
915        cItpSccpGttMapBackupSsn            CItpTcSubSystemNumber,
916        cItpSccpGttMapConPcList            CItpSccpConPcListName,
917        cItpSccpGttMapReRouteOnCong        TruthValue,
918        cItpSccpGttMapAdjacent             TruthValue,
919        cItpSccpGttMapLastSsUsed           TruthValue,
920        cItpSccpGttMapUsed                 Counter32,
921        cItpSccpGttMapAltUsed              Counter32,
922        cItpSccpGttMapSccpUnavail          Counter32,
923        cItpSccpGttMapPcUnavail            Counter32,
924        cItpSccpGttMapSsUnavail            Counter32,
925        cItpSccpGttMapPcCongested          Counter32,
926        cItpSccpGttMapSsCongested          Counter32,
927        cItpSccpGttMapMtp3Fail             Counter32,
928        cItpSccpGttMapRefCount             Unsigned32,
929        cItpSccpGttMapCongStatus           CItpSccpGttMapCongStatus
930}
931
932cItpSccpGttMapPc        OBJECT-TYPE
933        SYNTAX          CItpTcPointCode
934        MAX-ACCESS      not-accessible
935        STATUS          deprecated
936        DESCRIPTION
937                "The point code for GTT MAP entry."
938        ::= { cItpSccpGttMapTableEntry  1 }
939
940cItpSccpGttMapSsn       OBJECT-TYPE
941        SYNTAX          CItpTcSubSystemNumber
942        MAX-ACCESS      not-accessible
943        STATUS          deprecated
944        DESCRIPTION
945                "The subsystem number (SSN) for GTT MAP entry."
946        ::= { cItpSccpGttMapTableEntry  2 }
947
948cItpSccpGttMapDisplayPC OBJECT-TYPE
949        SYNTAX          CItpTcDisplayPC
950        MAX-ACCESS      read-only
951        STATUS          deprecated
952        DESCRIPTION
953                "The MAP point code in display format."
954        ::= { cItpSccpGttMapTableEntry  3 }
955
956cItpSccpGttMapDisplaySS OBJECT-TYPE
957        SYNTAX          CItpSccpGttDisplaySS
958        MAX-ACCESS      read-only
959        STATUS          deprecated
960        DESCRIPTION
961                "The MAP subsystem number in display format."
962        ::= { cItpSccpGttMapTableEntry  4 }
963
964cItpSccpGttMapType      OBJECT-TYPE
965        SYNTAX          CItpSccpGttMapType
966        MAX-ACCESS      read-only
967        STATUS          deprecated
968        DESCRIPTION
969                "The GTT MAP subsystem type."
970        ::= { cItpSccpGttMapTableEntry  5 }
971
972cItpSccpGttMapPcStatus  OBJECT-TYPE
973        SYNTAX          CItpSccpGttMapPcStatus
974        MAX-ACCESS      read-only
975        STATUS          deprecated
976        DESCRIPTION
977                "The GTT MAP point code status."
978        ::= { cItpSccpGttMapTableEntry  6 }
979
980cItpSccpGttMapSsStatus  OBJECT-TYPE
981        SYNTAX          CItpSccpGttMapSsStatus
982        MAX-ACCESS      read-only
983        STATUS          deprecated
984        DESCRIPTION
985                "The GTT MAP subsystem status."
986        ::= { cItpSccpGttMapTableEntry 7 }
987
988cItpSccpGttMapMultInd   OBJECT-TYPE
989        SYNTAX          CItpSccpGttMultInd
990        MAX-ACCESS      read-only
991        STATUS          deprecated
992        DESCRIPTION
993                "The GTT mated application multiplicity indicator."
994        ::= { cItpSccpGttMapTableEntry 8 }
995
996cItpSccpGttMapBackupPc  OBJECT-TYPE
997        SYNTAX          CItpTcPointCode
998        MAX-ACCESS      read-only
999        STATUS          deprecated
1000        DESCRIPTION
1001                "The backup point code for the mated Application."
1002        ::= { cItpSccpGttMapTableEntry 9 }
1003
1004cItpSccpGttMapBackupSsn OBJECT-TYPE
1005        SYNTAX          CItpTcSubSystemNumber
1006        MAX-ACCESS      read-only
1007        STATUS          deprecated
1008        DESCRIPTION
1009                "The backup subsystem number for the mated
1010                 Application."
1011        ::= { cItpSccpGttMapTableEntry 10 }
1012
1013cItpSccpGttMapConPcList OBJECT-TYPE
1014        SYNTAX          CItpSccpConPcListName
1015        MAX-ACCESS      read-only
1016        STATUS          deprecated
1017        DESCRIPTION
1018                "The concerned point code list for the mated
1019                 Application."
1020        ::= { cItpSccpGttMapTableEntry 11 }
1021
1022cItpSccpGttMapReRouteOnCong OBJECT-TYPE
1023        SYNTAX           TruthValue
1024        MAX-ACCESS       read-only
1025        STATUS           deprecated
1026        DESCRIPTION
1027                "The GTT Mated App re-route on congestion truth value.
1028                'true'  Re-routing on congestion is enabled.
1029                'false' Re-routing on congestion is disabled."
1030        ::= { cItpSccpGttMapTableEntry 12 }
1031
1032cItpSccpGttMapAdjacent   OBJECT-TYPE
1033        SYNTAX           TruthValue
1034        MAX-ACCESS       read-only
1035        STATUS           deprecated
1036        DESCRIPTION
1037                "The GTT Mated App Point Code adjacent truth value.
1038                'true'  Indicates that MAP PC is adjacent.
1039                'false' Indicates that MAP PC is not adjacent."
1040        ::= { cItpSccpGttMapTableEntry 13 }
1041
1042cItpSccpGttMapLastSsUsed OBJECT-TYPE
1043        SYNTAX           TruthValue
1044        MAX-ACCESS       read-only
1045        STATUS           deprecated
1046        DESCRIPTION
1047                "The GTT MAP last subsystem used truth value.
1048                'true'  It is the last used subsystem.
1049                'false' It is not the last used subsystem."
1050        ::= { cItpSccpGttMapTableEntry 14 }
1051
1052cItpSccpGttMapUsed       OBJECT-TYPE
1053        SYNTAX           Counter32
1054        UNITS            "messages"
1055        MAX-ACCESS       read-only
1056        STATUS           deprecated
1057        DESCRIPTION
1058            "This counter is incremented every time a message is
1059             routed by the GTT Mated Application."
1060        ::= { cItpSccpGttMapTableEntry 15 }
1061
1062cItpSccpGttMapAltUsed    OBJECT-TYPE
1063        SYNTAX           Counter32
1064        UNITS            "messages"
1065        MAX-ACCESS       read-only
1066        STATUS           deprecated
1067        DESCRIPTION
1068            "This counter is incremented every time a message is
1069             re-routed on congestion by the GTT Mated Application."
1070        ::= { cItpSccpGttMapTableEntry 16 }
1071
1072cItpSccpGttMapSccpUnavail   OBJECT-TYPE
1073        SYNTAX           Counter32
1074        UNITS            "occurrences"
1075        MAX-ACCESS       read-only
1076        STATUS           deprecated
1077        DESCRIPTION
1078            "This counter is incremented every time a SCCP
1079             is unavailable at the GTT Mated Application."
1080        ::= { cItpSccpGttMapTableEntry 17 }
1081
1082cItpSccpGttMapPcUnavail     OBJECT-TYPE
1083        SYNTAX           Counter32
1084        UNITS            "occurrences"
1085        MAX-ACCESS       read-only
1086        STATUS           deprecated
1087        DESCRIPTION
1088            "This counter is incremented every time a point code
1089             is unavailable at the GTT Mated Application."
1090        ::= { cItpSccpGttMapTableEntry 18 }
1091
1092cItpSccpGttMapSsUnavail     OBJECT-TYPE
1093        SYNTAX           Counter32
1094        UNITS            "occurrences"
1095        MAX-ACCESS       read-only
1096        STATUS           deprecated
1097        DESCRIPTION
1098            "This counter is incremented every time a subsystem
1099             is unavailable at the GTT Mated Application."
1100        ::= { cItpSccpGttMapTableEntry 19 }
1101
1102cItpSccpGttMapPcCongested   OBJECT-TYPE
1103        SYNTAX           Counter32
1104        UNITS            "occurrences"
1105        MAX-ACCESS       read-only
1106        STATUS           deprecated
1107        DESCRIPTION
1108            "This counter is incremented every time a point code
1109             is congested at the GTT Mated Application."
1110        ::= { cItpSccpGttMapTableEntry 20 }
1111
1112cItpSccpGttMapSsCongested   OBJECT-TYPE
1113        SYNTAX           Counter32
1114        UNITS            "occurrences"
1115        MAX-ACCESS       read-only
1116        STATUS           deprecated
1117        DESCRIPTION
1118            "This counter is incremented every time a subsystem
1119             is congested at the GTT Mated Application."
1120        ::= { cItpSccpGttMapTableEntry 21 }
1121
1122cItpSccpGttMapMtp3Fail      OBJECT-TYPE
1123        SYNTAX           Counter32
1124        UNITS            "occurrences"
1125        MAX-ACCESS       read-only
1126        STATUS           deprecated
1127        DESCRIPTION
1128            "This counter is incremented every time a the MTP3
1129             layer failed at the GTT Mated Application."
1130        ::= { cItpSccpGttMapTableEntry 22 }
1131
1132cItpSccpGttMapRefCount   OBJECT-TYPE
1133        SYNTAX           Unsigned32 ( 0..2147483647 )
1134        MAX-ACCESS       read-only
1135        STATUS           deprecated
1136        DESCRIPTION
1137                "The reference count for this MAP entry."
1138        ::= { cItpSccpGttMapTableEntry 23 }
1139
1140cItpSccpGttMapCongStatus OBJECT-TYPE
1141        SYNTAX           CItpSccpGttMapCongStatus
1142        MAX-ACCESS       read-only
1143        STATUS           deprecated
1144        DESCRIPTION
1145            "The status of congestion level for this MAP point code."
1146        ::= { cItpSccpGttMapTableEntry 24 }
1147
1148--  *************************************************************
1149--  *                                                           *
1150--  * SCCP - GTT Selector Table                                 *
1151--  *                                                           *
1152--  *************************************************************
1153
1154cItpSccpGttSelTable     OBJECT-TYPE
1155        SYNTAX          SEQUENCE OF CItpSccpGttSelTableEntry
1156        MAX-ACCESS      not-accessible
1157        STATUS          deprecated
1158        DESCRIPTION
1159                "A table of SCCP GTT Selector entries."
1160        ::= { cItpSccpGttSel  1 }
1161
1162cItpSccpGttSelTableEntry OBJECT-TYPE
1163        SYNTAX          CItpSccpGttSelTableEntry
1164        MAX-ACCESS      not-accessible
1165        STATUS          deprecated
1166        DESCRIPTION
1167                "A list of SCCP GTT Selector attributes."
1168        INDEX   {
1169                 cItpSccpGttSelTT,  -- Translation Type
1170                 cItpSccpGttSelNAI, -- Network Address Indicator
1171                 cItpSccpGttSelNP,  -- Numbering Plan
1172                 cItpSccpGttSelGTI  -- Global Title Indicator
1173        }
1174        ::= { cItpSccpGttSelTable  1 }
1175
1176CItpSccpGttSelTableEntry  ::= SEQUENCE {
1177        cItpSccpGttSelTT                   CItpSccpGttTransType,
1178        cItpSccpGttSelNAI                  CItpTcNAI,
1179        cItpSccpGttSelNP                   CItpTcNumberingPlan,
1180        cItpSccpGttSelGTI                  CItpSccpGttGlobalTitleInd,
1181        cItpSccpGttSelName                 CItpSccpGttSelName,
1182        cItpSccpGttSelNumPerf              Counter32,
1183        cItpSccpGttSelNotFound             Counter32,
1184        cItpSccpGttSelQOS                  CItpSccpGttQOS,
1185        cItpSccpGttSelRefCount             Unsigned32,
1186        cItpSccpGttPrePrefConv             CItpSccpGttPrefName,
1187        cItpSccpGttPostPrefConv            CItpSccpGttPrefName
1188}
1189
1190cItpSccpGttSelTT         OBJECT-TYPE
1191        SYNTAX           CItpSccpGttTransType
1192        MAX-ACCESS       not-accessible
1193        STATUS           deprecated
1194        DESCRIPTION
1195                "Translation Type (TT) for this GTT Selector."
1196        ::= { cItpSccpGttSelTableEntry 1 }
1197
1198cItpSccpGttSelNAI        OBJECT-TYPE
1199        SYNTAX           CItpTcNAI
1200        MAX-ACCESS       not-accessible
1201        STATUS           deprecated
1202        DESCRIPTION
1203                "Nature of Address Indicator (NAI) for GTT Selector."
1204        ::= { cItpSccpGttSelTableEntry 2 }
1205
1206cItpSccpGttSelNP         OBJECT-TYPE
1207        SYNTAX           CItpTcNumberingPlan
1208        MAX-ACCESS       not-accessible
1209        STATUS           deprecated
1210        DESCRIPTION
1211                "Numbering Plan (NP) for this GTT Selector."
1212        ::= { cItpSccpGttSelTableEntry 3 }
1213
1214cItpSccpGttSelGTI        OBJECT-TYPE
1215        SYNTAX           CItpSccpGttGlobalTitleInd
1216        MAX-ACCESS       not-accessible
1217        STATUS           deprecated
1218        DESCRIPTION
1219                "Global Title Indicator (GTI) for
1220                 this GTT Selector."
1221        ::= { cItpSccpGttSelTableEntry 4 }
1222
1223cItpSccpGttSelName      OBJECT-TYPE
1224        SYNTAX          CItpSccpGttSelName
1225        MAX-ACCESS      read-only
1226        STATUS          deprecated
1227        DESCRIPTION
1228                "The name of the GTT selector."
1229        ::= { cItpSccpGttSelTableEntry 5 }
1230
1231cItpSccpGttSelNumPerf    OBJECT-TYPE
1232        SYNTAX           Counter32
1233        MAX-ACCESS       read-only
1234        STATUS           deprecated
1235        DESCRIPTION
1236            "This counter is incremented every time a global title
1237             translations is performed using this GTT Selector."
1238        ::= { cItpSccpGttSelTableEntry 6 }
1239
1240cItpSccpGttSelNotFound   OBJECT-TYPE
1241        SYNTAX           Counter32
1242        MAX-ACCESS       read-only
1243        STATUS           deprecated
1244        DESCRIPTION
1245            "This counter is incremented every time a global title
1246             title translations was required and a selector was
1247             not found."
1248        ::= { cItpSccpGttSelTableEntry 7 }
1249
1250cItpSccpGttSelQOS       OBJECT-TYPE
1251        SYNTAX          CItpSccpGttQOS
1252        MAX-ACCESS      read-only
1253        STATUS          deprecated
1254        DESCRIPTION
1255                "The SCCP GTT Selector specifies the QOS."
1256        ::= { cItpSccpGttSelTableEntry 8 }
1257
1258cItpSccpGttSelRefCount   OBJECT-TYPE
1259        SYNTAX           Unsigned32 ( 0..2147483647 )
1260        MAX-ACCESS       read-only
1261        STATUS           deprecated
1262        DESCRIPTION
1263                "The reference count for this GTT Selector."
1264        ::= { cItpSccpGttSelTableEntry 9 }
1265
1266cItpSccpGttPrePrefConv   OBJECT-TYPE
1267        SYNTAX           CItpSccpGttPrefName
1268        MAX-ACCESS       read-only
1269        STATUS           deprecated
1270        DESCRIPTION
1271                "The Prefix Conversion Table is used to convert
1272                 GTA digits. This object specifies that the
1273                 conversion occurs 'before' global title
1274                 translation."
1275        ::= { cItpSccpGttSelTableEntry 10 }
1276
1277cItpSccpGttPostPrefConv  OBJECT-TYPE
1278        SYNTAX           CItpSccpGttPrefName
1279        MAX-ACCESS       read-only
1280        STATUS           deprecated
1281        DESCRIPTION
1282                "The Prefix Conversion Table is used to convert
1283                 GTA digits. This object specifies that the
1284                 conversion occurs 'after' global title
1285                 translation."
1286        ::= { cItpSccpGttSelTableEntry 11 }
1287
1288--  *************************************************************
1289--  *                                                           *
1290--  * SCCP - GTT Global Title Address Table                     *
1291--  *                                                           *
1292--  *************************************************************
1293
1294cItpSccpGttGtaTable     OBJECT-TYPE
1295        SYNTAX          SEQUENCE OF CItpSccpGttGtaTableEntry
1296        MAX-ACCESS      not-accessible
1297        STATUS          deprecated
1298        DESCRIPTION
1299                "A table of SCCP Global Title Address entries."
1300        ::= { cItpSccpGttGta  1 }
1301
1302cItpSccpGttGtaTableEntry OBJECT-TYPE
1303        SYNTAX          CItpSccpGttGtaTableEntry
1304        MAX-ACCESS      not-accessible
1305        STATUS          deprecated
1306        DESCRIPTION
1307                "A list of SCCP Global Title Address attributes."
1308        INDEX   {
1309                 cItpSccpGttGtaTT,  -- Translation Type
1310                 cItpSccpGttGtaNAI, -- Network Address Indicator
1311                 cItpSccpGttGtaNP,  -- Numbering Plan
1312                 cItpSccpGttGtaGTI, -- Global Title Indicator
1313                 cItpSccpGttGtaAddr -- Global Title Address
1314        }
1315        ::= { cItpSccpGttGtaTable  1 }
1316
1317CItpSccpGttGtaTableEntry  ::= SEQUENCE {
1318        cItpSccpGttGtaTT                   CItpSccpGttTransType,
1319        cItpSccpGttGtaNAI                  CItpTcNAI,
1320        cItpSccpGttGtaNP                   CItpTcNumberingPlan,
1321        cItpSccpGttGtaGTI                  CItpSccpGttGlobalTitleInd,
1322        cItpSccpGttGtaAddr                 CItpTcGtaAddr,
1323	cItpSccpGttGtaAddrDisp             CItpTcGtaDisplay,
1324        cItpSccpGttGtaAddrLen              CItpSccpGttGtaAddrLen,
1325        cItpSccpGttGtaSelName              CItpSccpGttSelName,
1326        cItpSccpGttGtaResType              CItpSccpGttGtaResType,
1327        cItpSccpGttGtaResPc                CItpTcPointCode,
1328        cItpSccpGttGtaResMap               CItpTcPointCode,
1329        cItpSccpGttGtaResAppGroup          CItpSccpGttAppName,
1330        cItpSccpGttGtaTTorSSN              CItpTcTranslationType,
1331        cItpSccpGttGtaRoutingInd           CItpSccpGttRoutingInd,
1332        cItpSccpGttGtaQOS                  CItpSccpGttQOS,
1333	cItpSccpGttGtaAddrDispZB           CItpTcGtaDisplayZB,
1334        cItpSccpGttGtaAddrLenZB            CItpSccpGttGtaAddrLenZB,
1335        cItpSccpGttGtaAsName               CItpTcXuaName,
1336        cItpSccpGttGtaTTorSSNvalue         Unsigned32
1337}
1338
1339cItpSccpGttGtaTT         OBJECT-TYPE
1340        SYNTAX           CItpSccpGttTransType
1341        MAX-ACCESS       not-accessible
1342        STATUS           deprecated
1343        DESCRIPTION
1344                "Translation Type (TT) for this Global Title
1345                 Address."
1346        ::= { cItpSccpGttGtaTableEntry 1 }
1347
1348cItpSccpGttGtaNAI        OBJECT-TYPE
1349        SYNTAX           CItpTcNAI
1350        MAX-ACCESS       not-accessible
1351        STATUS           deprecated
1352        DESCRIPTION
1353                "Nature of Address Indicator (NAI) for Global Title
1354                 Address."
1355        ::= { cItpSccpGttGtaTableEntry 2 }
1356
1357cItpSccpGttGtaNP         OBJECT-TYPE
1358        SYNTAX           CItpTcNumberingPlan
1359        MAX-ACCESS       not-accessible
1360        STATUS           deprecated
1361        DESCRIPTION
1362                "Numbering Plan (NP) for this Global Title Address."
1363        ::= { cItpSccpGttGtaTableEntry 3 }
1364
1365cItpSccpGttGtaGTI        OBJECT-TYPE
1366        SYNTAX           CItpSccpGttGlobalTitleInd
1367        MAX-ACCESS       not-accessible
1368        STATUS           deprecated
1369        DESCRIPTION
1370                "Global Title Indicator (GTI) for this
1371                 Global Title Address."
1372        ::= { cItpSccpGttGtaTableEntry 4 }
1373
1374cItpSccpGttGtaAddr      OBJECT-TYPE
1375        SYNTAX          CItpTcGtaAddr
1376        MAX-ACCESS      not-accessible
1377        STATUS          deprecated
1378        DESCRIPTION
1379                "The Global Title Address is 8 octets
1380                 of the Called Party Address (CDPA)."
1381        ::= { cItpSccpGttGtaTableEntry 5 }
1382
1383cItpSccpGttGtaAddrDisp  OBJECT-TYPE
1384        SYNTAX          CItpTcGtaDisplay
1385        MAX-ACCESS      read-only
1386        STATUS          deprecated
1387        DESCRIPTION
1388                "The ASCII display string of Global Title Address
1389                 of 15 hex digits of the Called Party Address
1390                 (CDPA).
1391
1392                 This object is deprecated so as to allow a null
1393                 display string for a 'default' GTA."
1394        ::= { cItpSccpGttGtaTableEntry 6 }
1395
1396cItpSccpGttGtaAddrLen   OBJECT-TYPE
1397        SYNTAX          CItpSccpGttGtaAddrLen
1398        MAX-ACCESS      read-only
1399        STATUS          deprecated
1400        DESCRIPTION
1401                "The number of hex digits in the Global Title
1402                 Address of the Called Party Address (CDPA).
1403
1404                 This object is deprecated so as to allow a GTA
1405                 address length equal to zero."
1406        ::= { cItpSccpGttGtaTableEntry 7 }
1407
1408cItpSccpGttGtaSelName   OBJECT-TYPE
1409        SYNTAX          CItpSccpGttSelName
1410        MAX-ACCESS      read-only
1411        STATUS          deprecated
1412        DESCRIPTION
1413                "The Global Title Address selector name from
1414                 cItpSccpGttSelTable."
1415        ::= { cItpSccpGttGtaTableEntry 8 }
1416
1417cItpSccpGttGtaResType   OBJECT-TYPE
1418        SYNTAX          CItpSccpGttGtaResType
1419        MAX-ACCESS      read-only
1420        STATUS          deprecated
1421        DESCRIPTION
1422                "The SCCP Global Title Translation result type."
1423        ::= { cItpSccpGttGtaTableEntry 9 }
1424
1425cItpSccpGttGtaResPc     OBJECT-TYPE
1426        SYNTAX          CItpTcPointCode
1427        MAX-ACCESS      read-only
1428        STATUS          deprecated
1429        DESCRIPTION
1430                "When the GTA translates to a point code,
1431                 it has a valid point code and cItpSccpGttGtaResType
1432                 is 'pc'. Otherwise it is zero."
1433        ::= { cItpSccpGttGtaTableEntry 10 }
1434
1435cItpSccpGttGtaResMap    OBJECT-TYPE
1436        SYNTAX          CItpTcPointCode
1437        MAX-ACCESS      read-only
1438        STATUS          deprecated
1439        DESCRIPTION
1440           "When the GTA translates to a point code and an
1441            optional ssn, it has a valid point code and
1442            cItpSccpGttGtaResType is 'pcssn'. Otherwise it is zero."
1443        ::= { cItpSccpGttGtaTableEntry 11 }
1444
1445cItpSccpGttGtaResAppGroup  OBJECT-TYPE
1446        SYNTAX          CItpSccpGttAppName
1447        MAX-ACCESS      read-only
1448        STATUS          deprecated
1449        DESCRIPTION
1450                "When the GTA translates to an application group,
1451                 it has a valid application group name and
1452                 cItpSccpGttGtaResType is 'app'."
1453        ::= { cItpSccpGttGtaTableEntry 12 }
1454
1455cItpSccpGttGtaTTorSSN   OBJECT-TYPE
1456        SYNTAX          CItpTcTranslationType
1457        MAX-ACCESS      read-only
1458        STATUS          deprecated
1459        DESCRIPTION
1460                "When this object is 'tt', the object
1461                 cItpSccpGttGtaTTorSSNvalue specifies the SCCP GTT
1462                 Translation Type (TT). When this object is 'ssn',
1463                 the object cItpSccpGttGtaTTorSSNvalue specifies
1464                 the SCCP SubSystem Number (SSN)."
1465        ::= { cItpSccpGttGtaTableEntry 13 }
1466
1467cItpSccpGttGtaRoutingInd   OBJECT-TYPE
1468        SYNTAX          CItpSccpGttRoutingInd
1469        MAX-ACCESS      read-only
1470        STATUS          deprecated
1471        DESCRIPTION
1472                "The SCCP GTT GTA specifies the routing indicator.
1473
1474                 When cItpSccpGttGtaResType is 'pc' or 'pcssn',
1475                 this object has a valid routing indicator.
1476
1477                 When cItpSccpGttGtaResType is 'app' or 'as',
1478                 the routing indicator is not applicable."
1479        ::= { cItpSccpGttGtaTableEntry 14 }
1480
1481cItpSccpGttGtaQOS       OBJECT-TYPE
1482        SYNTAX          CItpSccpGttQOS
1483        MAX-ACCESS      read-only
1484        STATUS          deprecated
1485        DESCRIPTION
1486                "The SCCP GTT GTA specifies the QOS."
1487        ::= { cItpSccpGttGtaTableEntry 15 }
1488
1489cItpSccpGttGtaAddrDispZB OBJECT-TYPE
1490        SYNTAX           CItpTcGtaDisplayZB
1491        MAX-ACCESS       read-only
1492        STATUS           deprecated
1493        DESCRIPTION
1494                "The ASCII display string of Global Title Address
1495                 of 15 hex digits of the Called Party Address
1496                 (CDPA). A zero length string specifies a
1497                 default GTA value for the selector."
1498        ::= { cItpSccpGttGtaTableEntry 16 }
1499
1500cItpSccpGttGtaAddrLenZB   OBJECT-TYPE
1501        SYNTAX            CItpSccpGttGtaAddrLenZB
1502        MAX-ACCESS        read-only
1503        STATUS            deprecated
1504        DESCRIPTION
1505                "The number of hex digits in the Global Title
1506                 Address of the Called Party Address (CDPA).
1507                 For a default GTA, the address length is zero."
1508        ::= { cItpSccpGttGtaTableEntry 17 }
1509
1510cItpSccpGttGtaAsName    OBJECT-TYPE
1511        SYNTAX          CItpTcXuaName
1512        MAX-ACCESS      read-only
1513        STATUS          deprecated
1514        DESCRIPTION
1515           "The Application Server (AS) name specified by the GTA.
1516            It is valid only when cItpSccpGttGtaResType is 'as'.
1517            Otherwise it is a zero length string."
1518        ::= { cItpSccpGttGtaTableEntry 18 }
1519
1520cItpSccpGttGtaTTorSSNvalue OBJECT-TYPE
1521        SYNTAX          Unsigned32 ( 0..255 )
1522        MAX-ACCESS      read-only
1523        STATUS          deprecated
1524        DESCRIPTION
1525                "This object specifies SCCP GTT Translation Type (TT)
1526                 value when cItpSccpGttGtaTTorSSN is 'tt'.
1527                 It specifies SCCP SubSystem Number (SSN) value when
1528                 cItpSccpGttGtaTTorSSN is 'ssn'.
1529                 A zero value specifies that the TT or the SSN is not
1530                 applicable for this GTA entry."
1531        ::= { cItpSccpGttGtaTableEntry 19 }
1532
1533--  *************************************************************
1534--  The Application Group table in the ITP has been changed to
1535--  allow multiple items for the same cost. For this reason, the
1536--  table is DEPRECATED and replaced by cItpSccpGttAppGrTable
1537--  *************************************************************
1538
1539--  *************************************************************
1540--  *                                                           *
1541--  * SCCP - GTT Application Group Table (deprecated)           *
1542--  *                                                           *
1543--  *************************************************************
1544
1545cItpSccpGttAppTable     OBJECT-TYPE
1546        SYNTAX          SEQUENCE OF CItpSccpGttAppTableEntry
1547        MAX-ACCESS      not-accessible
1548        STATUS          deprecated
1549        DESCRIPTION
1550                "A table of SCCP GTT Application Group Table entries."
1551        ::= { cItpSccpGttApp  1 }
1552
1553cItpSccpGttAppTableEntry   OBJECT-TYPE
1554        SYNTAX          CItpSccpGttAppTableEntry
1555        MAX-ACCESS      not-accessible
1556        STATUS          deprecated
1557        DESCRIPTION
1558                "A list of SCCP GTT Application Group attributes."
1559        INDEX   {
1560                 cItpSccpGttAppName, -- Application Group Name
1561                 cItpSccpGttAppCost  -- Application Cost
1562        }
1563        ::= { cItpSccpGttAppTable  1 }
1564
1565CItpSccpGttAppTableEntry  ::= SEQUENCE {
1566        cItpSccpGttAppName                 CItpSccpGttAppName,
1567        cItpSccpGttAppCost                 CItpSccpGttAppCost,
1568        cItpSccpGttAppType                 CItpSccpGttAppType,
1569        cItpSccpGttAppPc                   CItpTcPointCode,
1570        cItpSccpGttAppSsn                  CItpTcSubSystemNumber,
1571        cItpSccpGttAppRi                   CItpSccpGttRoutingInd,
1572        cItpSccpGttAppMult                 CItpSccpGttMultInd,
1573        cItpSccpGttAppRefCount             Unsigned32
1574}
1575
1576cItpSccpGttAppName      OBJECT-TYPE
1577        SYNTAX          CItpSccpGttAppName
1578        MAX-ACCESS      not-accessible
1579        STATUS          deprecated
1580        DESCRIPTION
1581                "The GTT Application Group name."
1582        ::= { cItpSccpGttAppTableEntry 1 }
1583
1584cItpSccpGttAppCost      OBJECT-TYPE
1585        SYNTAX          CItpSccpGttAppCost
1586        MAX-ACCESS      not-accessible
1587        STATUS          deprecated
1588        DESCRIPTION
1589                "The cost for the item in the GTT Application Group."
1590        ::= { cItpSccpGttAppTableEntry 2 }
1591
1592cItpSccpGttAppType      OBJECT-TYPE
1593        SYNTAX          CItpSccpGttAppType
1594        MAX-ACCESS      read-only
1595        STATUS          deprecated
1596        DESCRIPTION
1597                "The type of the item in the GTT Application Group."
1598        ::= { cItpSccpGttAppTableEntry 3 }
1599
1600cItpSccpGttAppPc        OBJECT-TYPE
1601        SYNTAX          CItpTcPointCode
1602        MAX-ACCESS      read-only
1603        STATUS          deprecated
1604        DESCRIPTION
1605                "The point code specified by the item in the GTT
1606                 Application Group."
1607        ::= { cItpSccpGttAppTableEntry 4 }
1608
1609cItpSccpGttAppSsn       OBJECT-TYPE
1610        SYNTAX          CItpTcSubSystemNumber
1611        MAX-ACCESS      read-only
1612        STATUS          deprecated
1613        DESCRIPTION
1614           "The subsystem number (SSN) specified by the item
1615            in the GTT Application Group. It is valid only when
1616            cItpSccpGttAppItemType is 'pcssn'. Otherwise it is zero."
1617        ::= { cItpSccpGttAppTableEntry 5 }
1618
1619cItpSccpGttAppRi        OBJECT-TYPE
1620        SYNTAX          CItpSccpGttRoutingInd
1621        MAX-ACCESS      read-only
1622        STATUS          deprecated
1623        DESCRIPTION
1624                "The routing indicator (RI) specified by the item
1625                 in the GTT Application Group."
1626        ::= { cItpSccpGttAppTableEntry 6 }
1627
1628cItpSccpGttAppMult      OBJECT-TYPE
1629        SYNTAX          CItpSccpGttMultInd
1630        MAX-ACCESS      read-only
1631        STATUS          deprecated
1632        DESCRIPTION
1633                "The multiplicity of the GTT Application Group."
1634        ::= { cItpSccpGttAppTableEntry 7 }
1635
1636cItpSccpGttAppRefCount  OBJECT-TYPE
1637        SYNTAX          Unsigned32 ( 0..2147483647 )
1638        MAX-ACCESS      read-only
1639        STATUS          deprecated
1640        DESCRIPTION
1641                "The reference count for the GTT Application Group."
1642        ::= { cItpSccpGttAppTableEntry 8 }
1643
1644--  *************************************************************
1645--  *                                                           *
1646--  * SCCP - GTT Application Group Table                        *
1647--  *        This table replaces cItpSccpGttAppTable            *
1648--  *        The third index 'cItpSccpGttAppGrEntNum' of this   *
1649--  *        table is new.                                      *
1650--  *************************************************************
1651
1652cItpSccpGttAppGrTable   OBJECT-TYPE
1653        SYNTAX          SEQUENCE OF CItpSccpGttAppGrTableEntry
1654        MAX-ACCESS      not-accessible
1655        STATUS          deprecated
1656        DESCRIPTION
1657                "A table of SCCP GTT Application Group Table entries."
1658        ::= { cItpSccpGttAppGr  1 }
1659
1660cItpSccpGttAppGrTableEntry OBJECT-TYPE
1661        SYNTAX             CItpSccpGttAppGrTableEntry
1662        MAX-ACCESS         not-accessible
1663        STATUS             deprecated
1664        DESCRIPTION
1665                "A list of SCCP GTT Application Group attributes."
1666        INDEX   {
1667                 cItpSccpGttAppGrName,  -- Application Group Name
1668                 cItpSccpGttAppGrCost,  -- Application Cost
1669                 cItpSccpGttAppGrEntNum -- Application Group Entry Number
1670        }
1671        ::= { cItpSccpGttAppGrTable  1 }
1672
1673CItpSccpGttAppGrTableEntry  ::= SEQUENCE {
1674        cItpSccpGttAppGrName               CItpSccpGttAppName,
1675        cItpSccpGttAppGrCost               CItpSccpGttAppCost,
1676        cItpSccpGttAppGrEntNum             Unsigned32,
1677        cItpSccpGttAppGrType               CItpSccpGttAppType,
1678        cItpSccpGttAppGrPc                 CItpTcPointCode,
1679        cItpSccpGttAppGrSsn                CItpTcSubSystemNumber,
1680        cItpSccpGttAppGrRi                 CItpSccpGttRoutingInd,
1681        cItpSccpGttAppGrMult               CItpSccpGttMultInd,
1682        cItpSccpGttAppGrRefCount           Unsigned32,
1683        cItpSccpGttAppGrAsName             CItpTcXuaName,
1684        cItpSccpGttAppGrNewSsn             CItpTcSubSystemNumber,
1685        cItpSccpGttAppGrNumUsed            Counter32
1686}
1687
1688cItpSccpGttAppGrName    OBJECT-TYPE
1689        SYNTAX          CItpSccpGttAppName
1690        MAX-ACCESS      not-accessible
1691        STATUS          deprecated
1692        DESCRIPTION
1693                "The GTT Application Group name."
1694        ::= { cItpSccpGttAppGrTableEntry 1 }
1695
1696cItpSccpGttAppGrCost    OBJECT-TYPE
1697        SYNTAX          CItpSccpGttAppCost
1698        MAX-ACCESS      not-accessible
1699        STATUS          deprecated
1700        DESCRIPTION
1701                "The cost for the item in the GTT Application Group."
1702        ::= { cItpSccpGttAppGrTableEntry 2 }
1703
1704cItpSccpGttAppGrEntNum  OBJECT-TYPE
1705        SYNTAX          Unsigned32 (0..65535)
1706        MAX-ACCESS      not-accessible
1707        STATUS          deprecated
1708        DESCRIPTION
1709                "The entry number for the same cost for the item
1710                 in the GTT Application Group."
1711        ::= { cItpSccpGttAppGrTableEntry 3 }
1712
1713cItpSccpGttAppGrType    OBJECT-TYPE
1714        SYNTAX          CItpSccpGttAppType
1715        MAX-ACCESS      read-only
1716        STATUS          deprecated
1717        DESCRIPTION
1718                "The type of the item in the GTT Application Group."
1719        ::= { cItpSccpGttAppGrTableEntry 4 }
1720
1721cItpSccpGttAppGrPc      OBJECT-TYPE
1722        SYNTAX          CItpTcPointCode
1723        MAX-ACCESS      read-only
1724        STATUS          deprecated
1725        DESCRIPTION
1726                "The point code specified by the item in the GTT
1727                 Application Group."
1728        ::= { cItpSccpGttAppGrTableEntry 5 }
1729
1730cItpSccpGttAppGrSsn     OBJECT-TYPE
1731        SYNTAX          CItpTcSubSystemNumber
1732        MAX-ACCESS      read-only
1733        STATUS          deprecated
1734        DESCRIPTION
1735           "The subsystem number (SSN) specified by the item
1736            in the GTT Application Group. It is valid only when
1737            cItpSccpGttAppItemType is 'pcssn'. Otherwise it is zero."
1738        ::= { cItpSccpGttAppGrTableEntry 6 }
1739
1740cItpSccpGttAppGrRi      OBJECT-TYPE
1741        SYNTAX          CItpSccpGttRoutingInd
1742        MAX-ACCESS      read-only
1743        STATUS          deprecated
1744        DESCRIPTION
1745                "The routing indicator (RI) specified by the item
1746                 in the GTT Application Group."
1747        ::= { cItpSccpGttAppGrTableEntry 7 }
1748
1749cItpSccpGttAppGrMult    OBJECT-TYPE
1750        SYNTAX          CItpSccpGttMultInd
1751        MAX-ACCESS      read-only
1752        STATUS          deprecated
1753        DESCRIPTION
1754                "The multiplicity of the GTT Application Group."
1755        ::= { cItpSccpGttAppGrTableEntry 8 }
1756
1757cItpSccpGttAppGrRefCount OBJECT-TYPE
1758        SYNTAX           Unsigned32 ( 0..2147483647 )
1759        MAX-ACCESS       read-only
1760        STATUS           deprecated
1761        DESCRIPTION
1762                "The reference count for the GTT Application Group."
1763        ::= { cItpSccpGttAppGrTableEntry 9 }
1764
1765cItpSccpGttAppGrAsName  OBJECT-TYPE
1766        SYNTAX          CItpTcXuaName
1767        MAX-ACCESS      read-only
1768        STATUS          deprecated
1769        DESCRIPTION
1770           "The Application Server (AS) name specified by the item
1771            in the GTT Application Group. It is valid only when
1772            cItpSccpGttAppGrItemType is 'as'. Otherwise it
1773            is a zero length string."
1774        ::= { cItpSccpGttAppGrTableEntry 10 }
1775
1776cItpSccpGttAppGrNewSsn  OBJECT-TYPE
1777        SYNTAX          CItpTcSubSystemNumber
1778        MAX-ACCESS      read-only
1779        STATUS          deprecated
1780        DESCRIPTION
1781           "The new subsystem number (SSN) specified by the item
1782            in the GTT Application Group. It is valid only when
1783            cItpSccpGttAppGrItemType is 'as'. Otherwise it
1784            is zero."
1785        ::= { cItpSccpGttAppGrTableEntry 11 }
1786
1787cItpSccpGttAppGrNumUsed OBJECT-TYPE
1788        SYNTAX          Counter32
1789        MAX-ACCESS      read-only
1790        STATUS          deprecated
1791        DESCRIPTION
1792                "The number of times this item in the GTT Application
1793                 Group is used successfully."
1794        ::= { cItpSccpGttAppGrTableEntry 12 }
1795
1796--  *************************************************************
1797--  *                                                           *
1798--  * SCCP - GTT Prefix Conversion Table                        *
1799--  *                                                           *
1800--  *************************************************************
1801
1802cItpSccpGttPrefTable   OBJECT-TYPE
1803        SYNTAX          SEQUENCE OF CItpSccpGttPrefTableEntry
1804        MAX-ACCESS      not-accessible
1805        STATUS          deprecated
1806        DESCRIPTION
1807                "A table of SCCP GTT Prefix Conversion Table entries.
1808
1809                 When a packet with GTA is received, it may need
1810                 global title translation depending on Translation
1811                 Type (TT), Numbering Plan (NP), Network Address
1812                 Indicator (NAI) and Global Title Indicator (GTI)
1813                 present in the packet. To perform the translation
1814                 a selector (cItpSccpGttSelTable) corresponding to
1815                 TT, NP, NAI and GTI is used. The selector also
1816                 specifies prefix conversion of the GTA before (pre)
1817                 performing the global title translation or after
1818                 (post) performing the global title translation.
1819
1820                 A selector can specify any or both (pre and post)
1821                 prefix conversion tables.
1822
1823                 The prefix conversion involves matching of GTA digits
1824                 in the cItpSccpGttPrefInAddr and then replacing those
1825                 digits with the digits in cItpSccpGttPrefOutAddr."
1826
1827        ::= { cItpSccpGttPref 1 }
1828
1829cItpSccpGttPrefTableEntry  OBJECT-TYPE
1830        SYNTAX             CItpSccpGttPrefTableEntry
1831        MAX-ACCESS         not-accessible
1832        STATUS             deprecated
1833        DESCRIPTION
1834                "A list of SCCP GTT Prefix Conversion attributes."
1835        INDEX   {
1836                 cItpSccpGttPrefName,   -- Prefix conversion table name
1837                 cItpSccpGttPrefInAddr  -- In-address for the conversion
1838        }
1839        ::= { cItpSccpGttPrefTable  1 }
1840
1841CItpSccpGttPrefTableEntry  ::= SEQUENCE {
1842        cItpSccpGttPrefName                CItpSccpGttPrefName,
1843        cItpSccpGttPrefInAddr              CItpTcGtaAddr,
1844        cItpSccpGttPrefOutAddr             CItpTcGtaAddr,
1845        cItpSccpGttPrefTblNAI              CItpTcNAI,
1846        cItpSccpGttPrefTblNP               CItpTcNumberingPlan,
1847        cItpSccpGttPrefItemNAI             CItpTcNAI,
1848        cItpSccpGttPrefItemNP              CItpTcNumberingPlan
1849}
1850
1851cItpSccpGttPrefName     OBJECT-TYPE
1852        SYNTAX          CItpSccpGttPrefName
1853        MAX-ACCESS      not-accessible
1854        STATUS          deprecated
1855        DESCRIPTION
1856                "The GTT Prefix Conversion table name."
1857        ::= { cItpSccpGttPrefTableEntry 1 }
1858
1859cItpSccpGttPrefInAddr   OBJECT-TYPE
1860        SYNTAX          CItpTcGtaAddr
1861        MAX-ACCESS      not-accessible
1862        STATUS          deprecated
1863        DESCRIPTION
1864                "If the GTA of the Called Party Address (CDPA)
1865                 matches the digits in this object, then the
1866                 prefix conversion is performed."
1867        ::= { cItpSccpGttPrefTableEntry 2 }
1868
1869cItpSccpGttPrefOutAddr  OBJECT-TYPE
1870        SYNTAX          CItpTcGtaAddr
1871        MAX-ACCESS      read-only
1872        STATUS          deprecated
1873        DESCRIPTION
1874                "If the GTA of the Called Party Address (CDPA)
1875                 matches the digits in cItpSccpGttPrefInAddr
1876                 then this object is used in the prefix
1877                 conversion."
1878        ::= { cItpSccpGttPrefTableEntry 3 }
1879
1880cItpSccpGttPrefTblNAI    OBJECT-TYPE
1881        SYNTAX           CItpTcNAI
1882        MAX-ACCESS       read-only
1883        STATUS           deprecated
1884        DESCRIPTION
1885                "Nature of Address Indicator (NAI) for the Prefix
1886                 Conversion Table."
1887        ::= { cItpSccpGttPrefTableEntry 4 }
1888
1889cItpSccpGttPrefTblNP     OBJECT-TYPE
1890        SYNTAX           CItpTcNumberingPlan
1891        MAX-ACCESS       read-only
1892        STATUS           deprecated
1893        DESCRIPTION
1894                "Numbering Plan (NP) for the Prefix Conversion
1895                 Table."
1896        ::= { cItpSccpGttPrefTableEntry 5 }
1897
1898cItpSccpGttPrefItemNAI   OBJECT-TYPE
1899        SYNTAX           CItpTcNAI
1900        MAX-ACCESS       read-only
1901        STATUS           deprecated
1902        DESCRIPTION
1903                "Nature of Address Indicator (NAI) for the deprecated
1904                 item in this Prefix Conversion Table."
1905        ::= { cItpSccpGttPrefTableEntry 6 }
1906
1907cItpSccpGttPrefItemNP    OBJECT-TYPE
1908        SYNTAX           CItpTcNumberingPlan
1909        MAX-ACCESS       read-only
1910        STATUS           deprecated
1911        DESCRIPTION
1912                "Numbering Plan (NP) for the deprecateditem in this
1913                 Prefix Conversion Table."
1914        ::= { cItpSccpGttPrefTableEntry 7 }
1915
1916--  *************************************************************
1917--  *                                                           *
1918--  * Notifications                                             *
1919--  *                                                           *
1920--  *************************************************************
1921
1922cItpSccpNotifications OBJECT IDENTIFIER ::=
1923        {  cItpSccpMIBNotifs 0 }
1924
1925cItpSccpGttMapStateChange NOTIFICATION-TYPE
1926        OBJECTS {
1927                cItpSpCLLICode,
1928                cItpSpDisplayName,
1929                cItpSccpGttMapDisplayPC,
1930                cItpSccpGttMapDisplaySS,
1931                cItpSccpGttMapSsStatus
1932        }
1933        STATUS  deprecated
1934        DESCRIPTION
1935                "The notification generated when a mated
1936                application subsystem changes to a new state.
1937                The value of cItpSccpGttMapSsStatus indicates
1938                the new state for the subsystem."
1939        ::= { cItpSccpNotifications 1 }
1940
1941--  ********************************************************************
1942--  *                                                                  *
1943--  *  Conformance Information
1944--  *
1945--  ********************************************************************
1946cItpSccpMIBCompliances OBJECT IDENTIFIER ::= { cItpSccpConformance 1 }
1947cItpSccpMIBGroups      OBJECT IDENTIFIER ::= { cItpSccpConformance 2 }
1948
1949-- Compliance
1950
1951cItpSccpMIBCompliance MODULE-COMPLIANCE
1952        STATUS deprecated -- superceded by cItpSccpMIBComplianceRev1
1953        DESCRIPTION
1954                "The compliance statement for entities which implement
1955                the Cisco SP MIB"
1956        MODULE -- this module
1957                MANDATORY-GROUPS {
1958                        cItpSccpScalarsGroup,
1959                        cItpSccpGttConPcGroup,
1960                        cItpSccpGttMapGroup,
1961                        cItpSccpGttSelGroup,
1962                        cItpSccpGttGtaGroup,
1963                        cItpSccpGttAppGroup,
1964                        cItpSccpNotificationsGroup
1965                }
1966        ::= { cItpSccpMIBCompliances 1 }
1967
1968cItpSccpMIBComplianceRev1 MODULE-COMPLIANCE
1969        STATUS deprecated -- superceded by cItpSccpMIBComplianceRev2
1970        DESCRIPTION
1971                "The compliance statement for entities which implement
1972                the Cisco SP MIB"
1973        MODULE -- this module
1974                MANDATORY-GROUPS {
1975                        cItpSccpScalarsGroup,
1976                        cItpSccpGttConPcGroup,
1977                        cItpSccpGttMapGroup,
1978                        cItpSccpNotificationsGroup,
1979                        cItpSccpConfigStatusGroup,
1980                        cItpSccpGttSelGroupRev1,
1981                        cItpSccpGttGtaGroupRev1,
1982                        cItpSccpGttAppGrGroup,
1983                        cItpSccpGttPrefGroup
1984                }
1985        ::= { cItpSccpMIBCompliances 2 }
1986
1987cItpSccpMIBComplianceRev2 MODULE-COMPLIANCE
1988        STATUS deprecated
1989        DESCRIPTION
1990                "The compliance statement for entities which implement
1991                the Cisco SP MIB"
1992        MODULE -- this module
1993                MANDATORY-GROUPS {
1994                        cItpSccpScalarsGroup,
1995                        cItpSccpGttConPcGroup,
1996                        cItpSccpGttMapGroup,
1997                        cItpSccpNotificationsGroup,
1998                        cItpSccpConfigStatusGroup,
1999                        cItpSccpGttSelGroupRev1,
2000                        cItpSccpGttGtaGroupRev2,
2001                        cItpSccpGttAppGrGroupRev2,
2002                        cItpSccpGttPrefGroup
2003                }
2004        ::= { cItpSccpMIBCompliances 3 }
2005
2006-- Units of Conformance
2007
2008 cItpSccpScalarsGroup OBJECT-GROUP
2009        OBJECTS {
2010                cItpSccpTotalMsgs,
2011                cItpSccpLocalMsgs,
2012                cItpSccpTotalGttMsgs,
2013                cItpSccpUDTMsgsSent,
2014                cItpSccpUDTSMsgsSent,
2015                cItpSccpUDTMsgsRcvd,
2016                cItpSccpUDTSMsgsRcvd,
2017                cItpSccpXUDTMsgsSent,
2018                cItpSccpXUDTSMsgsSent,
2019                cItpSccpXUDTMsgsRcvd,
2020                cItpSccpXUDTSMsgsRcvd,
2021                cItpSccpLUDTMsgsSent,
2022                cItpSccpLUDTSMsgsSent,
2023                cItpSccpLUDTMsgsRcvd,
2024                cItpSccpLUDTSMsgsRcvd,
2025                cItpSccpCrToMtp,
2026                cItpSccpCrefToMtp,
2027                cItpSccpCrFromMtp,
2028                cItpSccpCrefFromMtp,
2029                cItpSccpRsrToMtp,
2030                cItpSccpRsrFromMtp,
2031                cItpSccpErrToMtp,
2032                cItpSccpErrFromMtp,
2033                cItpSccpCpcConfigLastChanged,
2034                cItpSccpMapConfigLastChanged,
2035                cItpSccpSelConfigLastChanged,
2036                cItpSccpGtaConfigLastChanged,
2037                cItpSccpAppConfigLastChanged,
2038                cItpSccpGttMapStateNotifEnabled
2039        }
2040        STATUS deprecated
2041        DESCRIPTION
2042                "SCCP main objects."
2043        ::= { cItpSccpMIBGroups 1 }
2044
2045cItpSccpGttConPcGroup OBJECT-GROUP
2046        OBJECTS {
2047                cItpSccpGttConPcRefCount
2048        }
2049        STATUS deprecated
2050        DESCRIPTION
2051                "SCCP Concerned Point Code objects."
2052        ::= { cItpSccpMIBGroups 2 }
2053
2054cItpSccpGttMapGroup OBJECT-GROUP
2055        OBJECTS {
2056                cItpSccpGttMapDisplayPC,
2057                cItpSccpGttMapDisplaySS,
2058                cItpSccpGttMapType,
2059                cItpSccpGttMapPcStatus,
2060                cItpSccpGttMapSsStatus,
2061                cItpSccpGttMapMultInd,
2062                cItpSccpGttMapBackupPc,
2063                cItpSccpGttMapBackupSsn,
2064                cItpSccpGttMapConPcList,
2065                cItpSccpGttMapReRouteOnCong,
2066                cItpSccpGttMapAdjacent,
2067                cItpSccpGttMapLastSsUsed,
2068                cItpSccpGttMapUsed,
2069                cItpSccpGttMapAltUsed,
2070                cItpSccpGttMapSccpUnavail,
2071                cItpSccpGttMapPcUnavail,
2072                cItpSccpGttMapSsUnavail,
2073                cItpSccpGttMapPcCongested,
2074                cItpSccpGttMapSsCongested,
2075                cItpSccpGttMapMtp3Fail,
2076                cItpSccpGttMapRefCount,
2077                cItpSccpGttMapCongStatus
2078        }
2079        STATUS deprecated
2080        DESCRIPTION
2081                "SCCP GTT Mated Application objects."
2082        ::= { cItpSccpMIBGroups 3 }
2083
2084cItpSccpGttSelGroup OBJECT-GROUP
2085        OBJECTS {
2086                cItpSccpGttSelName,
2087                cItpSccpGttSelNumPerf,
2088                cItpSccpGttSelNotFound,
2089                cItpSccpGttSelQOS,
2090                cItpSccpGttSelRefCount
2091        }
2092        STATUS deprecated --  superceded by cItpSccpGttSelGroupRev1
2093        DESCRIPTION
2094                "SCCP GTT Selector objects."
2095        ::= { cItpSccpMIBGroups 4 }
2096
2097cItpSccpGttGtaGroup OBJECT-GROUP
2098        OBJECTS {
2099                cItpSccpGttGtaAddrDisp,
2100                cItpSccpGttGtaAddrLen,
2101                cItpSccpGttGtaSelName,
2102                cItpSccpGttGtaResType,
2103                cItpSccpGttGtaResPc,
2104                cItpSccpGttGtaResMap,
2105                cItpSccpGttGtaResAppGroup,
2106                cItpSccpGttGtaTTorSSN,
2107                cItpSccpGttGtaRoutingInd,
2108                cItpSccpGttGtaQOS
2109        }
2110        STATUS deprecated --  superceded by cItpSccpGttGtaGroupRev1
2111        DESCRIPTION
2112                "SCCP GTT Global Title Address objects."
2113        ::= { cItpSccpMIBGroups 5 }
2114
2115cItpSccpGttAppGroup OBJECT-GROUP
2116        OBJECTS {
2117                cItpSccpGttAppType,
2118                cItpSccpGttAppPc,
2119                cItpSccpGttAppSsn,
2120                cItpSccpGttAppRi,
2121                cItpSccpGttAppMult,
2122                cItpSccpGttAppRefCount
2123        }
2124        STATUS deprecated --  superceded by cItpSccpGttAppGrGroup
2125        DESCRIPTION
2126                "SCCP GTT Application Group objects."
2127        ::= { cItpSccpMIBGroups 6 }
2128
2129cItpSccpNotificationsGroup NOTIFICATION-GROUP
2130        NOTIFICATIONS {
2131                  cItpSccpGttMapStateChange
2132          }
2133          STATUS deprecated
2134          DESCRIPTION
2135                  "SCCP notification objects."
2136        ::= { cItpSccpMIBGroups 7 }
2137
2138
2139cItpSccpConfigStatusGroup OBJECT-GROUP
2140        OBJECTS {
2141                cItpSccpPrefConfigLastChanged,
2142                cItpSccpGttConfigLoad,
2143                cItpSccpGttConfigLoadStatus
2144        }
2145        STATUS deprecated
2146        DESCRIPTION
2147                "Objects to provide information on configuration
2148                 status and time when changes where made to the
2149                 SCCP configuration."
2150        ::= { cItpSccpMIBGroups 8 }
2151
2152cItpSccpGttSelGroupRev1 OBJECT-GROUP
2153        OBJECTS {
2154                cItpSccpGttSelName,
2155                cItpSccpGttSelNumPerf,
2156                cItpSccpGttSelNotFound,
2157                cItpSccpGttSelQOS,
2158                cItpSccpGttSelRefCount,
2159                cItpSccpGttPrePrefConv,
2160                cItpSccpGttPostPrefConv
2161        }
2162        STATUS deprecated
2163        DESCRIPTION
2164                "SCCP GTT Selector objects."
2165        ::= { cItpSccpMIBGroups 9 }
2166
2167cItpSccpGttGtaGroupRev1 OBJECT-GROUP
2168        OBJECTS {
2169                cItpSccpGttGtaSelName,
2170                cItpSccpGttGtaResType,
2171                cItpSccpGttGtaResPc,
2172                cItpSccpGttGtaResMap,
2173                cItpSccpGttGtaResAppGroup,
2174                cItpSccpGttGtaTTorSSN,
2175                cItpSccpGttGtaRoutingInd,
2176                cItpSccpGttGtaQOS,
2177                cItpSccpGttGtaAddrDispZB,
2178                cItpSccpGttGtaAddrLenZB,
2179                cItpSccpGttGtaAsName
2180        }
2181        STATUS deprecated --  superceded by cItpSccpGttGtaGroupRev2
2182        DESCRIPTION
2183                "SCCP GTT Global Title Address objects."
2184        ::= { cItpSccpMIBGroups 10 }
2185
2186cItpSccpGttAppGrGroup OBJECT-GROUP
2187        OBJECTS {
2188                cItpSccpGttAppGrType,
2189                cItpSccpGttAppGrPc,
2190                cItpSccpGttAppGrSsn,
2191                cItpSccpGttAppGrRi,
2192                cItpSccpGttAppGrMult,
2193                cItpSccpGttAppGrRefCount,
2194                cItpSccpGttAppGrAsName,
2195                cItpSccpGttAppGrNewSsn
2196        }
2197        STATUS deprecated --  superceded by cItpSccpGttAppGrGroupRev2
2198        DESCRIPTION
2199                "SCCP GTT Application Group objects."
2200        ::= { cItpSccpMIBGroups 11 }
2201
2202cItpSccpGttPrefGroup OBJECT-GROUP
2203        OBJECTS {
2204                cItpSccpGttPrefOutAddr,
2205                cItpSccpGttPrefTblNAI,
2206                cItpSccpGttPrefTblNP,
2207                cItpSccpGttPrefItemNAI,
2208                cItpSccpGttPrefItemNP
2209        }
2210        STATUS deprecated
2211        DESCRIPTION
2212                "SCCP GTT Prefix Conversion Table objects."
2213        ::= { cItpSccpMIBGroups 12 }
2214
2215cItpSccpGttGtaGroupRev2 OBJECT-GROUP
2216        OBJECTS {
2217                cItpSccpGttGtaSelName,
2218                cItpSccpGttGtaResType,
2219                cItpSccpGttGtaResPc,
2220                cItpSccpGttGtaResMap,
2221                cItpSccpGttGtaResAppGroup,
2222                cItpSccpGttGtaTTorSSN,
2223                cItpSccpGttGtaRoutingInd,
2224                cItpSccpGttGtaQOS,
2225                cItpSccpGttGtaAddrDispZB,
2226                cItpSccpGttGtaAddrLenZB,
2227                cItpSccpGttGtaAsName,
2228                cItpSccpGttGtaTTorSSNvalue
2229        }
2230        STATUS deprecated
2231        DESCRIPTION
2232                "SCCP GTT Global Title Address objects."
2233        ::= { cItpSccpMIBGroups 13 }
2234
2235cItpSccpGttAppGrGroupRev2 OBJECT-GROUP
2236        OBJECTS {
2237                cItpSccpGttAppGrType,
2238                cItpSccpGttAppGrPc,
2239                cItpSccpGttAppGrSsn,
2240                cItpSccpGttAppGrRi,
2241                cItpSccpGttAppGrMult,
2242                cItpSccpGttAppGrRefCount,
2243                cItpSccpGttAppGrAsName,
2244                cItpSccpGttAppGrNewSsn,
2245                cItpSccpGttAppGrNumUsed
2246        }
2247        STATUS deprecated
2248        DESCRIPTION
2249                "SCCP GTT Application Group objects."
2250        ::= { cItpSccpMIBGroups 14 }
2251
2252END
2253