CISCO-ITP-XUA-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
11
Rows
11
Columns
147
cItpXuaInstTable
table.1.3.6.1.4.1.9.9.253.1.2.1
·
1 row entry
·
8 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaInstTable
/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::cItpXuaInstTable'
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.
A list of XUA instance attributes.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The local SCTP port for the XUA instance. The value
zero is not allowed. |
INET-ADDRESS-MIBInetPortNumber Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.9.9.253.1.2.1.1.1 |
||||||||||||
|
The protocol of the XUA instance.
|
CItpXuaProtocolr/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.2.1.1.2 |
||||||||||||
|
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. |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.2.1.1.3 |
||||||||||||
|
The number of ASPs connected to this instance.
|
Unsigned32 Constraints: range: 0-65535 |
.1.3.6.1.4.1.9.9.253.1.2.1.1.4 |
||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaInstTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.2.1.1.5 |
||||||||||||
|
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 i… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.2.1.1.6 |
||||||||||||
|
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. |
Unsigned32r/w Constraints: range: 0-16 |
.1.3.6.1.4.1.9.9.253.1.2.1.1.7 |
||||||||||||
|
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. Wh… |
Unsigned32 Constraints: range: 0-255 |
.1.3.6.1.4.1.9.9.253.1.2.1.1.8 |
cItpXuaInstLocalIpTable
table.1.3.6.1.4.1.9.9.253.1.3.1
·
1 row entry
·
4 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaInstLocalIpTable
/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::cItpXuaInstLocalIpTable'
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.
A list of attributes of the Local IP addresses for
the XUA instances.
the XUA instances.
Indexes
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This object specifies the index for one of local
IP addresses for the XUA instance which is identified by cItpXuaInstPort. |
Unsigned32 Constraints: range: 1-65535 |
.1.3.6.1.4.1.9.9.253.1.3.1.1.1 |
||||||||||||||
|
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. |
INET-ADDRESS-MIBInetAddressTyper/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.3.1.1.2 |
||||||||||||||
|
This object contains the local IP address
used to create the association for ASPs connecting to the XUA instance specified by the cItpXuaInstPort. |
INET-ADDRESS-MIBInetAddressr/w Type Constraints: range: 0..255 |
.1.3.6.1.4.1.9.9.253.1.3.1.1.3 |
||||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaInstLocalIpTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.3.1.1.4 |
cItpXuaSgmTable
table.1.3.6.1.4.1.9.9.253.1.4.1
·
1 row entry
·
13 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaSgmTable
/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::cItpXuaSgmTable'
A table of SG Mate attributes.
Entries are added to this table via
cItpXuaSgmRowStatus in accordance with
the RowStatus convention.
A list of SG Mate attributes.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The name of the SG Mate.
|
CISCO-ITP-TC-MIBCItpTcXuaName Type Constraints: range: 0..12 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.1 |
||||||||||||
|
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. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.2 |
||||||||||||
|
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. |
INET-ADDRESS-MIBInetPortNumberr/w Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.3 |
||||||||||||
|
This object contains the remote SCTP port number
used to create the association supporting this link. The value zero is not allowed. |
INET-ADDRESS-MIBInetPortNumberr/w Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.4 |
||||||||||||
|
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. |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.4.1.1.6 |
||||||||||||
|
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. |
SNMPv2-SMITimeTicks Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.7 |
||||||||||||
|
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. |
CISCO-ITP-TC-MIBCItpTcQosr/w Type Constraints: range: 0..7range: 255 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.8 |
||||||||||||
|
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, … |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.4.1.1.10 |
||||||||||||
|
The state of the SG Mate. Only active and inactive
states are applicable. |
CItpXuaAspState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.4.1.1.11 |
||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaSgmTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.4.1.1.12 |
||||||||||||
|
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 conge… |
Unsigned32 Constraints: range: 0-7 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.13 |
||||||||||||
|
The state of the SG Mate SCTP Association.
|
CItpXuaAssocState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.4.1.1.14 |
||||||||||||
|
The SG Mate SCTP Association failure reason.
|
OctetString Constraints: range: 0-35 |
.1.3.6.1.4.1.9.9.253.1.4.1.1.15 |
cItpXuaAspTable
table.1.3.6.1.4.1.9.9.253.1.5.1
·
1 row entry
·
14 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaAspTable
/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::cItpXuaAspTable'
A table of Application Server Processes (ASP).
Entries are added to this table via
cItpXuaAspRowStatus in accordance with
the RowStatus convention.
A list of Application Server Processes.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The name of the Applicaton Server Process.
|
CISCO-ITP-TC-MIBCItpTcXuaName Type Constraints: range: 0..12 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.1 |
||||||||||||
|
cItpXuaAspAssocIddeprecated
Association Identifiers can be greater than
65,535. This object has been replaced by cItpXuaAspAssocIdU32. |
Unsigned32 Constraints: range: 0-65535 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.2 |
||||||||||||
|
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. |
INET-ADDRESS-MIBInetPortNumberr/w Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.3 |
||||||||||||
|
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… |
INET-ADDRESS-MIBInetPortNumberr/w Type Constraints: range: 0..65535 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.4 |
||||||||||||
|
The protocol used by this ASP. Only M3UA or SUA are
allowed. |
CItpXuaProtocolr/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.5.1.1.5 |
||||||||||||
|
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. |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.5.1.1.6 |
||||||||||||
|
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 admi… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.5.1.1.7 |
||||||||||||
|
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 cItpXu… |
CISCO-ITP-TC-MIBCItpTcQosr/w Type Constraints: range: 0..7range: 255 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.9 |
||||||||||||
|
A unique value received by the Signaling Gateway
from the ASP as part of ASP UP message. |
Unsigned32 Constraints: range: 0-4294967295 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.10 |
||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaAspTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.5.1.1.11 |
||||||||||||
|
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 i… |
Unsigned32 Constraints: range: 0-7 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.12 |
||||||||||||
|
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. |
SNMPv2-SMIUnsigned32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.13 |
||||||||||||
|
The state of the ASP SCTP Association.
|
CItpXuaAssocState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.5.1.1.14 |
||||||||||||
|
The ASP SCTP Association failure reason.
|
OctetString Constraints: range: 0-35 |
.1.3.6.1.4.1.9.9.253.1.5.1.1.15 |
cItpXuaAspRemoteIpTable
table.1.3.6.1.4.1.9.9.253.1.6.1
·
1 row entry
·
5 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaAspRemoteIpTable
/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::cItpXuaAspRemoteIpTable'
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.
A list of Remote IP addresses for the Application
Server Processes.
Server Processes.
Indexes
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This object specifies the index for the ASP's
remote IP address. The ASP Name in cItpXuaAspName specifies the ASP. |
Unsigned32 Constraints: range: 1-65535 |
.1.3.6.1.4.1.9.9.253.1.6.1.1.1 |
||||||||||||||
|
This object contains the type of the remote IP address
used to create the association supporting this ASP. |
INET-ADDRESS-MIBInetAddressTyper/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.6.1.1.2 |
||||||||||||||
|
This object contains the remote IP address used to
create the association supporting this ASP. |
INET-ADDRESS-MIBInetAddressr/w Type Constraints: range: 0..255 |
.1.3.6.1.4.1.9.9.253.1.6.1.1.3 |
||||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaAspRemoteIpTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.6.1.1.4 |
||||||||||||||
|
This object contains the remote IP state used to
create the association supporting this ASP. |
CItpXuaRemoteIpDestState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.6.1.1.5 |
cItpXuaAspStatsTable
table.1.3.6.1.4.1.9.9.253.1.7.1
·
1 row entry
·
35 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaAspStatsTable
/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::cItpXuaAspStatsTable'
A table of Application Server Processes (ASP) statistics.
A list of ASP statistics.
Indexes
| Column | Syntax | OID |
|---|---|---|
|
The number of MSUs received from this ASP.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.1 |
|
The number of MSUs sent to this ASP.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.2 |
|
The number of MSUs received from MTP3.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.3 |
|
The number of MSUs sent to MTP3.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.4 |
|
The number of ASP Up messages received.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.5 |
|
The number of ASP Up ACK messages sent.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.6 |
|
The number of ASP Down messages received.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.7 |
|
The number of ASP Down ACK messages sent.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.8 |
|
The number of ASP Active messages received.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.9 |
|
The number of ASP Active ACK messages sent.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.10 |
|
The number of ASP Inactive messages received.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.11 |
|
The number of ASP Inactive ACK messages sent.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.12 |
|
The number of ASP Error messages received.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.13 |
|
The number of ASP Error messages sent.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.14 |
|
The number of ASP Notify messages sent.
|
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.15 |
|
The number of Destination Unavailable messages
received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.16 |
|
The number of Destination Unavailable messages
sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.17 |
|
The number of Destination Available messages
received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.18 |
|
The number of Destination Available messages
sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.19 |
|
The number of Destination User Part Unavailable
messages received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.20 |
|
The number of Destination User Part Unavailable
messages sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.21 |
|
The number of Destination State Audit
messages received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.22 |
|
The number of Destination State Audit
messages sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.23 |
|
The number of Signaling Congestion messages with
congestion level 0 (or no congestion) received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.24 |
|
The number of Signaling Congestion messages with
congestion level 1 received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.25 |
|
The number of Signaling Congestion messages with
congestion level 2 received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.26 |
|
The number of Signaling Congestion messages with
congestion level 3 received. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.27 |
|
The number of Signaling Congestion messages with
congestion level 0 (or no congestion) sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.28 |
|
The number of Signaling Congestion messages with
congestion level 1 sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.29 |
|
The number of Signaling Congestion messages with
congestion level 2 sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.30 |
|
The number of Signaling Congestion messages with
congestion level 3 sent. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.31 |
|
The number of octets received from this ASP.
|
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.32 |
|
The number of octets sent to this ASP.
|
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.33 |
|
The number of octets received from MTP3.
|
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.34 |
|
The number of octets sent to MTP3.
|
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.7.1.1.35 |
cItpXuaAsTable
table.1.3.6.1.4.1.9.9.253.1.8.1
·
1 row entry
·
31 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaAsTable
/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::cItpXuaAsTable'
A table of M3UA/SUA Application Server (AS) entries.
Entries are added to this table via
cItpXuaAsRowStatus in accordance with
the RowStatus convention.
A list of M3UA/SUA AS attributes.
Indexes
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The Application Server name. This name has only
local significance. |
CISCO-ITP-TC-MIBCItpTcXuaName Type Constraints: range: 0..12 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.1 |
||||||||||||||||||||||||||||||||
|
The protocol used by this AS.
|
CItpXuaProtocolr/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.8.1.1.2 |
||||||||||||||||||||||||||||||||
|
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. |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.8.1.1.3 |
||||||||||||||||||||||||||||||||
|
The Application Server (AS) state.
|
CItpXuaAsState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.8.1.1.4 |
||||||||||||||||||||||||||||||||
|
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… |
CItpXuaAsState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.8.1.1.5 |
||||||||||||||||||||||||||||||||
|
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. |
SNMPv2-SMITimeTicks Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.6 |
||||||||||||||||||||||||||||||||
|
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. |
CISCO-ITP-TC-MIBCItpTcQosr/w Type Constraints: range: 0..7range: 255 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.7 |
||||||||||||||||||||||||||||||||
|
The traffic mode for the MSUs received for this AS.
|
CItpXuaTrafModer/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.8.1.1.8 |
||||||||||||||||||||||||||||||||
|
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. |
SNMPv2-TCTruthValue Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.8.1.1.9 |
||||||||||||||||||||||||||||||||
|
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 … |
Unsigned32 Constraints: range: 0-4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.10 |
||||||||||||||||||||||||||||||||
|
The cItpXuaAsRkParameters object indicates
which Routing Key parameters are valid for this AS. 'dpc' : The cItpXuaAsRkDpc is the relevant column. 'opc' : cItpXuaAsRkOpc and cItpXuaA… |
Bitsr/w Enumerated Values:
|
.1.3.6.1.4.1.9.9.253.1.8.1.1.11 |
||||||||||||||||||||||||||||||||
|
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. |
CISCO-ITP-TC-MIBCItpTcPointCoder/w Type Constraints: range: 0..16777216 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.12 |
||||||||||||||||||||||||||||||||
|
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. |
CISCO-ITP-TC-MIBCItpTcPointCoder/w Type Constraints: range: 0..16777216 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.13 |
||||||||||||||||||||||||||||||||
|
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. |
SNMPv2-SMIUnsigned32r/w Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.14 |
||||||||||||||||||||||||||||||||
|
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. |
CISCO-ITP-TC-MIBCItpTcServiceIndicatorr/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.8.1.1.15 |
||||||||||||||||||||||||||||||||
|
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. |
CISCO-ITP-TC-MIBCItpTcSubSystemNumberr/w Type Constraints: range: 0range: 2..255 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.16 |
||||||||||||||||||||||||||||||||
|
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 u… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.8.1.1.17 |
||||||||||||||||||||||||||||||||
|
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. |
Unsigned32r/w Constraints: range: 0-65535 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.18 |
||||||||||||||||||||||||||||||||
|
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. |
Unsigned32r/w Constraints: range: 0-65535 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.19 |
||||||||||||||||||||||||||||||||
|
The number of MSUs received from MTP3.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.20 |
||||||||||||||||||||||||||||||||
|
The number of MSUs sent to all ASPs that
are serving this AS. |
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.21 |
||||||||||||||||||||||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaAsTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.8.1.1.22 |
||||||||||||||||||||||||||||||||
|
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 corre… |
CISCO-ITP-TC-MIBCItpTcNetworkName Type Constraints: range: 0..19 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.23 |
||||||||||||||||||||||||||||||||
|
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… |
SNMPv2-SMIUnsigned32r/w Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.24 |
||||||||||||||||||||||||||||||||
|
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… |
Unsigned32 Constraints: range: 0-7 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.25 |
||||||||||||||||||||||||||||||||
|
The number of MSUs sent to MTP3.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.26 |
||||||||||||||||||||||||||||||||
|
The number of MSUs received from all ASPs that
are serving this AS. |
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.27 |
||||||||||||||||||||||||||||||||
|
The number of octets received from MTP3.
|
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.28 |
||||||||||||||||||||||||||||||||
|
The number of octets sent to all ASPs that
are serving this AS. |
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.29 |
||||||||||||||||||||||||||||||||
|
The number of octets sent to MTP3.
|
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.30 |
||||||||||||||||||||||||||||||||
|
The number of octets received from all ASPs that
are serving this AS. |
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.8.1.1.31 |
cItpXuaAspAsTable
table.1.3.6.1.4.1.9.9.253.1.9.1
·
1 row entry
·
5 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaAspAsTable
/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::cItpXuaAspAsTable'
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.
A list of M3UA/SUA ASP-AS attributes.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The Application Server name.
|
CISCO-ITP-TC-MIBCItpTcXuaName Type Constraints: range: 0..12 |
.1.3.6.1.4.1.9.9.253.1.9.1.1.1 |
||||||||||||
|
The state of the ASP that serves this AS.
|
CItpXuaAspState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.9.1.1.2 |
||||||||||||
|
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. |
SNMPv2-SMITimeTicks Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.9.1.1.3 |
||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaAspAsTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.9.1.1.4 |
||||||||||||
|
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 ther… |
Unsigned32r/w Constraints: range: 0-10 |
.1.3.6.1.4.1.9.9.253.1.9.1.1.5 |
cItpXuaSgmRemoteIpTable
table.1.3.6.1.4.1.9.9.253.1.11.1
·
1 row entry
·
5 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaSgmRemoteIpTable
/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::cItpXuaSgmRemoteIpTable'
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.
A list of Remote IP addresses for the Signaling
Gateway Mate.
Gateway Mate.
Indexes
| Column | Syntax | OID | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
This object specifies the index for the SGM's
remote IP address. The SGM Name in cItpXuaSgmName specifies the SGM. |
Unsigned32 Constraints: range: 1-65535 |
.1.3.6.1.4.1.9.9.253.1.11.1.1.1 |
||||||||||||||
|
This object contains the type of the remote IP address
used to create the association supporting this SGM. |
INET-ADDRESS-MIBInetAddressTyper/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.11.1.1.2 |
||||||||||||||
|
This object contains the remote IP address used to
create the association supporting this SGM. |
INET-ADDRESS-MIBInetAddressr/w Type Constraints: range: 0..255 |
.1.3.6.1.4.1.9.9.253.1.11.1.1.3 |
||||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaSgmRemoteIpTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.11.1.1.4 |
||||||||||||||
|
This object contains the remote IP interface state
that is used to create the association supporting this Signalling Gateway Mate. |
CItpXuaRemoteIpDestState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.11.1.1.5 |
cItpXuaASRouteTable
table.1.3.6.1.4.1.9.9.253.1.12.1
·
1 row entry
·
16 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaASRouteTable
/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::cItpXuaASRouteTable'
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.
A list of routes for remote point-codes using
ASs.
ASs.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The ASRoute name. This name has only local
significance. |
CISCO-ITP-TC-MIBCItpTcXuaName Type Constraints: range: 0..12 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.1 |
||||||||||||
|
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 corre… |
CISCO-ITP-TC-MIBCItpTcNetworkName Type Constraints: range: 0..19 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.2 |
||||||||||||
|
The protocol used by this ASRoute.
|
CItpXuaProtocolr/w Type Values:
|
.1.3.6.1.4.1.9.9.253.1.12.1.1.3 |
||||||||||||
|
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… |
Unsigned32 Constraints: range: 0-4294967295 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.4 |
||||||||||||
|
The Destination Point Code (DPC) in the routing
key for the ASRoute. |
CISCO-ITP-TC-MIBCItpTcPointCoder/w Type Constraints: range: 0..16777216 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.5 |
||||||||||||
|
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. |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.4.1.9.9.253.1.12.1.1.6 |
||||||||||||
|
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 determinati… |
CItpXuaRouteState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.12.1.1.7 |
||||||||||||
|
The ASRoute priority on the mated Signalling
Gateway. |
Unsigned32 Constraints: range: 0-9 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.8 |
||||||||||||
|
The number of outbound MSUs received from MTP3.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.9 |
||||||||||||
|
The number of outbound data byte received from
MTP3. |
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.10 |
||||||||||||
|
The number of outbound MSUs sent to this ASroute.
|
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.11 |
||||||||||||
|
The number of outbound data byte sent to this
ASRoute. |
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.12 |
||||||||||||
|
The number of Destination Unavailable (DUNA)
messages received by the SG Mate. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.13 |
||||||||||||
|
The number of Destination Available (DAVA)
messages received by the SG Mate. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.14 |
||||||||||||
|
The number of Destination Restricted (DRST)
messages received by the SG Mate. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.12.1.1.15 |
||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaASRouteTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.12.1.1.16 |
cItpXuaASRouteAsTable
table.1.3.6.1.4.1.9.9.253.1.13.1
·
1 row entry
·
11 columns
Uses the cisco variant from
Command help
/opt/observium/mibs/cisco.
Walk cItpXuaASRouteAsTable
/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::cItpXuaASRouteAsTable'
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.
A list of ASs for ASRoute.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The Application Server name.
|
CISCO-ITP-TC-MIBCItpTcXuaName Type Constraints: range: 0..12 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.1 |
||||||||||||
|
The priority of this AS in the ASRoute.
|
Unsigned32 Constraints: range: 0-9 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.2 |
||||||||||||
|
The AS state in the ASRoute.
|
CItpXuaRouteState Type Values:
|
.1.3.6.1.4.1.9.9.253.1.13.1.1.3 |
||||||||||||
|
The number of outbound MSUs received from
MTP3 for this AS. |
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.4 |
||||||||||||
|
The number of outbound data byte received from
MTP3 for this AS. |
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.5 |
||||||||||||
|
The number of outbound MSUs sent to this
AS in the ASroute. |
MSUsSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.6 |
||||||||||||
|
The number of outbound data byte sent to this
AS in the ASRoute. |
OctetsSNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.7 |
||||||||||||
|
The number of Destination Unavailable (DUNA)
messages received by this AS in the ASRoute. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.8 |
||||||||||||
|
The number of Destination Available (DAVA)
messages received by this AS in the ASRoute. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.9 |
||||||||||||
|
The number of Destination Restricted (DRST)
messages received by this AS in the ASRoute. |
messagesSNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.9.9.253.1.13.1.1.10 |
||||||||||||
|
The object is used by a management station to
create or delete the row entry in cItpXuaASRouteAsTable following the RowStatus textual convention. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.9.9.253.1.13.1.1.11 |