CISCO-ITP-XUA-MIB

File: CISCO-ITP-XUA-MIB.mib (131748 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMP-FRAMEWORK-MIB
INET-ADDRESS-MIB SNMPv2-TC CISCO-ITP-TC-MIB
CISCO-ITP-SP-MIB CISCO-SMI

Imported symbols

Counter32 Gauge32 MODULE-IDENTITY
NOTIFICATION-TYPE OBJECT-TYPE TimeTicks
Unsigned32 Counter64 MODULE-COMPLIANCE
NOTIFICATION-GROUP OBJECT-GROUP SnmpAdminString
InetAddressType InetAddress InetPortNumber
RowStatus TruthValue TEXTUAL-CONVENTION
CItpTcNetworkName CItpTcPointCode CItpTcSubSystemNumber
CItpTcServiceIndicator CItpTcXuaName CItpTcQos
cItpSpCLLICode ciscoMgmt

Defined Types

CItpXuaProtocol  
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).
TEXTUAL-CONVENTION    
  INTEGER m3ua(1), sua(2), sgmp(3)  

CItpXuaTrafMode  
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.
TEXTUAL-CONVENTION    
  INTEGER overRide(1), loadBind(2), loadRndRobin(3), broadcast(4), undefined(5)  

CItpXuaAsState  
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.
TEXTUAL-CONVENTION    
  INTEGER down(1), inactive(2), active(3), pending(4), undefined(5)  

CItpXuaAspState  
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.
TEXTUAL-CONVENTION    
  INTEGER down(1), inactive(2), active(3), undefined(4)  

CItpXuaRouteState  
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.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), avail(2), restr(3), unavail(4), deleted(5)  

CItpXuaAssocState  
The possible XUA ASP SCTP Association States 'undefined' : The association state is not known or undefined. 'closed' : The association is closed. 'established' : The association is established with remote end 'failed' : The association has failed. 'termPend' : The association has terminated and waiting pending ack.
TEXTUAL-CONVENTION    
  INTEGER undefined(1), closed(2), established(3), failed(4), termPend(5)  

CItpXuaRemoteIpDestState  
The possible remote IP destination states 'undefined' : The state of the remote ip interface is not known or undefined. 'inactive' : The remote ip address of the ASP is not reachable. 'active' : The remote ip address of the ASP is available.
TEXTUAL-CONVENTION    
  INTEGER undefined(1), inactive(2), active(3)  

CItpXuaInstTableEntry  
SEQUENCE    
  cItpXuaInstPort InetPortNumber
  cItpXuaInstProtocol CItpXuaProtocol
  cItpXuaInstShut TruthValue
  cItpXuaInstActiveASPs Gauge32
  cItpXuaInstRowStatus RowStatus
  cItpXuaInstOffload TruthValue
  cItpXuaInstOffloadSlot Unsigned32
  cItpXuaInstOffProcNumber Unsigned32

CItpXuaInstLocalIpTableEntry  
SEQUENCE    
  cItpXuaInstAddrNum Unsigned32
  cItpXuaInstLocalIpType InetAddressType
  cItpXuaInstLocalIpAddr InetAddress
  cItpXuaInstLocalIpRowStatus RowStatus

CItpXuaSgmTableEntry  
SEQUENCE    
  cItpXuaSgmName CItpTcXuaName
  cItpXuaSgmAssocId Unsigned32
  cItpXuaSgmLocalPort InetPortNumber
  cItpXuaSgmRemotePort InetPortNumber
  cItpXuaSgmShut TruthValue
  cItpXuaSgmActiveTS TimeTicks
  cItpXuaSgmQosClass CItpTcQos
  cItpXuaSgmPassive TruthValue
  cItpXuaSgmState CItpXuaAspState
  cItpXuaSgmRowStatus RowStatus
  cItpXuaSgmCongLevel Unsigned32
  cItpXuaSgmAssocState CItpXuaAssocState
  cItpXuaSgmAssocFailedReason SnmpAdminString

CItpXuaSgmRemoteIpTableEntry  
SEQUENCE    
  cItpXuaSgmAddrNum Unsigned32
  cItpXuaSgmRemoteIpType InetAddressType
  cItpXuaSgmRemoteIpAddr InetAddress
  cItpXuaSgmRemoteIpRowStatus RowStatus
  cItpXuaSgmRemoteIpDestState CItpXuaRemoteIpDestState

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
  cItpXuaAspAssocState CItpXuaAssocState
  cItpXuaAspAssocFailedReason SnmpAdminString

CItpXuaAspRemoteIpTableEntry  
SEQUENCE    
  cItpXuaAspAddrNum Unsigned32
  cItpXuaAspRemoteIpType InetAddressType
  cItpXuaAspRemoteIpAddr InetAddress
  cItpXuaAspRemoteIpRowStatus RowStatus
  cItpXuaAspRemoteIpDestState CItpXuaRemoteIpDestState

CItpXuaAspStatsTableEntry  
SEQUENCE    
  cItpXuaAspPktsFromAsp Counter32
  cItpXuaAspPktsToAsp Counter32
  cItpXuaAspPktsFromMtp3 Counter32
  cItpXuaAspPktsToMtp3 Counter32
  cItpXuaAspASPUPsRcvd Counter32
  cItpXuaAspASPUPACKsSent Counter32
  cItpXuaAspASPDNsRcvd Counter32
  cItpXuaAspASPDNACKsSent Counter32
  cItpXuaAspASPACsRcvd Counter32
  cItpXuaAspASPACACKsSent Counter32
  cItpXuaAspASPIAsRcvd Counter32
  cItpXuaAspASPIAACKsSent Counter32
  cItpXuaAspErrorsRcvd Counter32
  cItpXuaAspErrorsSent Counter32
  cItpXuaAspNotifysSent Counter32
  cItpXuaAspDUNAsRcvd Counter32
  cItpXuaAspDUNAsSent Counter32
  cItpXuaAspDAVAsRcvd Counter32
  cItpXuaAspDAVAsSent Counter32
  cItpXuaAspDUPUsRcvd Counter32
  cItpXuaAspDUPUsSent Counter32
  cItpXuaAspDAUDsRcvd Counter32
  cItpXuaAspDAUDsSent Counter32
  cItpXuaAspSCON0sRcvd Counter32
  cItpXuaAspSCON1sRcvd Counter32
  cItpXuaAspSCON2sRcvd Counter32
  cItpXuaAspSCON3sRcvd Counter32
  cItpXuaAspSCON0sSent Counter32
  cItpXuaAspSCON1sSent Counter32
  cItpXuaAspSCON2sSent Counter32
  cItpXuaAspSCON3sSent Counter32
  cItpXuaAspBytesFromAsp Counter64
  cItpXuaAspBytesToAsp Counter64
  cItpXuaAspBytesFromMtp3 Counter64
  cItpXuaAspBytesToMtp3 Counter64

CItpXuaAsTableEntry  
SEQUENCE    
  cItpXuaAsName CItpTcXuaName
  cItpXuaAsProtocol CItpXuaProtocol
  cItpXuaAsShut TruthValue
  cItpXuaAsState CItpXuaAsState
  cItpXuaAsStateOnSgMate CItpXuaAsState
  cItpXuaAsActiveTS TimeTicks
  cItpXuaAsQosClass CItpTcQos
  cItpXuaAsTrafMode CItpXuaTrafMode
  cItpXuaAsRerouting TruthValue
  cItpXuaAsRoutingContext Unsigned32
  cItpXuaAsRkParameters BITS
  cItpXuaAsRkDpc CItpTcPointCode
  cItpXuaAsRkOpc CItpTcPointCode
  cItpXuaAsRkOpcMask Unsigned32
  cItpXuaAsRkSi CItpTcServiceIndicator
  cItpXuaAsRkSsn CItpTcSubSystemNumber
  cItpXuaAsRkGtt TruthValue
  cItpXuaAsRkCicMin Unsigned32
  cItpXuaAsRkCicMax Unsigned32
  cItpXuaAsPktsFromMtp3 Counter32
  cItpXuaAsPktsToASPsOfAs Counter32
  cItpXuaAsRowStatus RowStatus
  cItpXuaAsNetworkName CItpTcNetworkName
  cItpXuaAsNetworkAppear Unsigned32
  cItpXuaAsCongLevel Unsigned32
  cItpXuaAsPktsToMtp3 Counter32
  cItpXuaAsPktsFromASPsOfAs Counter32
  cItpXuaAsBytesFromMtp3 Counter64
  cItpXuaAsBytesToASPsOfAs Counter64
  cItpXuaAsBytesToMtp3 Counter64
  cItpXuaAsBytesFromASPsOfAs Counter64

CItpXuaAspAsTableEntry  
SEQUENCE    
  cItpXuaAspAsName CItpTcXuaName
  cItpXuaAspAsState CItpXuaAspState
  cItpXuaAspAsActiveTS TimeTicks
  cItpXuaAspAsRowStatus RowStatus
  cItpXuaAspAsWeight Unsigned32

CItpXuaASRouteTableEntry  
SEQUENCE    
  cItpXuaAsrName CItpTcXuaName
  cItpXuaAsrNetwork CItpTcNetworkName
  cItpXuaAsrProtocol CItpXuaProtocol
  cItpXuaAsrRoutingContext Unsigned32
  cItpXuaAsrDpc CItpTcPointCode
  cItpXuaAsrShut TruthValue
  cItpXuaAsrSgmateState CItpXuaRouteState
  cItpXuaAsrSgmatePriority Unsigned32
  cItpXuaAsrOutbPktsRcvd Counter32
  cItpXuaAsrOutbByteRcvd Counter64
  cItpXuaAsrOutbPktsSent Counter32
  cItpXuaAsrOutbByteSent Counter64
  cItpXuaAsrSgmateDunaRcvd Counter32
  cItpXuaAsrSgmateDavaRcvd Counter32
  cItpXuaAsrSgmateDrstRcvd Counter32
  cItpXuaAsrRowStatus RowStatus

CItpXuaASRouteAsTableEntry  
SEQUENCE    
  cItpXuaAsrAsName CItpTcXuaName
  cItpXuaAsrAsPriority Unsigned32
  cItpXuaAsrAsState CItpXuaRouteState
  cItpXuaAsrAsOutbPktsRcvd Counter32
  cItpXuaAsrAsOutbByteRcvd Counter64
  cItpXuaAsrAsOutbPktsSent Counter32
  cItpXuaAsrAsOutbByteSent Counter64
  cItpXuaAsrAsDunaRcvd Counter32
  cItpXuaAsrAsDavaRcvd Counter32
  cItpXuaAsrAsDrstRcvd Counter32
  cItpXuaAsrAsRowStatus RowStatus

Defined Values

ciscoItpXuaMIB 1.3.6.1.4.1.9.9.253
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 MSU - Message Signal Unit 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 Message Signal Units(MSUs), converts them to M3UA/SUA messages and routes them to the ASPs over SCTP/IP association. The routing of the message depends on the routing information present in the message 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.
MODULE-IDENTITY    

ciscoItpXuaMIBNotifs 1.3.6.1.4.1.9.9.253.0
OBJECT IDENTIFIER    

ciscoItpXuaMIBObjects 1.3.6.1.4.1.9.9.253.1
OBJECT IDENTIFIER    

ciscoItpXuaConformance 1.3.6.1.4.1.9.9.253.2
OBJECT IDENTIFIER    

cItpXuaScalars 1.3.6.1.4.1.9.9.253.1.1
OBJECT IDENTIFIER    

cItpXuaInst 1.3.6.1.4.1.9.9.253.1.2
OBJECT IDENTIFIER    

cItpXuaInstLocalIp 1.3.6.1.4.1.9.9.253.1.3
OBJECT IDENTIFIER    

cItpXuaSgm 1.3.6.1.4.1.9.9.253.1.4
OBJECT IDENTIFIER    

cItpXuaAsp 1.3.6.1.4.1.9.9.253.1.5
OBJECT IDENTIFIER    

cItpXuaAspRemoteIp 1.3.6.1.4.1.9.9.253.1.6
OBJECT IDENTIFIER    

cItpXuaAspStats 1.3.6.1.4.1.9.9.253.1.7
OBJECT IDENTIFIER    

cItpXuaAs 1.3.6.1.4.1.9.9.253.1.8
OBJECT IDENTIFIER    

cItpXuaAspAs 1.3.6.1.4.1.9.9.253.1.9
OBJECT IDENTIFIER    

cItpXuaMIBNotifObjects 1.3.6.1.4.1.9.9.253.1.10
OBJECT IDENTIFIER    

cItpXuaSgmRemoteIp 1.3.6.1.4.1.9.9.253.1.11
OBJECT IDENTIFIER    

cItpXuaASRoute 1.3.6.1.4.1.9.9.253.1.12
OBJECT IDENTIFIER    

cItpXuaASRouteAs 1.3.6.1.4.1.9.9.253.1.13
OBJECT IDENTIFIER    

cItpXuaInstConfigLastChanged 1.3.6.1.4.1.9.9.253.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cItpXuaSgmConfigLastChanged 1.3.6.1.4.1.9.9.253.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cItpXuaAspConfigLastChanged 1.3.6.1.4.1.9.9.253.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cItpXuaAsConfigLastChanged 1.3.6.1.4.1.9.9.253.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cItpXuaStateChangeNotifEnabled 1.3.6.1.4.1.9.9.253.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cItpXuaInstTable 1.3.6.1.4.1.9.9.253.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaInstTableEntry

cItpXuaInstTableEntry 1.3.6.1.4.1.9.9.253.1.2.1.1
A list of XUA instance attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaInstTableEntry  

cItpXuaInstPort 1.3.6.1.4.1.9.9.253.1.2.1.1.1
The local SCTP port for the XUA instance. The value zero is not allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

cItpXuaInstProtocol 1.3.6.1.4.1.9.9.253.1.2.1.1.2
The protocol of the XUA instance.
Status: current Access: read-create
OBJECT-TYPE    
  CItpXuaProtocol  

cItpXuaInstShut 1.3.6.1.4.1.9.9.253.1.2.1.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaInstActiveASPs 1.3.6.1.4.1.9.9.253.1.2.1.1.4
The number of ASPs connected to this instance.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..65535  

cItpXuaInstRowStatus 1.3.6.1.4.1.9.9.253.1.2.1.1.5
The object is used by a management station to create or delete the row entry in cItpXuaInstTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaInstOffload 1.3.6.1.4.1.9.9.253.1.2.1.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaInstOffloadSlot 1.3.6.1.4.1.9.9.253.1.2.1.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..16  

cItpXuaInstOffProcNumber 1.3.6.1.4.1.9.9.253.1.2.1.1.8
When the XUA instance is offloaded to a SAMI (i.e. cItpXuaInstOffload is true and cItpXuaInstOffloadSlot points to SAMI line card), this object specifies the processor number on SAMI where XUA instance is offloaded. When the XUA instance is offloaded to a Flexwan, this object specifies the bay number where XUA instance is offloaded. Otherwise, when cItpXuaInstOffload is false, this object is not defined.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

cItpXuaInstLocalIpTable 1.3.6.1.4.1.9.9.253.1.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaInstLocalIpTableEntry

cItpXuaInstLocalIpTableEntry 1.3.6.1.4.1.9.9.253.1.3.1.1
A list of attributes of the Local IP addresses for the XUA instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaInstLocalIpTableEntry  

cItpXuaInstAddrNum 1.3.6.1.4.1.9.9.253.1.3.1.1.1
This object specifies the index for one of local IP addresses for the XUA instance which is identified by cItpXuaInstPort.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

cItpXuaInstLocalIpType 1.3.6.1.4.1.9.9.253.1.3.1.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cItpXuaInstLocalIpAddr 1.3.6.1.4.1.9.9.253.1.3.1.1.3
This object contains the local IP address used to create the association for ASPs connecting to the XUA instance specified by the cItpXuaInstPort.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cItpXuaInstLocalIpRowStatus 1.3.6.1.4.1.9.9.253.1.3.1.1.4
The object is used by a management station to create or delete the row entry in cItpXuaInstLocalIpTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaSgmTable 1.3.6.1.4.1.9.9.253.1.4.1
A table of SG Mate attributes. Entries are added to this table via cItpXuaSgmRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaSgmTableEntry

cItpXuaSgmTableEntry 1.3.6.1.4.1.9.9.253.1.4.1.1
A list of SG Mate attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaSgmTableEntry  

cItpXuaSgmName 1.3.6.1.4.1.9.9.253.1.4.1.1.1
The name of the SG Mate.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaSgmAssocId 1.3.6.1.4.1.9.9.253.1.4.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cItpXuaSgmLocalPort 1.3.6.1.4.1.9.9.253.1.4.1.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cItpXuaSgmRemotePort 1.3.6.1.4.1.9.9.253.1.4.1.1.4
This object contains the remote SCTP port number used to create the association supporting this link. The value zero is not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cItpXuaSgmShut 1.3.6.1.4.1.9.9.253.1.4.1.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaSgmActiveTS 1.3.6.1.4.1.9.9.253.1.4.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cItpXuaSgmQosClass 1.3.6.1.4.1.9.9.253.1.4.1.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcQos  

cItpXuaSgmPassive 1.3.6.1.4.1.9.9.253.1.4.1.1.10
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaSgmState 1.3.6.1.4.1.9.9.253.1.4.1.1.11
The state of the SG Mate. Only active and inactive states are applicable.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaAspState  

cItpXuaSgmRowStatus 1.3.6.1.4.1.9.9.253.1.4.1.1.12
The object is used by a management station to create or delete the row entry in cItpXuaSgmTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaSgmCongLevel 1.3.6.1.4.1.9.9.253.1.4.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..7  

cItpXuaSgmAssocState 1.3.6.1.4.1.9.9.253.1.4.1.1.14
The state of the SG Mate SCTP Association.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaAssocState  

cItpXuaSgmAssocFailedReason 1.3.6.1.4.1.9.9.253.1.4.1.1.15
The SG Mate SCTP Association failure reason.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..35)  

cItpXuaSgmRemoteIpTable 1.3.6.1.4.1.9.9.253.1.11.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaSgmRemoteIpTableEntry

cItpXuaSgmRemoteIpTableEntry 1.3.6.1.4.1.9.9.253.1.11.1.1
A list of Remote IP addresses for the Signaling Gateway Mate.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaSgmRemoteIpTableEntry  

cItpXuaSgmAddrNum 1.3.6.1.4.1.9.9.253.1.11.1.1.1
This object specifies the index for the SGM's remote IP address. The SGM Name in cItpXuaSgmName specifies the SGM.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

cItpXuaSgmRemoteIpType 1.3.6.1.4.1.9.9.253.1.11.1.1.2
This object contains the type of the remote IP address used to create the association supporting this SGM.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cItpXuaSgmRemoteIpAddr 1.3.6.1.4.1.9.9.253.1.11.1.1.3
This object contains the remote IP address used to create the association supporting this SGM.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cItpXuaSgmRemoteIpRowStatus 1.3.6.1.4.1.9.9.253.1.11.1.1.4
The object is used by a management station to create or delete the row entry in cItpXuaSgmRemoteIpTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaSgmRemoteIpDestState 1.3.6.1.4.1.9.9.253.1.11.1.1.5
This object contains the remote IP interface state that is used to create the association supporting this Signalling Gateway Mate.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaRemoteIpDestState  

cItpXuaAspTable 1.3.6.1.4.1.9.9.253.1.5.1
A table of Application Server Processes (ASP). Entries are added to this table via cItpXuaAspRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaAspTableEntry

cItpXuaAspTableEntry 1.3.6.1.4.1.9.9.253.1.5.1.1
A list of Application Server Processes.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaAspTableEntry  

cItpXuaAspName 1.3.6.1.4.1.9.9.253.1.5.1.1.1
The name of the Applicaton Server Process.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaAspAssocId 1.3.6.1.4.1.9.9.253.1.5.1.1.2
Association Identifiers can be greater than 65,535. This object has been replaced by cItpXuaAspAssocIdU32.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

cItpXuaAspLocalPort 1.3.6.1.4.1.9.9.253.1.5.1.1.3
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 ASP is connected with. The value zero is not allowed.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cItpXuaAspRemotePort 1.3.6.1.4.1.9.9.253.1.5.1.1.4
This object contains the configured remote SCTP port number used to create the association supporting this link. The value zero means any non-zero remote port is acceptable. The actual remote port can be determined from SCTP association in cItpXuaAspAssocIdU32.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

cItpXuaAspProtocol 1.3.6.1.4.1.9.9.253.1.5.1.1.5
The protocol used by this ASP. Only M3UA or SUA are allowed.
Status: current Access: read-create
OBJECT-TYPE    
  CItpXuaProtocol  

cItpXuaAspShut 1.3.6.1.4.1.9.9.253.1.5.1.1.6
The ASP Shut truth value. 'true' Indicates that the ASP has been shutdown by an administrative action. 'false' Indicates that the ASP is not shutdown.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaAspBlocked 1.3.6.1.4.1.9.9.253.1.5.1.1.7
When an ASP is blocked, it cannot receive normal data traffic, but it can send or receive control messages. The ASP Blocked truth value. 'true' Indicates that the ASP has been blocked by an administrative action. 'false' Indicates that the ASP is not blocked.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaAspQosClass 1.3.6.1.4.1.9.9.253.1.5.1.1.9
This object specifies the QOS class for the ASP. The value of 255 is not applicable. A value of zero (0) indicates that QOS class is not defined. When QOS class is defined, it overrides the QOS class specified by cItpXuaAsQosClass.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcQos  

cItpXuaAspIdentifier 1.3.6.1.4.1.9.9.253.1.5.1.1.10
A unique value received by the Signaling Gateway from the ASP as part of ASP UP message.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cItpXuaAspRowStatus 1.3.6.1.4.1.9.9.253.1.5.1.1.11
The object is used by a management station to create or delete the row entry in cItpXuaAspTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaAspCongLevel 1.3.6.1.4.1.9.9.253.1.5.1.1.12
The current congestion level for this ASP. A zero value indicates that the ASP 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 ASP.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..7  

cItpXuaAspAssocIdU32 1.3.6.1.4.1.9.9.253.1.5.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cItpXuaAspAssocState 1.3.6.1.4.1.9.9.253.1.5.1.1.14
The state of the ASP SCTP Association.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaAssocState  

cItpXuaAspAssocFailedReason 1.3.6.1.4.1.9.9.253.1.5.1.1.15
The ASP SCTP Association failure reason.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..35)  

cItpXuaAspRemoteIpTable 1.3.6.1.4.1.9.9.253.1.6.1
A table of Remote IP addresses for the Application Server Processes (ASP). For a given ASP, 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 cItpXuaAspRemoteIpRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaAspRemoteIpTableEntry

cItpXuaAspRemoteIpTableEntry 1.3.6.1.4.1.9.9.253.1.6.1.1
A list of Remote IP addresses for the Application Server Processes.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaAspRemoteIpTableEntry  

cItpXuaAspAddrNum 1.3.6.1.4.1.9.9.253.1.6.1.1.1
This object specifies the index for the ASP's remote IP address. The ASP Name in cItpXuaAspName specifies the ASP.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

cItpXuaAspRemoteIpType 1.3.6.1.4.1.9.9.253.1.6.1.1.2
This object contains the type of the remote IP address used to create the association supporting this ASP.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cItpXuaAspRemoteIpAddr 1.3.6.1.4.1.9.9.253.1.6.1.1.3
This object contains the remote IP address used to create the association supporting this ASP.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cItpXuaAspRemoteIpRowStatus 1.3.6.1.4.1.9.9.253.1.6.1.1.4
The object is used by a management station to create or delete the row entry in cItpXuaAspRemoteIpTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaAspRemoteIpDestState 1.3.6.1.4.1.9.9.253.1.6.1.1.5
This object contains the remote IP state used to create the association supporting this ASP.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaRemoteIpDestState  

cItpXuaAspStatsTable 1.3.6.1.4.1.9.9.253.1.7.1
A table of Application Server Processes (ASP) statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaAspStatsTableEntry

cItpXuaAspStatsTableEntry 1.3.6.1.4.1.9.9.253.1.7.1.1
A list of ASP statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaAspStatsTableEntry  

cItpXuaAspPktsFromAsp 1.3.6.1.4.1.9.9.253.1.7.1.1.1
The number of MSUs received from this ASP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspPktsToAsp 1.3.6.1.4.1.9.9.253.1.7.1.1.2
The number of MSUs sent to this ASP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspPktsFromMtp3 1.3.6.1.4.1.9.9.253.1.7.1.1.3
The number of MSUs received from MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspPktsToMtp3 1.3.6.1.4.1.9.9.253.1.7.1.1.4
The number of MSUs sent to MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPUPsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.5
The number of ASP Up messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPUPACKsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.6
The number of ASP Up ACK messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPDNsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.7
The number of ASP Down messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPDNACKsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.8
The number of ASP Down ACK messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPACsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.9
The number of ASP Active messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPACACKsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.10
The number of ASP Active ACK messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPIAsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.11
The number of ASP Inactive messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspASPIAACKsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.12
The number of ASP Inactive ACK messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspErrorsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.13
The number of ASP Error messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspErrorsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.14
The number of ASP Error messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspNotifysSent 1.3.6.1.4.1.9.9.253.1.7.1.1.15
The number of ASP Notify messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDUNAsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.16
The number of Destination Unavailable messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDUNAsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.17
The number of Destination Unavailable messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDAVAsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.18
The number of Destination Available messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDAVAsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.19
The number of Destination Available messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDUPUsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.20
The number of Destination User Part Unavailable messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDUPUsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.21
The number of Destination User Part Unavailable messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDAUDsRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.22
The number of Destination State Audit messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspDAUDsSent 1.3.6.1.4.1.9.9.253.1.7.1.1.23
The number of Destination State Audit messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON0sRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.24
The number of Signaling Congestion messages with congestion level 0 (or no congestion) received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON1sRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.25
The number of Signaling Congestion messages with congestion level 1 received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON2sRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.26
The number of Signaling Congestion messages with congestion level 2 received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON3sRcvd 1.3.6.1.4.1.9.9.253.1.7.1.1.27
The number of Signaling Congestion messages with congestion level 3 received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON0sSent 1.3.6.1.4.1.9.9.253.1.7.1.1.28
The number of Signaling Congestion messages with congestion level 0 (or no congestion) sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON1sSent 1.3.6.1.4.1.9.9.253.1.7.1.1.29
The number of Signaling Congestion messages with congestion level 1 sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON2sSent 1.3.6.1.4.1.9.9.253.1.7.1.1.30
The number of Signaling Congestion messages with congestion level 2 sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspSCON3sSent 1.3.6.1.4.1.9.9.253.1.7.1.1.31
The number of Signaling Congestion messages with congestion level 3 sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAspBytesFromAsp 1.3.6.1.4.1.9.9.253.1.7.1.1.32
The number of octets received from this ASP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAspBytesToAsp 1.3.6.1.4.1.9.9.253.1.7.1.1.33
The number of octets sent to this ASP.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAspBytesFromMtp3 1.3.6.1.4.1.9.9.253.1.7.1.1.34
The number of octets received from MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAspBytesToMtp3 1.3.6.1.4.1.9.9.253.1.7.1.1.35
The number of octets sent to MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsTable 1.3.6.1.4.1.9.9.253.1.8.1
A table of M3UA/SUA Application Server (AS) entries. Entries are added to this table via cItpXuaAsRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaAsTableEntry

cItpXuaAsTableEntry 1.3.6.1.4.1.9.9.253.1.8.1.1
A list of M3UA/SUA AS attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaAsTableEntry  

cItpXuaAsName 1.3.6.1.4.1.9.9.253.1.8.1.1.1
The Application Server name. This name has only local significance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaAsProtocol 1.3.6.1.4.1.9.9.253.1.8.1.1.2
The protocol used by this AS.
Status: current Access: read-create
OBJECT-TYPE    
  CItpXuaProtocol  

cItpXuaAsShut 1.3.6.1.4.1.9.9.253.1.8.1.1.3
The AS Shut truth value. 'true' Indicates that the AS has been shutdown by an administrative action. 'false' Indicates that the AS is not shutdown.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaAsState 1.3.6.1.4.1.9.9.253.1.8.1.1.4
The Application Server (AS) state.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaAsState  

cItpXuaAsStateOnSgMate 1.3.6.1.4.1.9.9.253.1.8.1.1.5
The Application Server (AS) state on the mated Signaling Gateway. This object provides the status of an Application Service as provided by the Signaling Gateway Mated Protocol. This object can be used by the NMS to assist in problem determination. Each Signaling Gateway Mated pair should have same definitions. This allows the NMS examine the status Application Service from perspective of each Signalling Gateway. If the definitions are different on the mated pairs the NMS will be unable to determine the relationships between the ASes and mated pairs.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaAsState  

cItpXuaAsActiveTS 1.3.6.1.4.1.9.9.253.1.8.1.1.6
The value of system uptime at the time when this AS became active. A value of zero (0) indicates that the AS is not active.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cItpXuaAsQosClass 1.3.6.1.4.1.9.9.253.1.8.1.1.7
The AS specifies the QOS class for all its ASPs. The value of 255 is not applicable. A value of zero (0) indicates that QOS class is not defined. This value can be overridden by cItpXuaAspQosClass.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcQos  

cItpXuaAsTrafMode 1.3.6.1.4.1.9.9.253.1.8.1.1.8
The traffic mode for the MSUs received for this AS.
Status: current Access: read-create
OBJECT-TYPE    
  CItpXuaTrafMode  

cItpXuaAsRerouting 1.3.6.1.4.1.9.9.253.1.8.1.1.9
The AS Rerouting truth value. 'true' Indicates that this SG is rerouting the traffic to the mated SG. 'false' Indicates that this SG is not rerouting the traffic to the mated SG.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cItpXuaAsRoutingContext 1.3.6.1.4.1.9.9.253.1.8.1.1.10
An ASP may be configured to serve more than one AS. In this case, the Routing Context parameter is exchanged between the SG and the ASP, identifying the relevant AS. The Routing Context uniquely identifies the range of traffic associated with a particular AS, which the ASP is configured to receive. There is a 1:1 relationship between a Routing Context value and a Routing Key within an AS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cItpXuaAsRkParameters 1.3.6.1.4.1.9.9.253.1.8.1.1.11
The cItpXuaAsRkParameters object indicates which Routing Key parameters are valid for this AS. 'dpc' : The cItpXuaAsRkDpc is the relevant column. 'opc' : cItpXuaAsRkOpc and cItpXuaAsRkOpcMask are the relevant columns. 'opcMask' : Indicates that a mask is to be applied when the opc is specified in the routing key. If the mask is not specified then the mask is assumed to be all zeros. 'si' : The cItpXuaAsRkSi is the relevant column. 'ssn' : Indicates that a SSN is to be checked as part of the routing key. 'gtt' : The cItpXuaAsRkGtt is the relevant column. It indicates that routing key for this AS can be the result of Global Title Translation. 'cic' : The cItpXuaAsRkCicMin and cItpXuaAsRkCicMax are the relevant columns. The following combination is allowed for all si's: gtt dpc dpc + opc dpc + opc + opcMask When si equals 3 (SCCP), the following is allowed: dpc + si dpc + si + opc dpc + si + ssn dpc + si + ssn + opc When si equals 4 (TUP) or 5 (ISUP), the following is allowed: dpc + si dpc + si + opc dpc + si + cic dpc + si + cic + opc
Status: current Access: read-create
OBJECT-TYPE    
  BITS dpc(0), opc(1), opcMask(2), si(3), ssn(4), gtt(5), cic(6)  

cItpXuaAsRkDpc 1.3.6.1.4.1.9.9.253.1.8.1.1.12
The Destination Point Code (DPC) in the routing key for the AS. The 'dpc' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcPointCode  

cItpXuaAsRkOpc 1.3.6.1.4.1.9.9.253.1.8.1.1.13
The Origin Point Code (OPC) in the routing key for the AS. The 'opc' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcPointCode  

cItpXuaAsRkOpcMask 1.3.6.1.4.1.9.9.253.1.8.1.1.14
The Origin Point Code (OPC) mask in the routing key for the AS. The 'opcMask' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cItpXuaAsRkSi 1.3.6.1.4.1.9.9.253.1.8.1.1.15
The Service Indicator in the routing key for the AS. The 'si' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcServiceIndicator  

cItpXuaAsRkSsn 1.3.6.1.4.1.9.9.253.1.8.1.1.16
The SubSystem Number (SSN) in routing key for the AS. The 'ssn' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcSubSystemNumber  

cItpXuaAsRkGtt 1.3.6.1.4.1.9.9.253.1.8.1.1.17
The Routing key Global Title Translation (GTT) truth value. 'true' Indicates that the GTT is enabled. 'false' Indicates that the GTT is not enabled. The 'gtt' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaAsRkCicMin 1.3.6.1.4.1.9.9.253.1.8.1.1.18
The Routing key minimum CIC value. The 'cic' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cItpXuaAsRkCicMax 1.3.6.1.4.1.9.9.253.1.8.1.1.19
The Routing key maximum CIC value. The 'cic' bit in the cItpXuaAsRkParameters object is used to indicate whether this object's value has any current relevance.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cItpXuaAsPktsFromMtp3 1.3.6.1.4.1.9.9.253.1.8.1.1.20
The number of MSUs received from MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsPktsToASPsOfAs 1.3.6.1.4.1.9.9.253.1.8.1.1.21
The number of MSUs sent to all ASPs that are serving this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsRowStatus 1.3.6.1.4.1.9.9.253.1.8.1.1.22
The object is used by a management station to create or delete the row entry in cItpXuaAsTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaAsNetworkName 1.3.6.1.4.1.9.9.253.1.8.1.1.23
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.
Status: current Access: read-only
OBJECT-TYPE    
  CItpTcNetworkName  

cItpXuaAsNetworkAppear 1.3.6.1.4.1.9.9.253.1.8.1.1.24
The Network Appearance is a local reference shared by SG and AS that together with a point code uniquely identifies an SS7 node by indicating the specific SS7 network it belongs to. It can be used to distinguish between signaling traffic associated with different networks being sent between the SG and the ASP over a common SCTP association. An example scenario is where an SG appears as an element in multiple separate national SS7 networks and the same point code value may be reused in different networks.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cItpXuaAsCongLevel 1.3.6.1.4.1.9.9.253.1.8.1.1.25
The current congestion level for the AS. A zero value indicates that the AS is not congested. The higher numbers indicate the higher levels of congestion. The congestion level is determined from the congestion levels of the ASPs that belong to this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..7  

cItpXuaAsPktsToMtp3 1.3.6.1.4.1.9.9.253.1.8.1.1.26
The number of MSUs sent to MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsPktsFromASPsOfAs 1.3.6.1.4.1.9.9.253.1.8.1.1.27
The number of MSUs received from all ASPs that are serving this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsBytesFromMtp3 1.3.6.1.4.1.9.9.253.1.8.1.1.28
The number of octets received from MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsBytesToASPsOfAs 1.3.6.1.4.1.9.9.253.1.8.1.1.29
The number of octets sent to all ASPs that are serving this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsBytesToMtp3 1.3.6.1.4.1.9.9.253.1.8.1.1.30
The number of octets sent to MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsBytesFromASPsOfAs 1.3.6.1.4.1.9.9.253.1.8.1.1.31
The number of octets received from all ASPs that are serving this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAspAsTable 1.3.6.1.4.1.9.9.253.1.9.1
A table of M3UA/SUA ASP-AS entries. An ASP can serve one or more ASes. For each AS that it serves, the ASP maintains the state information. Entries are added to this table via cItpXuaAspAsRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaAspAsTableEntry

cItpXuaAspAsTableEntry 1.3.6.1.4.1.9.9.253.1.9.1.1
A list of M3UA/SUA ASP-AS attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaAspAsTableEntry  

cItpXuaAspAsName 1.3.6.1.4.1.9.9.253.1.9.1.1.1
The Application Server name.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaAspAsState 1.3.6.1.4.1.9.9.253.1.9.1.1.2
The state of the ASP that serves this AS.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaAspState  

cItpXuaAspAsActiveTS 1.3.6.1.4.1.9.9.253.1.9.1.1.3
The value of system timestamp at the time when this ASP became active with respect to the specified AS. If the ASP is not active with respect to the specified AS this object will contain a value of zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cItpXuaAspAsRowStatus 1.3.6.1.4.1.9.9.253.1.9.1.1.4
The object is used by a management station to create or delete the row entry in cItpXuaAspAsTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaAspAsWeight 1.3.6.1.4.1.9.9.253.1.9.1.1.5
When cItpXuaAsTrafMode specifies 'loadRndRobind', this object specifies the weight which is used in Weighted Round Robin algorithm. The default is 1. When the weight is 0, this particular ASP is selected only when there are no other active ASPs with a non-zero weight.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..10  

cItpXuaASRouteTable 1.3.6.1.4.1.9.9.253.1.12.1
A table of routes for remote point-codes using ASs defined on this ITP node. Entries are added to this table via cItpXuaASRouteRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaASRouteTableEntry

cItpXuaASRouteTableEntry 1.3.6.1.4.1.9.9.253.1.12.1.1
A list of routes for remote point-codes using ASs.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaASRouteTableEntry  

cItpXuaAsrName 1.3.6.1.4.1.9.9.253.1.12.1.1.1
The ASRoute name. This name has only local significance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaAsrNetwork 1.3.6.1.4.1.9.9.253.1.12.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  CItpTcNetworkName  

cItpXuaAsrProtocol 1.3.6.1.4.1.9.9.253.1.12.1.1.3
The protocol used by this ASRoute.
Status: current Access: read-create
OBJECT-TYPE    
  CItpXuaProtocol  

cItpXuaAsrRoutingContext 1.3.6.1.4.1.9.9.253.1.12.1.1.4
An AS may be configured to serve more than one ASRoute. In this case, the Routing Context parameter is exchanged between the SG and the ASP, identifying the relevant AS. The Routing Context uniquely identifies the range of traffic associated with a particular AS, which the ASP is configured to receive.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cItpXuaAsrDpc 1.3.6.1.4.1.9.9.253.1.12.1.1.5
The Destination Point Code (DPC) in the routing key for the ASRoute.
Status: current Access: read-create
OBJECT-TYPE    
  CItpTcPointCode  

cItpXuaAsrShut 1.3.6.1.4.1.9.9.253.1.12.1.1.6
The ASRoute Shut truth value. 'true' Indicates that the ASRoute has been shutdown by an administrative action. 'false' Indicates that the ASRoute is not shutdown.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cItpXuaAsrSgmateState 1.3.6.1.4.1.9.9.253.1.12.1.1.7
The ASRoute state on the mated Signalling Gateway. This object provides the status of an ASRoute as provided by the Signalling Gateway Mated Protocol. This object can be used by the NMS to assist in problem determination. Each Signaling Gateway Mated pair should have same definitions. This allows the NMS examine the status ASRoute from the perspective of each Signalling Gateway. If the definitions are different on the mated pairs the NMS will be unable to determine the relationships between the ASRoutes and mated pairs.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaRouteState  

cItpXuaAsrSgmatePriority 1.3.6.1.4.1.9.9.253.1.12.1.1.8
The ASRoute priority on the mated Signalling Gateway.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..9  

cItpXuaAsrOutbPktsRcvd 1.3.6.1.4.1.9.9.253.1.12.1.1.9
The number of outbound MSUs received from MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrOutbByteRcvd 1.3.6.1.4.1.9.9.253.1.12.1.1.10
The number of outbound data byte received from MTP3.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsrOutbPktsSent 1.3.6.1.4.1.9.9.253.1.12.1.1.11
The number of outbound MSUs sent to this ASroute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrOutbByteSent 1.3.6.1.4.1.9.9.253.1.12.1.1.12
The number of outbound data byte sent to this ASRoute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsrSgmateDunaRcvd 1.3.6.1.4.1.9.9.253.1.12.1.1.13
The number of Destination Unavailable (DUNA) messages received by the SG Mate.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrSgmateDavaRcvd 1.3.6.1.4.1.9.9.253.1.12.1.1.14
The number of Destination Available (DAVA) messages received by the SG Mate.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrSgmateDrstRcvd 1.3.6.1.4.1.9.9.253.1.12.1.1.15
The number of Destination Restricted (DRST) messages received by the SG Mate.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrRowStatus 1.3.6.1.4.1.9.9.253.1.12.1.1.16
The object is used by a management station to create or delete the row entry in cItpXuaASRouteTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaASRouteAsTable 1.3.6.1.4.1.9.9.253.1.13.1
A table of routes for remote point-codes using ASs defined on this ITP node. Entries are added to this table via cItpXuaASRouteRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CItpXuaASRouteAsTableEntry

cItpXuaASRouteAsTableEntry 1.3.6.1.4.1.9.9.253.1.13.1.1
A list of ASs for ASRoute.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpXuaASRouteAsTableEntry  

cItpXuaAsrAsName 1.3.6.1.4.1.9.9.253.1.13.1.1.1
The Application Server name.
Status: current Access: not-accessible
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaAsrAsPriority 1.3.6.1.4.1.9.9.253.1.13.1.1.2
The priority of this AS in the ASRoute.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..9  

cItpXuaAsrAsState 1.3.6.1.4.1.9.9.253.1.13.1.1.3
The AS state in the ASRoute.
Status: current Access: read-only
OBJECT-TYPE    
  CItpXuaRouteState  

cItpXuaAsrAsOutbPktsRcvd 1.3.6.1.4.1.9.9.253.1.13.1.1.4
The number of outbound MSUs received from MTP3 for this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrAsOutbByteRcvd 1.3.6.1.4.1.9.9.253.1.13.1.1.5
The number of outbound data byte received from MTP3 for this AS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsrAsOutbPktsSent 1.3.6.1.4.1.9.9.253.1.13.1.1.6
The number of outbound MSUs sent to this AS in the ASroute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrAsOutbByteSent 1.3.6.1.4.1.9.9.253.1.13.1.1.7
The number of outbound data byte sent to this AS in the ASRoute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cItpXuaAsrAsDunaRcvd 1.3.6.1.4.1.9.9.253.1.13.1.1.8
The number of Destination Unavailable (DUNA) messages received by this AS in the ASRoute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrAsDavaRcvd 1.3.6.1.4.1.9.9.253.1.13.1.1.9
The number of Destination Available (DAVA) messages received by this AS in the ASRoute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrAsDrstRcvd 1.3.6.1.4.1.9.9.253.1.13.1.1.10
The number of Destination Restricted (DRST) messages received by this AS in the ASRoute.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cItpXuaAsrAsRowStatus 1.3.6.1.4.1.9.9.253.1.13.1.1.11
The object is used by a management station to create or delete the row entry in cItpXuaASRouteAsTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cItpXuaSgmDisplayName 1.3.6.1.4.1.9.9.253.1.10.1
This object identifies the SG Mate name associated with the ciscoItpXuaSgmStateChange notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaAspDisplayName 1.3.6.1.4.1.9.9.253.1.10.2
This object identifies the ASP name associated with the ciscoItpXuaAspStateChange notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CItpTcXuaName  

cItpXuaAsDisplayName 1.3.6.1.4.1.9.9.253.1.10.3
This object identifies the AS name associated with the ciscoItpXuaAspStateChange and ciscoItpXuaAsStateChange notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CItpTcXuaName  

ciscoItpXuaAspStateChange 1.3.6.1.4.1.9.9.253.0.1
The notification generated when an ASP changes to a new state. The value of cItpXuaAspAsState indicates the new state for the ASP that is serving the AS specified by cItpXuaAsDisplayName.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaSgmStateChange 1.3.6.1.4.1.9.9.253.0.2
The notification generated when an SG Mate changes to a new state. The value of cItpXuaSgmState indicates the new state for the SG Mate.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaAsStateChange 1.3.6.1.4.1.9.9.253.0.3
The notification generated when an AS changes to a new state. The value of cItpXuaAsState indicates the new state for the AS.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaAspCongChange 1.3.6.1.4.1.9.9.253.0.4
The notification generated when an ASP changes to a new congestion level. The value of cItpXuaAspCongLevel indicates the new congetion level for the ASP.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaSgmCongChange 1.3.6.1.4.1.9.9.253.0.5
The notification generated when an SG Mate changes to a new congestion level. The value of cItpXuaSgmCongLevel indicates the new congetion level for the SG Mate.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaSgmDestAddrStateChange 1.3.6.1.4.1.9.9.253.0.6
The notification is generated when a destination IP address used by SG Mate changes state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaAspDestAddrStateChange 1.3.6.1.4.1.9.9.253.0.7
The notification is generated when a destination IP address used by ASP changes state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaAspAssocStateChange 1.3.6.1.4.1.9.9.253.0.8
This notification is generated when the association used to connect to the ASP changes state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaSgmAssocStateChange 1.3.6.1.4.1.9.9.253.0.9
This notification is generated when the association used to connect to the SG Mate changes state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoItpXuaMIBCompliances 1.3.6.1.4.1.9.9.253.2.1
OBJECT IDENTIFIER    

ciscoItpXuaMIBGroups 1.3.6.1.4.1.9.9.253.2.2
OBJECT IDENTIFIER    

ciscoItpXuaSup1Groups 1.3.6.1.4.1.9.9.253.2.3
OBJECT IDENTIFIER    

ciscoItpXuaMIBCompliance 1.3.6.1.4.1.9.9.253.2.1.1
The compliance statement for entities which implement the Cisco ITP XUA MIB
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoItpXuaMIBComplianceRev1 1.3.6.1.4.1.9.9.253.2.1.2
The compliance statement for entities which implement the Cisco ITP XUA MIB
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoItpXuaMIBComplianceRev2 1.3.6.1.4.1.9.9.253.2.1.3
The compliance statement for entities which implement the Cisco ITP XUA MIB
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoItpXuaMIBComplianceRev3 1.3.6.1.4.1.9.9.253.2.1.4
The compliance statement for entities which implement the Cisco ITP XUA MIB
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoItpXuaMIBComplianceRev4 1.3.6.1.4.1.9.9.253.2.1.5
The compliance statement for entities which implement the Cisco ITP XUA MIB
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoItpXuaMIBComplianceRev5 1.3.6.1.4.1.9.9.253.2.1.6
The compliance statement for entities which implement the Cisco ITP XUA MIB
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoItpXuaMIBComplianceRev6 1.3.6.1.4.1.9.9.253.2.1.7
The compliance statement for entities which implement the Cisco ITP XUA MIB
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoItpXuaScalarsGroup 1.3.6.1.4.1.9.9.253.2.2.1
M3UA/SUA main objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaInstGroup 1.3.6.1.4.1.9.9.253.2.2.2
M3UA/SUA Instance objects.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaInstLocalIpGroup 1.3.6.1.4.1.9.9.253.2.2.3
The Local IP address for M3UA/SUA Instance objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaSgmGroup 1.3.6.1.4.1.9.9.253.2.2.4
SG Mate objects.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspGroup 1.3.6.1.4.1.9.9.253.2.2.5
M3UA/SUA ASP objects.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspRemoteIpGroup 1.3.6.1.4.1.9.9.253.2.2.6
Remote IP address for M3UA/SUA ASP objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspStatsGroup 1.3.6.1.4.1.9.9.253.2.2.7
M3UA/SUA ASP Statistics objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAsGroup 1.3.6.1.4.1.9.9.253.2.2.8
M3UA/SUA AS objects.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspAsGroup 1.3.6.1.4.1.9.9.253.2.2.9
M3UA/SUA ASP-AS objects.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaNotifObjectsGroup 1.3.6.1.4.1.9.9.253.2.2.10
M3UA/SUA notification objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaNotificationsGroup 1.3.6.1.4.1.9.9.253.2.2.11
M3UA/SUA notifications.
Status: deprecated Access: accessible-for-notify
NOTIFICATION-GROUP    

ciscoItpXuaSgmGroupRev1 1.3.6.1.4.1.9.9.253.2.2.12
SG Mate objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspGroupRev1 1.3.6.1.4.1.9.9.253.2.2.13
M3UA/SUA ASP objects.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaNotifGroupRev1 1.3.6.1.4.1.9.9.253.2.2.14
M3UA/SUA notifications.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

ciscoItpXuaSgmRemoteIpGroup 1.3.6.1.4.1.9.9.253.2.2.15
Remote IP address for the Signaling Gateway Mate.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaInstGroupRev2 1.3.6.1.4.1.9.9.253.2.2.16
M3UA/SUA Instance objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspGroupRev2 1.3.6.1.4.1.9.9.253.2.2.17
M3UA/SUA ASP objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAsGroupRev2 1.3.6.1.4.1.9.9.253.2.2.18
M3UA/SUA AS objects.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAsGroupRev3 1.3.6.1.4.1.9.9.253.2.2.19
M3UA/SUA AS objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspAsGroupRev3 1.3.6.1.4.1.9.9.253.2.2.20
M3UA/SUA ASP-AS objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAsrGroup 1.3.6.1.4.1.9.9.253.2.2.21
ASRoute objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAsrAsGroup 1.3.6.1.4.1.9.9.253.2.2.22
ASRoute-AS objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaSgmGroupSup1Group 1.3.6.1.4.1.9.9.253.2.3.1
SG Mate Supplemental objects to ciscoItpXuaSgmGroupRev1.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaSgmRemoteIpSup1Group 1.3.6.1.4.1.9.9.253.2.3.2
SG Mate supplemental object to ciscoItpXuaSgmRemoteIpGroup.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspSup1Group 1.3.6.1.4.1.9.9.253.2.3.3
M3UA/SUA ASP supplemental objects to ciscoItpXuaAspGroupRev2.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspRemoteIpSup1Group 1.3.6.1.4.1.9.9.253.2.3.4
M3UA/SUA ASP supplemental objects to ciscoItpXuaAspRemoteIpGroup.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaNotifGroup 1.3.6.1.4.1.9.9.253.2.3.5
M3UA/SUA state change notifications.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

ciscoItpXuaInstGroupSup1Group 1.3.6.1.4.1.9.9.253.2.3.6
M3UA/SUA Instance supplemental objects to ciscoItpXuaInstGroupRev2.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAsSup1Group 1.3.6.1.4.1.9.9.253.2.3.7
M3UA/SUA AS supplemental objects to ciscoItpXuaAsGroupRev3.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

ciscoItpXuaAspStatsSup1Group 1.3.6.1.4.1.9.9.253.2.3.8
M3UA/SUA ASP supplemental objects to ciscoItpXuaAspStatsGroup.
Status: current Access: accessible-for-notify
OBJECT-GROUP