-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-ITP-GSP-MIB-V1SMI.my
4826 lines (4526 loc) · 145 KB
/
CISCO-ITP-GSP-MIB-V1SMI.my
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- MIB file created 04-Nov-2008 15:51:19, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-ITP-GSP-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-ITP-GSP-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
InetAddressType, InetAddress, InetPortNumber
FROM INET-ADDRESS-MIB
InterfaceIndexOrZero
FROM IF-MIB
RowStatus, TimeStamp, TruthValue
FROM SNMPv2-TC-v1
CItpTcAclId, CItpTcCLLI, CItpTcDisplayPC, CItpTcInstanceNumber,
CItpTcLinksetId, CItpTcNetworkName, CItpTcLinkSLC,
CItpTcLinkType, CItpTcNetworkIndicator, CItpTcPointCode,
CItpTcPointCodeType, CItpTcQos, CItpTcRouteTableName,
CItpTcServiceIndicator
FROM CISCO-ITP-TC-MIB
ciscoMgmt
FROM CISCO-SMI
Counter, Gauge
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215;
ciscoGspMIB OBJECT IDENTIFIER ::= { ciscoMgmt 336 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200805070000Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems, Inc
-- Customer Service
--
-- Postal: 170 W. Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected]
-- Descr
-- The MIB for managing Signalling Points and its
-- associated messages transported over Signalling
-- System No. 7 (SS7) Network via Cisco IP Transfer
-- Point. This MIB replaces the CISCO-ITP-SP-MIB and
-- provide support multiple instances of a signalling
-- point within same configuration.
--
-- The Cisco IP Transfer Point (ITP) is a hardware
-- and software solution that transports SS7 traffic
-- using IP. Each ITP node provides function similar
-- to SS7 Signalling point.
--
-- The relevant ITU documents describing this technology
-- is the ITU Q series, including ITU Q.700: Introduction
-- to CCITT Signalling System No. 7 and ITU Q.701
-- Functional description of the message transfer part
-- (MTP) of Signalling System No. 7.
--
-- This MIB models the GSP as follows:
--
--
-- Abbreviations:
-- AERM - Alignment Error Rate Monitor
-- CLLI - Common-Language Location Identification
-- DPC - Destination Point Code
-- GSP - Gateway Signalling Point
-- HSL - High Speed Link (ATM based)
-- LLSC - link set control
-- LSAC - Signalling link activity control
-- LSDA - Signalling data link allocation
-- LSLA - Signalling link activation
-- LSLD - Signalling link deactivation
-- LSLR - Signalling link restoration
-- LSSU - Link Status Signal Unit
-- LSTA - Signalling terminal allocation
-- MTP - Message Transport Protocol
-- MTP2 - Layer 2 of Message Transport Protocol
-- MTP3 - Layer 3 of Message Transport Protocol
-- NTT - The Japanese Nippon Telephone & Telegraph
-- OPC - Originating Point Code
-- PC - Point Code
-- RTN - RouteTableName
-- SCTP - Stream Transmission Protocol(RFC 2960)
-- SIB - Status Indicator Busy
-- SLT - Signalling Link Test
-- SLTA - Signalling Link Test Acknowledgement
-- SP - Signalling Point
-- SS7 - System No. 7 (SS7) Network
-- SUERM - Signal Unit Error Rate Monitor
-- TCBC - Changeback control
-- TCOC - Changeover control
-- TCRC - Controlled rerouting control
-- TFRC - Forced rerouting control
-- TLAC - Link availability control
-- TPRC - Signalling point restart control
-- TRCC - Signalling route set congestion control
-- TSFC - Signalling traffic flow control
-- TSRC - Signalling routing control
-- TTC - The Japanese Telecommunications Technology
-- Committee
-- RevDate
-- 200805070000Z
-- RevDescr
-- Added the following objects into CgspLinkTableEntry
-- for additional Q752 related reporting.
-- cgspLinkQ752T1E12,
-- cgspLinkQ752T1E12Errors,
-- cgspLinkQ752T2E11,
-- cgspLinkQ752T2E17,
-- cgspLinkQ752T2E19.
-- Added linkRestored(34) and linkTestFailure(35) reason code to the
-- cgspLinkReason object.
--
-- Added the following textual convention:
-- CgspDisplayInstanceUserPart.
--
-- Added a new table cgspInstUPUTable with following objects:
-- cgspMtp3SI, cgspInstSIUPUReceived, cgspInstSIUPUTransmitted,
-- cgspInstUserPartDisplay.
--
-- Added the following objects:
-- cgspNotificationsInfo, cgspUPUNotifWindowTime.
--
-- Added following new notifications:
-- ciscoGspUPUReceived, ciscoGspUPUTransmitted.
--
-- Added the following cgspNotificationsInfo objects:
-- cgspUPUIntervalDuration, cgspIntervalUPUs.
-- RevDate
-- 200510210000Z
-- RevDescr
-- Added new set of enums (from timerMtp2T01 to
-- timerMtp2T07) to TC CgspTimerNumbers for
-- MTP2 timers specified in ITU Q.703.
-- RevDate
-- 200502240000Z
-- RevDescr
-- Added new ciscoGspIsolation notification to indicate
-- when MTP3 node becomes isolated.
-- RevDate
-- 200307160000Z
-- RevDescr
-- Additional reason codes to the cgspLinkReason object
-- and updated CgspSS7Variant textual convention to
-- support NTT and TTC Japanese variants. Also, update
-- REFERENCE clauses to indicate support for appropriate
-- ANSI standard.
-- RevDate
-- 200303030000Z
-- RevDescr
-- Initial version of this MIB module.
ciscoGspMIBNotifs OBJECT IDENTIFIER ::= { ciscoGspMIB 0 }
ciscoGspMIBObjects OBJECT IDENTIFIER ::= { ciscoGspMIB 1 }
ciscoGspMIBConform OBJECT IDENTIFIER ::= { ciscoGspMIB 2 }
cgspScalars OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 1 }
cgspProfile OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 2 }
cgspInstance OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 3 }
cgspPointCode OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 4 }
cgspLinkset OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 5 }
cgspLink OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 6 }
cgspNotificationsEnable OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 7 }
cgspNotificationsInfo OBJECT IDENTIFIER ::= { ciscoGspMIBObjects 8 }
ciscoGspMIBCompliances OBJECT IDENTIFIER ::= { ciscoGspMIBConform 1 }
ciscoGspMIBGroups OBJECT IDENTIFIER ::= { ciscoGspMIBConform 2 }
CgspSequenceNumber ::= Gauge(0..65535)
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This textual convention defines all of the allowed
-- values for a sequence of integers used by the
-- SS7 protocol to transmit and acknowledge packets.
-- The range is specified from 0 to maximum allowed
-- value for extended sequence numbers. The actual
-- range will depend on the type of link and
-- the variant. The value will increase and then wrap
-- to the zero value. The following are examples of
-- valid sequences.
-- 0..126,127,0..
-- 0..254,255,0..
-- 0..32766,32767,0..
-- 0..65534,65535,0..
-- Therefore, the sequence number will behave like
-- a counter with range appropriate for the type of
-- link.
CgspSampleInterval ::= Gauge(60..3600)
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This textual convention defines the allowed values
-- for a sample interval. This value is specified in
-- seconds and ranges from 1 minute to 1 hour.
CgspPercentThreshold ::= Gauge(0..100)
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This textual convention defines the allowed values
-- used to define a threshold. This value is
-- specified as percentage of link utilization. A
-- value of zero indicates that this specific
-- threshold is to be ignored.
CgspLinkTestResults ::= INTEGER {
--?? enum value of zero may cause problems
noErrors(0),
undefinedOpc(1),
incorrectOpc(2),
undefinedSlc(3),
incorrectSlc(4),
incorrectNi(5),
badPattern(6),
nonAdjacent(7),
failed(8)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This object provides information on result from
-- signalling link test procedures as follows.
-- 'noErrors' : Link test did not detect any errors.
-- 'undefinedOpc' : A signalling link test message was
-- received with an undefined originating
-- point code.
-- 'incorrectOpc' : A signalling link test message was
-- received with an incorrect originating
-- point code.
-- 'undefinedSlc' : A signalling link test message was
-- received with an undefined signalling
-- link code.
-- 'incorrectSlc' : A signalling link test message was
-- received with an incorrect signalling
-- link code..
-- 'incorrectNi' : A signalling link test message was
-- received with an incorrect Network
-- Indicator.
-- 'badPattern' : A signalling link test message was
-- received with an incorrect test
-- pattern. This may be caused by variant
-- mismatched or incorrect definitions
-- on physical link.
-- 'nonAdjacent' :Received a signalling link test message
-- from an non-adjacent node.
-- 'failed' :Unable to run test or no response was
-- received within the specified interval.
CgspLinkUtilization ::= Gauge(0..999)
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This textual convention defines a range of values
-- that represent a link's utilization during an
-- interval of time. The values expressed as a
-- percent of link capacity. Any value over 999 will
-- be represented as 999.
--
-- For SS7 links based on IP/SCTP the link capacity
-- is not directly related to the interface speed used
-- to transmit packets. This is different from serial
-- and HSL links. The capacity of these types of
-- links depend on the amount of resources available
-- in the IP cloud. The IP cloud must be provisioned
-- to support traffic for all SS7 links. In order to
-- monitor link utilization on IP/SCTP based SS7 links
-- a planned capacity must be specified. If this value
-- is incorrectly estimated or traffic exceeds this
-- expected value link utilization may exceed 100
-- percent. This is possible because the IP cloud
-- may be provisioned with additional capacity or
-- may discard less important traffic based on QoS
-- parameters.
--
-- When a SS7 link has not be configured for link
-- utilization monitoring this value object will
-- have a value of zero.
CgspLinkCapacity ::= Gauge(0|56000..2147483647)
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- This textual convention defines the planned
-- capacity of a SS7 link in bit per second.
--
-- When the cgspLinkType object is 'sctpIp' or
-- 'hsl' the link capacity can be obtained from
-- information in the IF-MIB.
--
-- When the cgspLinkType object is 'sctpIp' a
-- value of zero indicates that link utilization
-- should not be calculated for this SS7 link.
CgspProfileName ::= OCTET STRING(SIZE(0..19))
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- The configured name associated with a Signalling
-- Point Profile.
--
-- An octet string specified by an administrator that must
-- be in human-readable form. The names must conform to
-- the allowed characters that can be specified via
-- Command Line Interface(CLI). The names cannot contain
-- control character and should not contain leading or
-- trailing white space.
CgspLinkUtilizationState ::= INTEGER {
--?? enum value of zero may cause problems
unMonitored(0),
underThreshold(1),
overThreshold(2)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- Link Utilization State as follows:
-- 'unMonitored' - traffic for a specified direction
-- is not being monitored.
-- 'underThreshold' - traffic for a specified direction
-- on a link is below the specified
-- threshold.
--
-- 'overThreshold' - traffic for a specified direction
-- on a link is above to or exceeds
-- the specified threshold.
CgspTimerNumbers ::= INTEGER {
timerMtp3T01(1),
timerMtp3T02(2),
timerMtp3T03(3),
timerMtp3T04(4),
timerMtp3T05(5),
timerMtp3T06(6),
timerMtp3T07(7),
timerMtp3T08(8),
timerMtp3T09(9),
timerMtp3T10(10),
timerMtp3T11(11),
timerMtp3T12(12),
timerMtp3T13(13),
timerMtp3T14(14),
timerMtp3T15(15),
timerMtp3T16(16),
timerMtp3T17(17),
timerMtp3T18(18),
timerMtp3T19(19),
timerMtp3T20(20),
timerMtp3T21(21),
timerMtp3T22(22),
timerMtp3T23(23),
timerMtp3T24(24),
timerMtp3T25(25),
timerMtp3T26(26),
timerMtp3T27(27),
timerMtp3T28(28),
timerMtp3T29(29),
timerMtp3T30(30),
timerMtp3T31(31),
timerMtp3T32(32),
timerMtp3T33(33),
timerMtp3T34(34),
timerLinkTest(35),
timerLinkMessag1(36),
timerLinkActRetry(37),
timerMtp2T01(38),
timerMtp2T02(39),
timerMtp2T03(40),
timerMtp2T04N(41),
timerMtp2T04E(42),
timerMtp2T05(43),
timerMtp2T06(44),
timerMtp2T07(45)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- Enumerated values for all timers
CgspTimerValue ::= Gauge(0|1..4294967295)
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- Value of timers in milliseconds as follows. A value of zero
-- indicates that the timer is not applicable for variant or
-- link type. The values specified in this textual convention
-- apply to the various timers identified in CgspTimerNumbers
-- textual convention.
-- ANSI ITU
-- Min Max Def Min Max Def
-- ====== ====== ====== ====== ====== ======
-- TimerMtp3T01 500 1200 800 500 1200 800
-- TimerMtp3T02 700 2000 1400 700 2000 1400
-- TimerMtp3T03 500 1200 800 500 1200 800
-- TimerMtp3T04 500 1200 800 500 1200 800
-- TimerMtp3T05 500 1200 800 500 1200 800
-- TimerMtp3T06 500 1200 800 500 1200 800
-- TimerMtp3T07 1000 2000 1500 1000 2000 1500
-- TimerMtp3T08 800 1200 1000 800 1200 1000
-- TimerMtp3T10 30000 60000 45000 30000 60000 45000
-- TimerMtp3T11 30000 90000 60000 30000 90000 60000
-- TimerMtp3T12 800 1500 1150 800 1500 1150
-- TimerMtp3T13 800 1500 1150 800 1500 1150
-- TimerMtp3T14 2000 3000 2500 2000 3000 2500
-- TimerMtp3T15 2000 3000 2500 2000 3000 2500
-- TimerMtp3T16 1400 2000 1700 1400 2000 1700
-- TimerMtp3T17 800 1500 1150 800 1500 1150
-- TimerMtp3T18 2000 20000 11000 1000 31000 30000
-- TimerMtp3T19 480000 600000 540000 67000 69000 68000
-- TimerMtp3T20 90000 120000 105000 1000 61000 60000
-- TimerMtp3T21 90000 120000 105000 63000 65000 64000
-- TimerMtp3T22 36000 60000 30000 80000 360000 300000
-- TimerMtp3T23 9000 60000 30000 80000 360000 300000
-- TimerMtp3T24 9000 60000 30000 500 500 500
-- TimerMtp3T25 30000 35000 30000 n/a n/a n/a
-- TimerMtp3T26 12000 15000 12000 n/a n/a n/a
-- TimerMtp3T27 2000 50000 4000 n/a n/a n/a
-- TimerMtp3T28 3000 35000 30000 n/a n/a n/a
-- TimerMtp3T29 60000 65000 63000 n/a n/a n/a
-- TimerMtp3T30 30000 35000 33000 n/a n/a n/a
-- TimerMtp3T31 10000 120000 60000 n/a n/a n/a
-- TimerMtp3T32 5000 120000 60000 n/a n/a n/a
-- TimerMtp3T33 60000 600000 300000 n/a n/a n/a
-- TimerMtp3T34 5000 120000 60000 n/a n/a n/a
-- TimerLinkTest 4000 12000 8000 n/a n/a n/a
-- TimerLinkMessage 30000 90000 60000 n/a n/a n/a
-- TimerLinkActRetry 60000 90000 60000 n/a n/a n/a
-- Refer
-- ITU Q.703 Signalling Link.
-- ANSI T1.111.3 Telecommunications - signalling system
-- No. 7 (SS7)-Message Transfer Part (MTP).
CgspSS7Variant ::= INTEGER {
--?? enum value of zero may cause problems
unknown(0),
ansi(1),
itu(2),
china(3),
ntt(4),
ttc(5)
}
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- The list of SS7 variants.
-- 'unknown' : Unknown or undefined variant.
-- 'ANSI' : The ANSI variant of the SS7 specification.
-- 'ITU' : The ITU variant of the SS7 specification.
-- 'China' : The China national variant. This variant
-- is a combination of ITU and ANSI. The
-- protocol matches ITU except where the
-- point-code has been expanded to ANSI format.
-- 'NTT' : The Japanese Nippon Telephone & Telegraph
-- variant.
-- 'TTC' : The Japanese Telecommunications Technology
-- Committee variant.
-- Refer
-- GF 001-9001 - Technical Specifications of Signalling
-- System No. 7 for National Telephone Network of China.
CgspDisplayInstanceUserPart ::= OCTET STRING(SIZE(0..40))
-- TEXTUAL-CONVENTION
-- Status
-- mandatory
-- Descr
-- The instance name and user part information
-- formatted for display. If instance name is not
-- configured, the default local point code in
-- ASCII string format will be provided as instance
-- name.
cgspCLLICode OBJECT-TYPE
SYNTAX CItpTcCLLI
-- Rsyntax OCTET STRING(SIZE(0..11))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Common-Language Location Identification Codes
(CLLI Codes). This object identifies the
physical location of this device and can provide
additional informaton on the device type."
::= { cgspScalars 1 }
cgspUtilSampleInterval OBJECT-TYPE
SYNTAX CgspSampleInterval
-- Rsyntax Gauge(60..3600)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the time interval used to monitor
the utilization of SS7 links. This object in combination
with cgspUtilThreshold, cgspLinkPlanCapacitySent and
cgspLinkPlanCapacityRcvd will be used to calculate
utilization of SS7 links. Changes to the polling interval
will take effect after the completion of the current
sample interval."
DEFVAL { 300 }
::= { cgspScalars 2 }
cgspUtilThreshold OBJECT-TYPE
SYNTAX CgspPercentThreshold
-- Rsyntax Gauge(0..100)
-- Units
-- percent
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the threshold of usage for all
SS7 links in SP. This object is used to determine when
to generate the ciscoGspLinkRcvdUtilChange or
ciscoGspLinkSentUtilChange notifications.
A value of zero indicates that no default threshold
is specified. Therefore, only links with non-zero
values for cgspLinkUtilThresholdRcvd or
cgspLinkUtilThresholdSent will generate notifications
based on link utilization.
Changes to the utilization threshold will take effect
at the end of the current interval."
DEFVAL { 40 }
::= { cgspScalars 3 }
cgspUtilAbateDelta OBJECT-TYPE
SYNTAX CgspPercentThreshold
-- Rsyntax Gauge(0..100)
-- Units
-- percent
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object allows the falling threshold to be lower
than the rising threshold when calculating whether to
generate the ciscoGspLinkRcvdUtilChange or
ciscoGspLinkSentUtilChange notifications. This is done
to prevent generating notifications for slight changes
in traffic."
DEFVAL { 0 }
::= { cgspScalars 4 }
cgspPlanCapacityDefault OBJECT-TYPE
SYNTAX CgspLinkCapacity
-- Rsyntax Gauge(0|56000..2147483647)
-- Units
-- bits per second
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object provides a default for value for links
with a cgspLinkType='sctpIp'. For all other types
of linkset this value is ignored. When a linkset
based on SCTP/IP and the values for the
cgspLinkPlanCapacityRcvd or cgspLinkPlanCapacitySent
object are zero then this object will be used
as the default. A value of zero indicates that
a global default has not been specified.
This object will be used in combination with
cgspUtilSampleInterval, cgspUtilThreshold, cgspUtilThreshold
and cgspLinkUtilThresholdRcvd to generate the
ciscoGspLinkRcvdUtilChange notification."
::= { cgspScalars 5 }
cgspEventSequenceNumber OBJECT-TYPE
SYNTAX Counter
-- Units
-- events
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Each event or notification is required to provide a
sequence number to be used by the NMS to determine when
messages from a particular device are missing. This value
will included in each SS7 notification issued by this device."
REFERENCE
" GR-82-CORE 6.6.1 Event Report Content R6-33"
::= { cgspScalars 6 }
cgspUPUNotifWindowTime OBJECT-TYPE
SYNTAX INTEGER(60..86400)
-- Units
-- seconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This object specifies the time interval used to monitor
the ciscoGspUPUReceived and ciscoGspUPUTransmitted
notifications for specific user part and signalling point
instance. The first occurrence of ciscoGspUPUReceived and
ciscoGspUPUTransmitted notifications are sent and the
further occurrences of notifications in this interval
are suppressed.
At the end of this interval, a notification is sent with
total number of UPU MSUs transmitted or received during
this interval."
DEFVAL { 900 }
::= { cgspScalars 7 }
cgspProfileTable OBJECT-TYPE
SYNTAX SEQUENCE OF CgspProfileTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table that contains the Profiles of signalling
points. Entries are added to this table via
cgspProfileRowStatus in accordance with the RowStatus
convention."
::= { cgspProfile 1 }
cgspProfileTableEntry OBJECT-TYPE
SYNTAX CgspProfileTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of Profile attributes. Profiles are
used to specify common configuration options for
SS7 links without customizing each link.
A profile is created with the specified values
using this table and the cgspProfileTimerTable
Table. The common values are applied to all
links in a linkset by specifying the
cgspLinksetProfileName on the linkset."
INDEX { cgspProfileName }
::= { cgspProfileTable 1 }
CgspProfileTableEntry ::= SEQUENCE {
cgspProfileName CgspProfileName,
cgspProfileVariant CgspSS7Variant,
cgspProfileMtp2BundleTimer INTEGER,
cgspProfileMtp2SendQueueDepth INTEGER,
cgspProfileRowStatus RowStatus
}
cgspProfileName OBJECT-TYPE
SYNTAX CgspProfileName
-- Rsyntax OCTET STRING(SIZE(0..19))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Name of the profile."
::= { cgspProfileTableEntry 1 }
cgspProfileVariant OBJECT-TYPE
SYNTAX CgspSS7Variant
-- Rsyntax INTEGER {
-- ?? enum value of zero may cause problems
-- unknown(0),
-- ansi(1),
-- itu(2),
-- china(3),
-- ntt(4),
-- ttc(5)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The SS7 variant used to format data specified in this
profile."
::= { cgspProfileTableEntry 2 }
cgspProfileMtp2BundleTimer OBJECT-TYPE
SYNTAX INTEGER(0|5..10000)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Bundle timer value. This value is used to control
the bundling of SS7 packets as they are transported
within the device. The value of zero indicates that
MTP3 packets will not be bundled for transmission
as they arrival for transmission at the MTP2 layer.
A non-zero value specifies the maximum delay time
used to collect MTP3 packets before they are
transmitted by the MTP2 layer."
::= { cgspProfileTableEntry 3 }
cgspProfileMtp2SendQueueDepth OBJECT-TYPE
SYNTAX INTEGER(25..32000)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The maximum Queue depth allowed per link for
MTP2 waiting to be transmitted."
::= { cgspProfileTableEntry 4 }
cgspProfileRowStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object is used by a management station to
create or delete the row entry in cgspProfileTable
following the RowStatus textual convention."
::= { cgspProfileTableEntry 5 }
cgspProfileTimerTable OBJECT-TYPE
SYNTAX SEQUENCE OF CgspProfileTimerTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table that contains a profile of timers used to
configure SS7 links. Entries are added to this table
via cgspProfileTimerRowStatus in accordance with the
RowStatus convention."
::= { cgspProfile 2 }
cgspProfileTimerTableEntry OBJECT-TYPE
SYNTAX CgspProfileTimerTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of ProfileTimer attributes. Profiles are
used to specify common timer configuration options
for SS7 links without customizing each link.
A profile is created with the specified values
using this table and the cgspProfileTable
Table. The common values are applied to all
links in a linkset by specifying the
cgspLinksetProfileName on the linkset."
INDEX { cgspInstNetwork, cgspProfileTimerNumber }
::= { cgspProfileTimerTable 1 }
CgspProfileTimerTableEntry ::= SEQUENCE {
cgspProfileTimerNumber CgspTimerNumbers,
cgspProfileTimerValue CgspTimerValue,
cgspProfileTimerRowStatus RowStatus
}
cgspProfileTimerNumber OBJECT-TYPE
SYNTAX CgspTimerNumbers
-- Rsyntax INTEGER {
-- timerMtp3T01(1),
-- timerMtp3T02(2),
-- timerMtp3T03(3),
-- timerMtp3T04(4),
-- timerMtp3T05(5),
-- timerMtp3T06(6),
-- timerMtp3T07(7),
-- timerMtp3T08(8),
-- timerMtp3T09(9),
-- timerMtp3T10(10),
-- timerMtp3T11(11),
-- timerMtp3T12(12),
-- timerMtp3T13(13),
-- timerMtp3T14(14),
-- timerMtp3T15(15),
-- timerMtp3T16(16),
-- timerMtp3T17(17),
-- timerMtp3T18(18),
-- timerMtp3T19(19),
-- timerMtp3T20(20),
-- timerMtp3T21(21),
-- timerMtp3T22(22),
-- timerMtp3T23(23),
-- timerMtp3T24(24),
-- timerMtp3T25(25),
-- timerMtp3T26(26),
-- timerMtp3T27(27),
-- timerMtp3T28(28),
-- timerMtp3T29(29),
-- timerMtp3T30(30),
-- timerMtp3T31(31),
-- timerMtp3T32(32),
-- timerMtp3T33(33),
-- timerMtp3T34(34),
-- timerLinkTest(35),
-- timerLinkMessag1(36),
-- timerLinkActRetry(37),
-- timerMtp2T01(38),
-- timerMtp2T02(39),
-- timerMtp2T03(40),
-- timerMtp2T04N(41),
-- timerMtp2T04E(42),
-- timerMtp2T05(43),
-- timerMtp2T06(44),
-- timerMtp2T07(45)
-- }
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Index into table containing timer information."
::= { cgspProfileTimerTableEntry 1 }
cgspProfileTimerValue OBJECT-TYPE
SYNTAX CgspTimerValue
-- Rsyntax Gauge(0|1..4294967295)
-- Units
-- milliseconds
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Value of timer selected by cgspProfileTimerNumber object."
::= { cgspProfileTimerTableEntry 2 }
cgspProfileTimerRowStatus OBJECT-TYPE
SYNTAX RowStatus
-- Rsyntax INTEGER {
-- active(1),
-- notInService(2),
-- notReady(3),
-- createAndGo(4),
-- createAndWait(5),
-- destroy(6)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The object is used by a management station to
create or delete the row entry in cgspProfileTimerTable
following the RowStatus textual convention."
::= { cgspProfileTimerTableEntry 3 }
cgspInstanceTable OBJECT-TYPE
SYNTAX SEQUENCE OF CgspInstanceTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table that contains the instances of signalling
points. Entries are added to this table via
cgspInstRowStatus in accordance with the RowStatus
convention."
::= { cgspInstance 1 }
cgspInstanceTableEntry OBJECT-TYPE
SYNTAX CgspInstanceTableEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A list of instance attributes."
INDEX { cgspInstNetwork }
::= { cgspInstanceTable 1 }
CgspInstanceTableEntry ::= SEQUENCE {
cgspInstNetwork CItpTcNetworkName,
cgspInstNetworkIndicator CItpTcNetworkIndicator,
cgspInstVariant CgspSS7Variant,
cgspInstDisplayName SnmpAdminString,
cgspInstDescription SnmpAdminString,
cgspInstTFR TruthValue,
cgspInstCongestionsLevels TruthValue,
cgspInstFastRestart TruthValue,
cgspInstDistSccpUnseq TruthValue,
cgspInstSummaryRoutingException TruthValue,
cgspInstNumber CItpTcInstanceNumber,
cgspInstRouteTableName CItpTcRouteTableName,
cgspInstRowStatus RowStatus
}
cgspInstNetwork OBJECT-TYPE
SYNTAX CItpTcNetworkName
-- Rsyntax OCTET STRING(SIZE(0..19))
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"The network name is used to indicate the network
in which this signalling point is participating.
One or more instances of signalling points can
exist in the same physical device. This identifier
will be used to correlate instances of signalling
points by network.
When multiple instance support is not enabled the
network name will default to the null string.
An octet string specified by an administrator that
must be in human-readable form. The names must conform
to the allowed characters that can be specified via
Command Line Interface(CLI). The names cannot contain
control character and should not contain leading or
trailing white space."
::= { cgspInstanceTableEntry 1 }
cgspInstNetworkIndicator OBJECT-TYPE
SYNTAX CItpTcNetworkIndicator
-- Rsyntax INTEGER {
-- ?? enum value of zero may cause problems
-- international(0),
-- internationatSpare(1),
-- national(2),
-- nationalSpare(3)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Network Indicator for this Signalling point instance."
::= { cgspInstanceTableEntry 2 }
cgspInstVariant OBJECT-TYPE
SYNTAX CgspSS7Variant
-- Rsyntax INTEGER {
-- ?? enum value of zero may cause problems
-- unknown(0),
-- ansi(1),
-- itu(2),
-- china(3),
-- ntt(4),
-- ttc(5)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The SS7 variant used to format data used by this
instance."
::= { cgspInstanceTableEntry 3 }
cgspInstDisplayName OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(0..30))
-- Rsyntax OCTET STRING(SIZE(0..30))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A short identifier for the Signalling point.
This value can be set by system administrator
or defaults to the local point code formatted
as an ASCII string."
::= { cgspInstanceTableEntry 4 }
cgspInstDescription OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(0..254))
-- Rsyntax OCTET STRING(SIZE(0..254))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A textual description for the Signalling point."
::= { cgspInstanceTableEntry 5 }
cgspInstTFR OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Allow transfer restricted messages.
'true' TFR are allowed.
'false' TFR are disabled."
DEFVAL { false }
::= { cgspInstanceTableEntry 6 }
cgspInstCongestionsLevels OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Allow multiple congestion levels.
'true' multiple congestion levels are allowed.
'false' multiple congestion levels are disabled."
DEFVAL { false }
::= { cgspInstanceTableEntry 7 }
cgspInstFastRestart OBJECT-TYPE
SYNTAX TruthValue
-- Rsyntax INTEGER {
-- true(1),
-- false(2)
-- }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The support for fast restarts as follows.
'true' fast restart is enabled.
'false' fast restart is disabled."
DEFVAL { false }
::= { cgspInstanceTableEntry 8 }