-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-ITP-XUA-MIB.mib
3144 lines (2836 loc) · 120 KB
/
CISCO-ITP-XUA-MIB.mib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
-- *****************************************************************
-- CISCO-ITP-XUA-MIB: ITP M3UA/SUA MIB for SS7oIP
--
-- December 2001, Shekhar Acharya, John Linton
--
-- Copyright (c) 2001-2002, 2003, 2004 by Cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
CISCO-ITP-XUA-MIB DEFINITIONS ::= BEGIN
IMPORTS
Counter32,
Gauge32,
MODULE-IDENTITY,
NOTIFICATION-TYPE,
OBJECT-TYPE,
TimeTicks,
Unsigned32,
Counter64
FROM SNMPv2-SMI
InetAddressType,
InetAddress,
InetPortNumber
FROM INET-ADDRESS-MIB
CItpTcNetworkName,
CItpTcPointCode,
CItpTcSubSystemNumber,
CItpTcServiceIndicator,
CItpTcXuaName,
CItpTcQos
FROM CISCO-ITP-TC-MIB
cItpSpCLLICode
FROM CISCO-ITP-SP-MIB
RowStatus,
TruthValue,
TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE,
NOTIFICATION-GROUP,
OBJECT-GROUP
FROM SNMPv2-CONF
ciscoMgmt
FROM CISCO-SMI;
ciscoItpXuaMIB MODULE-IDENTITY
LAST-UPDATED "200406140000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems, Inc
Customer Service
Postal: 170 W. Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"The MIB for MTP3 User Adaptation (M3UA) and SCCP User
Adaptation (SUA) for Cisco's IP Transfer Point (ITP)
implementation.
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
signaling point.
The relevant ITU documents describing this technology
is the ITU Q series, including ITU Q.700: Introduction
to CCITT Signaling System No. 7 and ITU Q.701
Functional description of the message transfer part
(MTP) of Signaling System No. 7.
The relevent information about M3UA and SUA is
available at the IETF:
http://www.ietf.org/html.charters/sigtran-charter.html
This MIB consists of the following tables:
M3UA/SUA (XUA) Instance Table
M3UA/SUA (XUA) Instance Local IP Table
Signaling Gateway Mate Table
Signaling Gateway Mate Remote IP Table
Application Server Process (ASP) Table
Application Server Process (ASP) Remote IP Table
Application Server Process (ASP) Statistics Table
Application Server (AS) Table
ASP-AS Table
ASRoute Table
ASRouteAs Table
Abbreviations:
AS - Application Server
ASP - Application Server Process
ASPAC - ASP ACtive message
ASPDN - ASP Down message
ASPIA - ASP InActive message
ASPUP - ASP UP message
CIC - Circuit Identifier Code for ISUP
CLLI - Common Language Location Codes
DPC - Destination Point Code
DAUD - Destination AUDit
DAVA - Destination AVAilable
DUNA - Destination UNAvailable
DUPU - Destination User Part Unavailable
ERR - Error message
GTT - Global Title Translation
HLR - Home Location Registry
ISDN - Integrated Services Digital Network
ISUP - ISDN User Part
M3UA - MTP3 User Adaptation
MGC - Media Gateway Controller used in VoIP
MTP - Message Transport Protocol
MTP2 - Layer 2 of Message Transport Protocol
MTP3 - Layer 3 of Message Transport Protocol
NMS - Network Management System
OPC - Originating Point Code
PC - Point Code
QOS - Quality Of Service
SCCP - Signaling Connection Control Part
SCP - Service Control Point (SS7)
SCON - Signaling link CONgestion
SCON0 - Signaling link CONgestion level 0 (no congestion)
SCON1 - Signaling link CONgestion level 1
SCON2 - Signaling link CONgestion level 2
SCON3 - Signaling link CONgestion level 3
SG - Signaling Gateway
SGM - Signaling Gateway Mate
SGMP - Signaling Gateway Mated Protocol
SCTP - Stream Transmission Protocol(RFC 2960)
SI - Signaling Indicator
SIO - Service Indicator Octet (SS7)
SNMM - Signaling Network Management Message
SSN - Subsystem Number for SCCP
SUA - SCCP User Adaptation
TUP - Telephone User Part
TT - Title Translation
VIP - Versatile Interface Processor
XUA - M3UA, SUA or SGMP
Brief description:
The Signaling Gateway (SG) on the ITP receives the SS7
packets, converts them to M3UA/SUA packets and routes
them to the ASPs over SCTP/IP association. The routing
of the packet depends on the routing information
present in the packet and the routing keys configured
as part of the ASes.
There can be one or more instances of M3UA/SUA at the
SG. These instances are identified by a unique port
number. Each of these instances can have one or more
IP addresses which form 'local' end of the multi-homing
SCTP association.
The Application Server Process (ASP) is a remote entity
which has its own port number and one or more IP
addresses to form the 'remote' end of the multi-homing
SCTP association. Examples of ASPs are MGCs, IP SCPs or
IP HLRs.
Application Server (AS), as described in section
'1.2 Terminology' of M3UA/SUA draft, is a logical
entity serving a specific Routing Key. An example of
an AS is a virtual switch element handling all call
processing for a unique range of PSTN trunks,
identified by an SS7 SIO/DPC/OPC/CIC_range. Another
example is a virtual database element, handling all
HLR transactions for a particular SS7 DPC/OPC/SCCP_SSN
combination. The AS contains a set of one or more
unique ASPs of which one or more is normally actively
processing traffic. Note that there is a 1:1
relationship between an AS and a Routing Key.
An ASP can serve one or more ASes and an AS can have
one or more ASPs. An ASP while serving an AS can be
active, inactive or down. When one or more ASPs for
an AS is active, the AS is active. When all ASPs for
an AS are inactive, the AS is inactive. The state of
the AS is maintained in one object, whereas, the state
of an ASP is maintained for each AS that it serves in
ASP-AS table.
The SGs are always deployed in mated pairs to provide
high availability and redundancy. The SG mates exchange
the state of ASes. When an AS is down on one SG, it can
route the SS7 message to its mate which can properly
route that SS7 message."
REVISION "200406140000Z"
DESCRIPTION
"Added the following textual convention:
CItpXuaRouteState
Added the following table:
cItpXuaASRouteTable
cItpXuaASRouteAsTable
Added the following objects:
cItpXuaAspAsWeight,
cItpXuaAsNetworkAppear,
cItpXuaAsCongLevel."
REVISION "200308270000Z"
DESCRIPTION
"Deprecated the following object(s):
cItpXuaAspAssocId
Added the following objects:
cItpXuaInstOffload
cItpXuaInstOffloadSlot
cItpXuaAsNetworkName
cItpXuaAspAssocIdU32
Modified the description of cItpXuaAsRkParameters
to include TUP Service Indicator."
REVISION "200302190000Z"
DESCRIPTION
"Added the following sub-table:
cItpXuaSgmRemoteIpTable
Added the following objects:
cItpXuaSgmCongLevel
cItpXuaAspCongLevel
Added the following notifications:
ciscoItpXuaAspCongChange
ciscoItpXuaSgmCongChange.
Modified the following Textual Conventions:
CItpXuaAsState
CItpXuaAspState.
Added 'undefined(5)' to CItpXuaTrafMode textual
convention."
REVISION "200204150000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoMgmt 253 }
-- Top-level structure of the MIB
ciscoItpXuaMIBNotifs OBJECT IDENTIFIER ::= { ciscoItpXuaMIB 0 }
ciscoItpXuaMIBObjects OBJECT IDENTIFIER ::= { ciscoItpXuaMIB 1 }
ciscoItpXuaConformance OBJECT IDENTIFIER ::= { ciscoItpXuaMIB 2 }
cItpXuaScalars OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 1 }
cItpXuaInst OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 2 }
cItpXuaInstLocalIp OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 3 }
cItpXuaSgm OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 4 }
cItpXuaAsp OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 5 }
cItpXuaAspRemoteIp OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 6 }
cItpXuaAspStats OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 7 }
cItpXuaAs OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 8 }
cItpXuaAspAs OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 9 }
cItpXuaMIBNotifObjects OBJECT IDENTIFIER ::=
{ ciscoItpXuaMIBObjects 10 }
cItpXuaSgmRemoteIp OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 11}
cItpXuaASRoute OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 12}
cItpXuaASRouteAs OBJECT IDENTIFIER ::= { ciscoItpXuaMIBObjects 13}
-- ********************************************************************
-- * *
-- * Textual Conventions *
-- * *
-- ********************************************************************
CItpXuaProtocol ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The possible protocol types supported by AS or ASP
'm3ua' : The protocol is M3UA.
'sua' : The protocol is SUA.
'sgmp' : The protocol is Signaling Gateway Mated
Protocol (SGMP)."
SYNTAX INTEGER {
m3ua(1),
sua(2),
sgmp(3)
}
CItpXuaTrafMode ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The possible traffic modes supported by AS
'overRide' : In override mode, one ASP takes over
all traffic for the AS, possibly overriding any
currently active ASP in the AS.
'broadcast' : In broadcast mode, every active ASP
receives the same message.
'loadBind' : In loadshare bindings mode, an ASP
shares in the traffic distribution with any other
currently active ASPs based on ASP bindings.
'loadRndRobin' : In loadshare round-robin mode, an
ASP shares in the traffic distribution with any
other currently active ASPs using a roundrobin
algorithm.
'undefined' : The traffic mode is not defined.
The first ASP that becomes active will define
the traffic mode."
REFERENCE
"3.7.1 ASP Active in RFC 3332 and 3.9.11 Traffic Mode
Type in SUA draft."
SYNTAX INTEGER {
overRide(1),
loadBind(2),
loadRndRobin(3),
broadcast(4),
undefined(5)
}
CItpXuaAsState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The possible AS states
'down' : The AS is unavailable. This state implies
that all ASPs that are serving this AS are
in the 'down' state. Initially the AS will
be in this state.
'inactive' : The AS is available but no application
traffic is active (i.e., one or more
ASPs are in the inactive state, but none
in the active state).
'active' : The AS is available and application traffic
is active. This state implies that at least
one ASP is in the active state.
'pending' : An active ASP has transitioned to inactive
or down and it was the last remaining
active ASP serving the AS. Depending on
the recovery timer and an ASP becoming
active this AS moves to active, inactive,
or down state.
'undefined' : The AS state is not known or undefined."
REFERENCE
"4.3.2 AS States in M3UA/SUA draft."
SYNTAX INTEGER {
down(1),
inactive(2),
active(3),
pending(4),
undefined(5)
}
CItpXuaAspState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The possible ASP states
'down' : The remote peer at the ASP is unavailable
and/or the related SCTP association is down.
Initially all ASPs will be in this state.
'inactive' : The remote peer at the ASP is available
(and the related SCTP association is up)
but application traffic is stopped. In
this state the ASP should not be sent any
DATA or SNMM messages for the AS for
which the ASP is inactive.
'active' : The remote peer at the ASP is available and
application traffic is active.
'undefined' : The state of the remote peer at the ASP
is not known or undefined."
REFERENCE
"4.3.1 ASP States in M3UA/SUA draft."
SYNTAX INTEGER {
down(1),
inactive(2),
active(3),
undefined(4)
}
CItpXuaRouteState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The possible ASRoute states
'unknown' : The state of the ASRoute is unknown.
'avail' : The ASRoute is available for routing data.
'restr' : The ASRoute is restricted due to congestion.
'unavail' : The ASRoute is not available for data.
'deleted' : The ASRoute is deleted."
SYNTAX INTEGER {
unknown(1),
avail(2),
restr(3),
unavail(4),
deleted(5)
}
-- *************************************************************
-- * *
-- * XUA Scalars *
-- * *
-- *************************************************************
cItpXuaInstConfigLastChanged OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of system timestamp at the time of the last
creation or deletion of an entry in the
cItpXuaInstTable. This value can be used to prevent
unnecessary walks of the XUA Instance Table."
::= { cItpXuaScalars 1 }
cItpXuaSgmConfigLastChanged OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of system timestamp at the time of the last
creation or deletion of an entry in the
cItpXuaSgmTable. This value can be used to prevent
unnecessary walks of the XUA SG Mate Table."
::= { cItpXuaScalars 2 }
cItpXuaAspConfigLastChanged OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of system timestamp at the time of the last
creation or deletion of an entry in the
cItpXuaAspTable. This value can be used to prevent
unnecessary walks of the XUA ASP Table."
::= { cItpXuaScalars 3 }
cItpXuaAsConfigLastChanged OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of system timestamp at the time of the last
creation or deletion of an entry in the
cItpXuaAsTable. This value can be used to prevent
unnecessary walks of the XUA AS Table."
::= { cItpXuaScalars 4 }
cItpXuaStateChangeNotifEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The State notification truth value.
'true' Indicates that the notification generation
is enabled for ASP state changes, AS state
changes, SG Mate state changes, ASP Congestion
Level change and SG Mate Congestion Level
change.
'false' Indicates that the notification generation
is disabled for ASP state change, AS state,
SG Mate state change, ASP Congestion
Level change and SG Mate Congestion Level
change."
DEFVAL { false }
::= { cItpXuaScalars 5 }
-- *************************************************************
-- * *
-- * XUA Instance Table *
-- * *
-- *************************************************************
cItpXuaInstTable OBJECT-TYPE
SYNTAX SEQUENCE OF CItpXuaInstTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of M3UA/SUA/SGMP instances.
There can be multiple M3UA or SUA instances on a
given Signaling Gateway. Each instance is uniquely
identified by the port number. The local port number
of the ASP (cItpXuaAspLocalPort) matches with the
port number of the instance (cItpXuaInstPort).
Also for a given instance, there can be multiple
local IP addresses which are used for the
multi-homing feature of the SCTP associations.
There can only be one instance of SGMP.
M3UA or SUA instances can be offloaded to a VIP
on a 7500 platform. When an instance is offloaded,
all ASPs that belong to that instance are also
offloaded.
Entries are added to this table via
cItpXuaInstRowStatus in accordance with the
RowStatus convention."
::= { cItpXuaInst 1 }
cItpXuaInstTableEntry OBJECT-TYPE
SYNTAX CItpXuaInstTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of XUA instance attributes."
INDEX {
cItpXuaInstPort -- local port
}
::= { cItpXuaInstTable 1 }
CItpXuaInstTableEntry ::= SEQUENCE {
cItpXuaInstPort InetPortNumber,
cItpXuaInstProtocol CItpXuaProtocol,
cItpXuaInstShut TruthValue,
cItpXuaInstActiveASPs Gauge32,
cItpXuaInstRowStatus RowStatus,
cItpXuaInstOffload TruthValue,
cItpXuaInstOffloadSlot Unsigned32
}
cItpXuaInstPort OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The local SCTP port for the XUA instance. The value
zero is not allowed."
::= { cItpXuaInstTableEntry 1 }
cItpXuaInstProtocol OBJECT-TYPE
SYNTAX CItpXuaProtocol
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The protocol of the XUA instance."
::= { cItpXuaInstTableEntry 2 }
cItpXuaInstShut OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The XUA Instance Shut truth value.
'true' Indicates that the XUA Instance has
been shutdown by an administrative action.
'false' Indicates that the XUA Instance is
not shutdown."
DEFVAL { false }
::= { cItpXuaInstTableEntry 3 }
cItpXuaInstActiveASPs OBJECT-TYPE
SYNTAX Gauge32 (0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of ASPs connected to this instance."
::= { cItpXuaInstTableEntry 4 }
cItpXuaInstRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The object is used by a management station to
create or delete the row entry in cItpXuaInstTable
following the RowStatus textual convention."
::= { cItpXuaInstTableEntry 5 }
cItpXuaInstOffload OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The XUA Instance Offload truth value.
'true' Indicates that the XUA Instance has been
offloaded to a VIP in the slot specified by
cItpXuaInstOffloadSlot object.
'false' Indicates that the XUA Instance is
not offloaded."
DEFVAL { false }
::= { cItpXuaInstTableEntry 6 }
cItpXuaInstOffloadSlot OBJECT-TYPE
SYNTAX Unsigned32 (0..16)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"When the XUA instance is offloaded to a VIP (i.e.
cItpXuaInstOffload is true), this object specifies
the slot number for the VIP. Otherwise, this object
is not defined."
DEFVAL { 0 }
::= { cItpXuaInstTableEntry 7 }
-- *************************************************************
-- * *
-- * XUA Instance Local IP sub-table *
-- * *
-- *************************************************************
cItpXuaInstLocalIpTable OBJECT-TYPE
SYNTAX SEQUENCE OF CItpXuaInstLocalIpTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of Local IP addresses for the XUA
instances.
For a given instance, there can be multiple local
IP addresses which are used for the multi-homing
feature of the SCTP associations. This table lists
out the configured local IP addresses.
Entries are added to this table via
cItpXuaInstLocalIpRowStatus in accordance with
the RowStatus convention."
::= { cItpXuaInstLocalIp 1 }
cItpXuaInstLocalIpTableEntry OBJECT-TYPE
SYNTAX CItpXuaInstLocalIpTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of attributes of the Local IP addresses for
the XUA instances."
INDEX {
cItpXuaInstPort, -- Local Port, shared index
cItpXuaInstAddrNum -- Address Number
}
::= { cItpXuaInstLocalIpTable 1 }
CItpXuaInstLocalIpTableEntry ::= SEQUENCE {
cItpXuaInstAddrNum Unsigned32,
cItpXuaInstLocalIpType InetAddressType,
cItpXuaInstLocalIpAddr InetAddress,
cItpXuaInstLocalIpRowStatus RowStatus
}
cItpXuaInstAddrNum OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object specifies the index for one of local
IP addresses for the XUA instance which is identified
by cItpXuaInstPort."
::= { cItpXuaInstLocalIpTableEntry 1 }
cItpXuaInstLocalIpType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object contains the type of the local
IP address used to create the association
for ASPs connecting to the XUA instance
specified by the cItpXuaInstPort."
::= { cItpXuaInstLocalIpTableEntry 2 }
cItpXuaInstLocalIpAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object contains the local IP address
used to create the association for ASPs
connecting to the XUA instance specified
by the cItpXuaInstPort."
::= { cItpXuaInstLocalIpTableEntry 3 }
cItpXuaInstLocalIpRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The object is used by a management station to
create or delete the row entry in
cItpXuaInstLocalIpTable following the RowStatus
textual convention."
::= { cItpXuaInstLocalIpTableEntry 4 }
-- *************************************************************
-- * *
-- * Signaling Gateway Mate (SGM) Table *
-- * *
-- *************************************************************
cItpXuaSgmTable OBJECT-TYPE
SYNTAX SEQUENCE OF CItpXuaSgmTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of SG Mate attributes.
Entries are added to this table via
cItpXuaSgmRowStatus in accordance with
the RowStatus convention."
::= { cItpXuaSgm 1 }
cItpXuaSgmTableEntry OBJECT-TYPE
SYNTAX CItpXuaSgmTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of SG Mate attributes."
INDEX {
cItpXuaSgmName -- SGM Name
}
::= { cItpXuaSgmTable 1 }
CItpXuaSgmTableEntry ::= SEQUENCE {
cItpXuaSgmName CItpTcXuaName,
cItpXuaSgmAssocId Unsigned32,
cItpXuaSgmLocalPort InetPortNumber,
cItpXuaSgmRemotePort InetPortNumber,
cItpXuaSgmShut TruthValue,
cItpXuaSgmActiveTS TimeTicks,
cItpXuaSgmQosClass CItpTcQos,
cItpXuaSgmPassive TruthValue,
cItpXuaSgmState CItpXuaAspState,
cItpXuaSgmRowStatus RowStatus,
cItpXuaSgmCongLevel Unsigned32
}
cItpXuaSgmName OBJECT-TYPE
SYNTAX CItpTcXuaName
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The name of the SG Mate."
::= { cItpXuaSgmTableEntry 1 }
cItpXuaSgmAssocId OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the association identifier defined in
the Stream Control Transmission Protocol(SCTP)
MIB. A value greater than zero indicates a valid
association and zero indicates no association."
::= { cItpXuaSgmTableEntry 2 }
cItpXuaSgmLocalPort OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object contains the local SCTP port number
used to create the association supporting this link.
This local port determines the XUA instance that
this SG Mate is connected with. The value zero is not
allowed."
::= { cItpXuaSgmTableEntry 3 }
cItpXuaSgmRemotePort OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object contains the remote SCTP port number
used to create the association supporting this link.
The value zero is not allowed."
::= { cItpXuaSgmTableEntry 4 }
cItpXuaSgmShut OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The SG Mate shut truth value.
'true' Indicates that the SG Mate has been
shutdown by an administrative action.
'false' Indicates that the SG Mate is not
shutdown."
DEFVAL { false }
::= { cItpXuaSgmTableEntry 6 }
cItpXuaSgmActiveTS OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of system timestamp at the time when this
SG Mate became active. A value of zero (0) indicates
that the SG Mate is not active."
::= { cItpXuaSgmTableEntry 7 }
cItpXuaSgmQosClass OBJECT-TYPE
SYNTAX CItpTcQos
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object specifies the QOS class for the SG
Mate. The value of 255 is not applicable. A value
of zero (0) indicates that QOS class is not
defined."
DEFVAL { 0 }
::= { cItpXuaSgmTableEntry 8 }
cItpXuaSgmPassive OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The SG Mate Passive truth value.
'true' Indicates that the SG Mate is passive, i.e.
it waits for the SG Mate to initiate the
SCTP association.
'false' Indicates that the SG Mate is not passive,
i.e., it initiates the SCTP association with
its SG Mate."
DEFVAL { true }
::= { cItpXuaSgmTableEntry 10 }
cItpXuaSgmState OBJECT-TYPE
SYNTAX CItpXuaAspState
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The state of the SG Mate. Only active and inactive
states are applicable."
::= { cItpXuaSgmTableEntry 11 }
cItpXuaSgmRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The object is used by a management station to
create or delete the row entry in cItpXuaSgmTable
following the RowStatus textual convention."
::= { cItpXuaSgmTableEntry 12 }
cItpXuaSgmCongLevel OBJECT-TYPE
SYNTAX Unsigned32 (0..7)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current congestion level for the SG Mate. A zero
value indicates that the SG Mate is not congested.
The higher numbers indicate the higher levels of
congestion. The congestion level is determined from
the SCTP congestion indication and the SCON level
received from the SG Mate."
::= { cItpXuaSgmTableEntry 13 }
-- *************************************************************
-- * *
-- * Signaling Gateway Mate (SGM) Remote IP sub-table *
-- * *
-- *************************************************************
cItpXuaSgmRemoteIpTable OBJECT-TYPE
SYNTAX SEQUENCE OF CItpXuaSgmRemoteIpTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of Remote IP addresses for the Signaling
Gateway Mate (SGM).
For a given SGM, there can be multiple remote
IP addresses which are used for the multi-homing
feature of the SCTP associations.
Entries are added to this table via
cItpXuaSgmRemoteIpRowStatus in accordance with
the RowStatus convention."
::= { cItpXuaSgmRemoteIp 1 }
cItpXuaSgmRemoteIpTableEntry OBJECT-TYPE
SYNTAX CItpXuaSgmRemoteIpTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of Remote IP addresses for the Signaling
Gateway Mate."
INDEX {
cItpXuaSgmName, -- SGM Name, shared index
cItpXuaSgmAddrNum -- IP Address number
}
::= { cItpXuaSgmRemoteIpTable 1 }
CItpXuaSgmRemoteIpTableEntry ::= SEQUENCE {
cItpXuaSgmAddrNum Unsigned32,
cItpXuaSgmRemoteIpType InetAddressType,
cItpXuaSgmRemoteIpAddr InetAddress,
cItpXuaSgmRemoteIpRowStatus RowStatus
}
cItpXuaSgmAddrNum OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object specifies the index for the SGM's
remote IP address. The SGM Name in cItpXuaSgmName
specifies the SGM."
::= { cItpXuaSgmRemoteIpTableEntry 1 }
cItpXuaSgmRemoteIpType OBJECT-TYPE
SYNTAX InetAddressType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object contains the type of the remote IP address
used to create the association supporting this SGM."
::= { cItpXuaSgmRemoteIpTableEntry 2 }
cItpXuaSgmRemoteIpAddr OBJECT-TYPE
SYNTAX InetAddress
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"This object contains the remote IP address used to
create the association supporting this SGM."
::= { cItpXuaSgmRemoteIpTableEntry 3 }
cItpXuaSgmRemoteIpRowStatus OBJECT-TYPE
SYNTAX RowStatus
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The object is used by a management station to
create or delete the row entry in
cItpXuaSgmRemoteIpTable following the RowStatus
textual convention."
::= { cItpXuaSgmRemoteIpTableEntry 4 }
-- *************************************************************
-- * *
-- * Application Server Process (ASP) Table *
-- * *
-- *************************************************************
cItpXuaAspTable OBJECT-TYPE
SYNTAX SEQUENCE OF CItpXuaAspTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table of Application Server Processes (ASP).
Entries are added to this table via
cItpXuaAspRowStatus in accordance with
the RowStatus convention."
::= { cItpXuaAsp 1 }
cItpXuaAspTableEntry OBJECT-TYPE
SYNTAX CItpXuaAspTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of Application Server Processes."
INDEX {
cItpXuaAspName -- ASP Name
}
::= { cItpXuaAspTable 1 }
CItpXuaAspTableEntry ::= SEQUENCE {
cItpXuaAspName CItpTcXuaName,
cItpXuaAspAssocId Unsigned32,
cItpXuaAspLocalPort InetPortNumber,
cItpXuaAspRemotePort InetPortNumber,
cItpXuaAspProtocol CItpXuaProtocol,
cItpXuaAspShut TruthValue,
cItpXuaAspBlocked TruthValue,
cItpXuaAspQosClass CItpTcQos,
cItpXuaAspIdentifier Unsigned32,
cItpXuaAspRowStatus RowStatus,
cItpXuaAspCongLevel Unsigned32,
cItpXuaAspAssocIdU32 Unsigned32
}
cItpXuaAspName OBJECT-TYPE
SYNTAX CItpTcXuaName
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The name of the Applicaton Server Process."
::= { cItpXuaAspTableEntry 1 }
cItpXuaAspAssocId OBJECT-TYPE
SYNTAX Unsigned32 (0..65535)
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Association Identifiers can be greater than
65,535. This object has been replaced by
cItpXuaAspAssocIdU32."
::= { cItpXuaAspTableEntry 2 }
cItpXuaAspLocalPort OBJECT-TYPE
SYNTAX InetPortNumber