CISCO-ITP-XUA-MIB

        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.
    
Source file
CISCO-ITP-XUA-MIB
Last revised
Identity
ciscoItpXuaMIB
Base OID
1.3.6.1.4.1.9.9.253
Imported Objects
CISCO-ITP-SP-MIB cItpSpCLLICode
CISCO-ITP-TC-MIB CItpTcNetworkName CItpTcPointCode CItpTcQos CItpTcServiceIndicator CItpTcSubSystemNumber CItpTcXuaName
CISCO-SMI ciscoMgmt
INET-ADDRESS-MIB InetAddress InetAddressType InetPortNumber
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-CONF MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI Counter32 Counter64 Gauge32 MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page) TimeTicks Unsigned32
SNMPv2-TC RowStatus TEXTUAL-CONVENTION (no object page) TruthValue
Net-SNMP examples using the cisco MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ITP-XUA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ITP-XUA-MIB::ciscoItpXuaMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-ITP-XUA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ITP-XUA-MIB::ciscoItpXuaMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (197)
.1.3.6.1.4.1.9.9.253
.1.3.6.1.4.1.9.9.253.0
.1.3.6.1.4.1.9.9.253.1
.1.3.6.1.4.1.9.9.253.1.1
.1.3.6.1.4.1.9.9.253.1.1.1
.1.3.6.1.4.1.9.9.253.1.1.2
.1.3.6.1.4.1.9.9.253.1.1.3
.1.3.6.1.4.1.9.9.253.1.1.4
.1.3.6.1.4.1.9.9.253.1.1.5
.1.3.6.1.4.1.9.9.253.1.10
.1.3.6.1.4.1.9.9.253.1.10.1
.1.3.6.1.4.1.9.9.253.1.10.2
.1.3.6.1.4.1.9.9.253.1.10.3
.1.3.6.1.4.1.9.9.253.1.11
.1.3.6.1.4.1.9.9.253.1.11.1
.1.3.6.1.4.1.9.9.253.1.11.1.1
Unsigned32
.1.3.6.1.4.1.9.9.253.1.11.1.1.1
.1.3.6.1.4.1.9.9.253.1.11.1.1.2
.1.3.6.1.4.1.9.9.253.1.11.1.1.3
.1.3.6.1.4.1.9.9.253.1.11.1.1.4
.1.3.6.1.4.1.9.9.253.1.11.1.1.5
.1.3.6.1.4.1.9.9.253.1.12
.1.3.6.1.4.1.9.9.253.1.12.1
.1.3.6.1.4.1.9.9.253.1.12.1.1
.1.3.6.1.4.1.9.9.253.1.12.1.1.1
.1.3.6.1.4.1.9.9.253.1.12.1.1.10
.1.3.6.1.4.1.9.9.253.1.12.1.1.11
.1.3.6.1.4.1.9.9.253.1.12.1.1.12
.1.3.6.1.4.1.9.9.253.1.12.1.1.13
.1.3.6.1.4.1.9.9.253.1.12.1.1.14
.1.3.6.1.4.1.9.9.253.1.12.1.1.15
.1.3.6.1.4.1.9.9.253.1.12.1.1.16
.1.3.6.1.4.1.9.9.253.1.12.1.1.2
.1.3.6.1.4.1.9.9.253.1.12.1.1.3
Unsigned32
.1.3.6.1.4.1.9.9.253.1.12.1.1.4
.1.3.6.1.4.1.9.9.253.1.12.1.1.5
.1.3.6.1.4.1.9.9.253.1.12.1.1.6
.1.3.6.1.4.1.9.9.253.1.12.1.1.7
Unsigned32
.1.3.6.1.4.1.9.9.253.1.12.1.1.8
.1.3.6.1.4.1.9.9.253.1.12.1.1.9
.1.3.6.1.4.1.9.9.253.1.13
.1.3.6.1.4.1.9.9.253.1.13.1
.1.3.6.1.4.1.9.9.253.1.13.1.1
.1.3.6.1.4.1.9.9.253.1.13.1.1.1
.1.3.6.1.4.1.9.9.253.1.13.1.1.10
.1.3.6.1.4.1.9.9.253.1.13.1.1.11
Unsigned32
.1.3.6.1.4.1.9.9.253.1.13.1.1.2
.1.3.6.1.4.1.9.9.253.1.13.1.1.3
.1.3.6.1.4.1.9.9.253.1.13.1.1.4
.1.3.6.1.4.1.9.9.253.1.13.1.1.5
.1.3.6.1.4.1.9.9.253.1.13.1.1.6
.1.3.6.1.4.1.9.9.253.1.13.1.1.7
.1.3.6.1.4.1.9.9.253.1.13.1.1.8
.1.3.6.1.4.1.9.9.253.1.13.1.1.9
.1.3.6.1.4.1.9.9.253.1.2
.1.3.6.1.4.1.9.9.253.1.2.1
.1.3.6.1.4.1.9.9.253.1.2.1.1
.1.3.6.1.4.1.9.9.253.1.2.1.1.1
.1.3.6.1.4.1.9.9.253.1.2.1.1.2
.1.3.6.1.4.1.9.9.253.1.2.1.1.3
Unsigned32
.1.3.6.1.4.1.9.9.253.1.2.1.1.4
.1.3.6.1.4.1.9.9.253.1.2.1.1.5
.1.3.6.1.4.1.9.9.253.1.2.1.1.6
Unsigned32
.1.3.6.1.4.1.9.9.253.1.2.1.1.7
Unsigned32
.1.3.6.1.4.1.9.9.253.1.2.1.1.8
.1.3.6.1.4.1.9.9.253.1.3
.1.3.6.1.4.1.9.9.253.1.3.1
.1.3.6.1.4.1.9.9.253.1.3.1.1
Unsigned32
.1.3.6.1.4.1.9.9.253.1.3.1.1.1
.1.3.6.1.4.1.9.9.253.1.3.1.1.2
.1.3.6.1.4.1.9.9.253.1.3.1.1.3
.1.3.6.1.4.1.9.9.253.1.3.1.1.4
.1.3.6.1.4.1.9.9.253.1.4
.1.3.6.1.4.1.9.9.253.1.4.1
.1.3.6.1.4.1.9.9.253.1.4.1.1
.1.3.6.1.4.1.9.9.253.1.4.1.1.1
.1.3.6.1.4.1.9.9.253.1.4.1.1.10
.1.3.6.1.4.1.9.9.253.1.4.1.1.11
.1.3.6.1.4.1.9.9.253.1.4.1.1.12
Unsigned32
.1.3.6.1.4.1.9.9.253.1.4.1.1.13
.1.3.6.1.4.1.9.9.253.1.4.1.1.14
OctetString
.1.3.6.1.4.1.9.9.253.1.4.1.1.15
.1.3.6.1.4.1.9.9.253.1.4.1.1.2
.1.3.6.1.4.1.9.9.253.1.4.1.1.3
.1.3.6.1.4.1.9.9.253.1.4.1.1.4
.1.3.6.1.4.1.9.9.253.1.4.1.1.6
.1.3.6.1.4.1.9.9.253.1.4.1.1.7
.1.3.6.1.4.1.9.9.253.1.4.1.1.8
.1.3.6.1.4.1.9.9.253.1.5
.1.3.6.1.4.1.9.9.253.1.5.1
.1.3.6.1.4.1.9.9.253.1.5.1.1
.1.3.6.1.4.1.9.9.253.1.5.1.1.1
Unsigned32
.1.3.6.1.4.1.9.9.253.1.5.1.1.10
.1.3.6.1.4.1.9.9.253.1.5.1.1.11
Unsigned32
.1.3.6.1.4.1.9.9.253.1.5.1.1.12
.1.3.6.1.4.1.9.9.253.1.5.1.1.13
.1.3.6.1.4.1.9.9.253.1.5.1.1.14
OctetString
.1.3.6.1.4.1.9.9.253.1.5.1.1.15
cItpXuaAspAssocId deprecated
Unsigned32
.1.3.6.1.4.1.9.9.253.1.5.1.1.2
.1.3.6.1.4.1.9.9.253.1.5.1.1.3
.1.3.6.1.4.1.9.9.253.1.5.1.1.4
.1.3.6.1.4.1.9.9.253.1.5.1.1.5
.1.3.6.1.4.1.9.9.253.1.5.1.1.6
.1.3.6.1.4.1.9.9.253.1.5.1.1.7
.1.3.6.1.4.1.9.9.253.1.5.1.1.9
.1.3.6.1.4.1.9.9.253.1.6
.1.3.6.1.4.1.9.9.253.1.6.1
.1.3.6.1.4.1.9.9.253.1.6.1.1
Unsigned32
.1.3.6.1.4.1.9.9.253.1.6.1.1.1
.1.3.6.1.4.1.9.9.253.1.6.1.1.2
.1.3.6.1.4.1.9.9.253.1.6.1.1.3
.1.3.6.1.4.1.9.9.253.1.6.1.1.4
.1.3.6.1.4.1.9.9.253.1.6.1.1.5
.1.3.6.1.4.1.9.9.253.1.7
.1.3.6.1.4.1.9.9.253.1.7.1
.1.3.6.1.4.1.9.9.253.1.7.1.1
.1.3.6.1.4.1.9.9.253.1.7.1.1.1
.1.3.6.1.4.1.9.9.253.1.7.1.1.10
.1.3.6.1.4.1.9.9.253.1.7.1.1.11
.1.3.6.1.4.1.9.9.253.1.7.1.1.12
.1.3.6.1.4.1.9.9.253.1.7.1.1.13
.1.3.6.1.4.1.9.9.253.1.7.1.1.14
.1.3.6.1.4.1.9.9.253.1.7.1.1.15
.1.3.6.1.4.1.9.9.253.1.7.1.1.16
.1.3.6.1.4.1.9.9.253.1.7.1.1.17
.1.3.6.1.4.1.9.9.253.1.7.1.1.18
.1.3.6.1.4.1.9.9.253.1.7.1.1.19
.1.3.6.1.4.1.9.9.253.1.7.1.1.2
.1.3.6.1.4.1.9.9.253.1.7.1.1.20
.1.3.6.1.4.1.9.9.253.1.7.1.1.21
.1.3.6.1.4.1.9.9.253.1.7.1.1.22
.1.3.6.1.4.1.9.9.253.1.7.1.1.23
.1.3.6.1.4.1.9.9.253.1.7.1.1.24
.1.3.6.1.4.1.9.9.253.1.7.1.1.25
.1.3.6.1.4.1.9.9.253.1.7.1.1.26
.1.3.6.1.4.1.9.9.253.1.7.1.1.27
.1.3.6.1.4.1.9.9.253.1.7.1.1.28
.1.3.6.1.4.1.9.9.253.1.7.1.1.29
.1.3.6.1.4.1.9.9.253.1.7.1.1.3
.1.3.6.1.4.1.9.9.253.1.7.1.1.30
.1.3.6.1.4.1.9.9.253.1.7.1.1.31
.1.3.6.1.4.1.9.9.253.1.7.1.1.32
.1.3.6.1.4.1.9.9.253.1.7.1.1.33
.1.3.6.1.4.1.9.9.253.1.7.1.1.34
.1.3.6.1.4.1.9.9.253.1.7.1.1.35
.1.3.6.1.4.1.9.9.253.1.7.1.1.4
.1.3.6.1.4.1.9.9.253.1.7.1.1.5
.1.3.6.1.4.1.9.9.253.1.7.1.1.6
.1.3.6.1.4.1.9.9.253.1.7.1.1.7
.1.3.6.1.4.1.9.9.253.1.7.1.1.8
.1.3.6.1.4.1.9.9.253.1.7.1.1.9
.1.3.6.1.4.1.9.9.253.1.8
.1.3.6.1.4.1.9.9.253.1.8.1
.1.3.6.1.4.1.9.9.253.1.8.1.1
.1.3.6.1.4.1.9.9.253.1.8.1.1.1
Unsigned32
.1.3.6.1.4.1.9.9.253.1.8.1.1.10
Bits
.1.3.6.1.4.1.9.9.253.1.8.1.1.11
.1.3.6.1.4.1.9.9.253.1.8.1.1.12
.1.3.6.1.4.1.9.9.253.1.8.1.1.13
.1.3.6.1.4.1.9.9.253.1.8.1.1.14
.1.3.6.1.4.1.9.9.253.1.8.1.1.15
.1.3.6.1.4.1.9.9.253.1.8.1.1.16
.1.3.6.1.4.1.9.9.253.1.8.1.1.17
Unsigned32
.1.3.6.1.4.1.9.9.253.1.8.1.1.18
Unsigned32
.1.3.6.1.4.1.9.9.253.1.8.1.1.19
.1.3.6.1.4.1.9.9.253.1.8.1.1.2
.1.3.6.1.4.1.9.9.253.1.8.1.1.20
.1.3.6.1.4.1.9.9.253.1.8.1.1.21
.1.3.6.1.4.1.9.9.253.1.8.1.1.22
.1.3.6.1.4.1.9.9.253.1.8.1.1.23
.1.3.6.1.4.1.9.9.253.1.8.1.1.24
Unsigned32
.1.3.6.1.4.1.9.9.253.1.8.1.1.25
.1.3.6.1.4.1.9.9.253.1.8.1.1.26
.1.3.6.1.4.1.9.9.253.1.8.1.1.27
.1.3.6.1.4.1.9.9.253.1.8.1.1.28
.1.3.6.1.4.1.9.9.253.1.8.1.1.29
.1.3.6.1.4.1.9.9.253.1.8.1.1.3
.1.3.6.1.4.1.9.9.253.1.8.1.1.30
.1.3.6.1.4.1.9.9.253.1.8.1.1.31
.1.3.6.1.4.1.9.9.253.1.8.1.1.4
.1.3.6.1.4.1.9.9.253.1.8.1.1.5
.1.3.6.1.4.1.9.9.253.1.8.1.1.6
.1.3.6.1.4.1.9.9.253.1.8.1.1.7
.1.3.6.1.4.1.9.9.253.1.8.1.1.8
.1.3.6.1.4.1.9.9.253.1.8.1.1.9
.1.3.6.1.4.1.9.9.253.1.9
.1.3.6.1.4.1.9.9.253.1.9.1
.1.3.6.1.4.1.9.9.253.1.9.1.1
.1.3.6.1.4.1.9.9.253.1.9.1.1.1
.1.3.6.1.4.1.9.9.253.1.9.1.1.2
.1.3.6.1.4.1.9.9.253.1.9.1.1.3
.1.3.6.1.4.1.9.9.253.1.9.1.1.4
Unsigned32
.1.3.6.1.4.1.9.9.253.1.9.1.1.5
.1.3.6.1.4.1.9.9.253.2
.1.3.6.1.4.1.9.9.253.2.1
.1.3.6.1.4.1.9.9.253.2.2
.1.3.6.1.4.1.9.9.253.2.3
Dependencies (11) 8 direct · 3 transitive Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Type Definitions (7)
Enumeration
down(1)
inactive(2)
active(3)
pending(4)
undefined(5)
Enumeration
down(1)
inactive(2)
active(3)
undefined(4)
Enumeration
undefined(1)
closed(2)
established(3)
failed(4)
termPend(5)
Enumeration
m3ua(1)
sua(2)
sgmp(3)
Enumeration
undefined(1)
inactive(2)
active(3)
Enumeration
unknown(1)
avail(2)
restr(3)
unavail(4)
deleted(5)
Enumeration
overRide(1)
loadBind(2)
loadRndRobin(3)
broadcast(4)
undefined(5)
Conformance Groups (30)
M3UA/SUA main objects.
.1.3.6.1.4.1.9.9.253.2.2.1
M3UA/SUA Instance objects.
.1.3.6.1.4.1.9.9.253.2.2.2
The Local IP address for M3UA/SUA Instance
objects.
.1.3.6.1.4.1.9.9.253.2.2.3
SG Mate objects.
.1.3.6.1.4.1.9.9.253.2.2.4
M3UA/SUA ASP objects.
.1.3.6.1.4.1.9.9.253.2.2.5
Remote IP address for M3UA/SUA ASP objects.
.1.3.6.1.4.1.9.9.253.2.2.6
M3UA/SUA ASP Statistics objects.
.1.3.6.1.4.1.9.9.253.2.2.7
M3UA/SUA AS objects.
.1.3.6.1.4.1.9.9.253.2.2.8
M3UA/SUA ASP-AS objects.
.1.3.6.1.4.1.9.9.253.2.2.9
M3UA/SUA notification objects.
.1.3.6.1.4.1.9.9.253.2.2.10
M3UA/SUA notifications.
.1.3.6.1.4.1.9.9.253.2.2.11
SG Mate objects.
.1.3.6.1.4.1.9.9.253.2.2.12
M3UA/SUA ASP objects.
.1.3.6.1.4.1.9.9.253.2.2.13
M3UA/SUA notifications.
.1.3.6.1.4.1.9.9.253.2.2.14
Remote IP address for the Signaling Gateway Mate.
.1.3.6.1.4.1.9.9.253.2.2.15
M3UA/SUA Instance objects.
.1.3.6.1.4.1.9.9.253.2.2.16
M3UA/SUA ASP objects.
.1.3.6.1.4.1.9.9.253.2.2.17
M3UA/SUA AS objects.
.1.3.6.1.4.1.9.9.253.2.2.18
M3UA/SUA AS objects.
.1.3.6.1.4.1.9.9.253.2.2.19
M3UA/SUA ASP-AS objects.
.1.3.6.1.4.1.9.9.253.2.2.20
ASRoute objects.
.1.3.6.1.4.1.9.9.253.2.2.21
ASRoute-AS objects.
.1.3.6.1.4.1.9.9.253.2.2.22
SG Mate Supplemental objects to ciscoItpXuaSgmGroupRev1.
.1.3.6.1.4.1.9.9.253.2.3.1
SG Mate supplemental object to ciscoItpXuaSgmRemoteIpGroup.
.1.3.6.1.4.1.9.9.253.2.3.2
M3UA/SUA ASP supplemental objects to ciscoItpXuaAspGroupRev2.
.1.3.6.1.4.1.9.9.253.2.3.3
M3UA/SUA ASP supplemental objects to ciscoItpXuaAspRemoteIpGroup.
.1.3.6.1.4.1.9.9.253.2.3.4
M3UA/SUA state change notifications.
.1.3.6.1.4.1.9.9.253.2.3.5
M3UA/SUA Instance supplemental objects to ciscoItpXuaInstGroupRev2.
.1.3.6.1.4.1.9.9.253.2.3.6
M3UA/SUA AS supplemental objects to ciscoItpXuaAsGroupRev3.
.1.3.6.1.4.1.9.9.253.2.3.7
M3UA/SUA ASP supplemental objects to ciscoItpXuaAspStatsGroup.
.1.3.6.1.4.1.9.9.253.2.3.8
Compliance Statements (7)

OID .1.3.6.1.4.1.9.9.253.2.1.1
The compliance statement for entities which
implement the Cisco ITP XUA MIB
Required groups

OID .1.3.6.1.4.1.9.9.253.2.1.2
The compliance statement for entities which
implement the Cisco ITP XUA MIB
Required groups

OID .1.3.6.1.4.1.9.9.253.2.1.3
The compliance statement for entities which
implement the Cisco ITP XUA MIB
Required groups

OID .1.3.6.1.4.1.9.9.253.2.1.4
The compliance statement for entities which
implement the Cisco ITP XUA MIB
Required groups

OID .1.3.6.1.4.1.9.9.253.2.1.5
The compliance statement for entities which
implement the Cisco ITP XUA MIB
Required groups
Notifications / Traps (9)
NameOIDDescription
.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.
.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.
.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.
.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.
.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.
.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.
.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.
.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.
.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.