ALCAP Schema Statistics

The ALCAP schema provides operational statistics that can be used for monitoring and troubleshooting the following products: HNB-GW

This schema provides the following types of statistics:
  • Counter: A counter records incremental data cumulatively and rolls over when the counter limit is reached. All counter statistics are cumulative and reset only by one of the following methods: roll-over when limit is reached, after a system restart, or after a clear command is performed. The limit depends upon the data type.
  • Gauge: A gauge statistic indicates a single value; a snapshot representation of a single point in time within a defined time frame. The gauge changes to a new value with each snapshot though a value may repeat from one period to the next. The limit depends upon the data type.
  • Information: This type of statistic provides information, often intended to differentiate sets of statistics; for example, a VPN name or IP address. The type of information provided depends upon the data type.
The data type defines the format of the data for the value provided by the statistic. The following data types are used in statistics for this schema:
  • Int32/Int64: An integer, either 32-bit or 64-bit: For statistics with the Int32 data type, the roll-over to zero limit is 4,294,967,295. For statistics with the Int64 data type, the roll-over to zero limit is 18,446,744,073,709,551,615.
  • Float: A numeric value that can be represented fractionally; for example, 1.345.
  • String: A series of ASCII alphanumeric characters in a single grouping, usually pre-configured.

IMPORTANT:

Unless otherwise indicated, all statistics are counters and all statistics are standards-based.

Key Variables: Every schema has some variables which are typically referred to as 'key variables'. These key variables provide index markers to identify which object the statistics apply to. For example, in the card schema, the card number (variable %card%) uniquely identifies a card. For an HA service, the keys would be "%vpnname%" plus "%servname%", as the combination uniquely identifies an HA service. So, in a given measurement interval, one row of statistics will be generated per unique key. The schema keys are identified in the Description section of the table.


Table 1. Bulk Statistic Variables in the ALCAP Schema
Variables Description Data Type

vpnname

The name of the context in which the ALCAP service is configured.

This is a key variable.

String

vpnid

The identity number of the context in which ALCAP service is configured.

This is a key variable.

String

servname

The name of the ALCAP service for which statistics are collected or displayed.

This is a key variable.

String

num-aal2-channels-in-idle-state

Indicates the total number of AAL2 channels in IDLE state.

Trigger: When AAL2 channel goes to IDLE state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-channels-in-connected-state

Indicates the total number of AAL2 channels in CONNECTED state.

Trigger: When AAL2 channel goes to CONNECTED state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-channels-in-connecting

Indicates the total number of AAL2 channels in CONNECTING state.

Trigger: When AAL2 channel goes to CONNECTING state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-channels-in-rel-pending-state

Indicates the total number of AAL2 channels in RELEASE PENDING state.

Trigger: When AAL2 channel goes to RELEASE PENDING state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-channels-in-reset-pending-state

Indicates the total number of AAL2 channels in RESET PENDING state.

Trigger: When AAL2 channel goes to RESET PENDING state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-paths-in-locally-blocked-state

Indicates the total number of AAL2 Paths in LOCALLY BLOCKED state.

Trigger: When AAL2 Path goes to LOCALLY BLOCKED state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-paths-in-remote-blocked-state

Indicates the total number of AAL2 Paths in REMOTE BLOCKED state.

Trigger: When AAL2 Path goes to REMOTE BLOCKED state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-paths-in-blocked-state

Indicates the total number of AAL2 Paths in BLOCKED (REMOTE + LOCAL) state.

Trigger: When AAL2 Path goes to BLOCKED (REMOTE + LOCAL) state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

num-aal2-paths-in-reset-pending-state

Indicates the total number of AAL2 Paths in RESET PENDING state.

Trigger: When AAL2 Path goes to RESET PENDING state.

Availability: Across all ALCAP Services.

Type: Gauge

Unsigned Int32

est-req-tx

Indicates the total number of Establish Request message transmitted.

Trigger: When Establish Request is transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

est-confirm-rx

Indicates the total number of Establish Confirm message received.

Trigger: When Establish Confirm message is received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

est-confirm-rx-drop-no-conn-to-handle

Indicates the total number of Establish Confirm message received for Dropped/No Connection To Handle.

Trigger: When Establish Confirm message is received by ALCAP Service for Dropped/No Connection To Handle.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx

Indicates the total number of Release Request message transmitted.

Trigger: When Release Request is transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-unallocated-no-tx

Indicates the total number of Release Request message transmitted for Unallocated (unassigned) number.

Trigger: When Release Request is Transmitted by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-no-route-to-dest-tx

Indicates the total number of Release Request message transmitted for No route to destination.

Trigger: When Release Request is Transmitted by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-normal-unspecified-tx

Indicates the total number of Release Request message transmitted for Normal/unspecified.

Trigger: When Release Request is Transmitted by ALCAP Service for Normal/unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-no-cir-channel-avail-tx

Indicates the total number of Release Request message transmitted for No circuit/channel available.

Trigger: When Release Request is Transmitted by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-nw-out-of-order-tx

Indicates the total number of Release Request message transmitted for Network out of order.

Trigger: When Release Request is Transmitted by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-temp-failure-tx

Indicates the total number of Release Request message transmitted for Temporary failure.

Trigger: When Release Request is Transmitted by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-switching-equip-congestion-tx

Indicates the total number of Release Request message transmitted for Switching equipment congestion.

Trigger: When Release Request is Transmitted by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-req-cir-channel-not-avail-tx

Indicates the total number of Release Request message transmitted for Requested circuit/channel not available.

Trigger: When Release Request is Transmitted by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-res-unavail-unspecified-tx

Indicates the total number of Release Request message transmitted for Resource unavailable/unspecified.

Trigger: When Release Request is Transmitted by ALCAP Service for Resource unavailable/unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-aal-param-cant-be-supported-tx

Indicates the total number of Release Request message transmitted for AAL parameters cannot be supported.

Trigger: When Release Request is Transmitted by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-inv-msg-unspecified-tx

Indicates the total number of Release Request message transmitted for Invalid message/unspecified.

Trigger: When Release Request is Transmitted by ALCAP Service for Invalid message/unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-mandatory-ie-missing-tx

Indicates the total number of Release Request message transmitted for Mandatory information element is missing.

Trigger: When Release Request is Transmitted by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-msg-type-non-exist-not-impl-tx

Indicates the total number of Release Request message transmitted for Message type non-existent or not implemented.

Trigger: When Release Request is Transmitted by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-ie-param-non-exist-not-impl-tx

Indicates the total number of Release Request message transmitted for Information element/parameter non-existent or not implemented.

Trigger: When Release Request is Transmitted by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-invalid-ie-contents-tx

Indicates the total number of Release Request message transmitted for Invalid information element contents.

Trigger: When Release Request is Transmitted by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-recovery-on-timer-exp-tx

Indicates the total number of Release Request message transmitted for Recovery on timer expiry.

Trigger: When Release Request is Transmitted by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-tx-msg-unrec-param-discard-tx

Indicates the total number of Release Request message transmitted for Message with unrecognized parameter/discarded.

Trigger: When Release Request is Transmitted by ALCAP Service for Message with unrecognized parameter/discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx

Indicates the total number of Release Request message received.

Trigger: When Release Request is Received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-unallocated-no-rx

Indicates the total number of Release Request message received for Unallocated (unassigned) number.

Trigger: When Release Request is Received by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-no-route-to-dest-rx

Indicates the total number of Release Request message received for No route to destination.

Trigger: When Release Request is Received by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-normal-unspecified-rx

Indicates the total number of Release Request message received for Normal, unspecified.

Trigger: When Release Request is Received by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-no-cir-channel-avail-rx

Indicates the total number of Release Request message received for No circuit/channel available.

Trigger: When Release Request is Received by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-nw-out-of-order-rx

Indicates the total number of Release Request message received for Network out of order.

Trigger: When Release Request is Received by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-temp-failure-rx

Indicates the total number of Release Request message received for Temporary failure.

Trigger: When Release Request is Received by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-switching-equip-congestion-rx

Indicates the total number of Release Request message received for Switching equipment congestion.

Trigger: When Release Request is Received by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-req-cir-channel-not-avail-rx

Indicates the total number of Release Request message received for Requested circuit/channel not available.

Trigger: When Release Request is Received by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-res-unavail-unspecified-rx

Indicates the total number of Release Request message received for Resource unavailable, unspecified.

Trigger: When Release Request is Received by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-aal-param-cant-be-supported-rx

Indicates the total number of Release Request message received for AAL parameters cannot be supported.

Trigger: When Release Request is Received by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-inv-msg-unspecified-rx

Indicates the total number of Release Request message received for Invalid message, unspecified.

Trigger: When Release Request is Received by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-mandatory-ie-missing-rx

Indicates the total number of Release Request message received for Mandatory information element is missing.

Trigger: When Release Request is Received by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-msg-type-non-exist-not-impl-rx

Indicates the total number of Release Request message received for Message type non-existent or not implemented.

Trigger: When Release Request is Received by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-ie-param-non-exist-not-impl-rx

Indicates the total number of Release Request message received for Information element/parameter non-existent or not implemented.

Trigger: When Release Request is Received by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-invalid-ie-contents-rx

Indicates the total number of Release Request message received for Invalid information element contents.

Trigger: When Release Request is Received by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-recovery-on-timer-exp-rx

Indicates the total number of Release Request message received for Recovery on timer expiry.

Trigger: When Release Request is Received by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-req-rx-msg-unrec-param-discard-rx

Indicates the total number of Release Request message received for Message with unrecognized parameter, discarded.

Trigger: When Release Request is Received by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx

Indicates the total number of Release Confirm message transmitted.

Trigger: When Release Confirm message is transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-unallocated-no-tx

Indicates the total number of Release Confirm message received for Unallocated (unassigned) number.

Trigger: When Release confirm is Transmitted by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-no-route-to-dest-tx

Indicates the total number of Release Confirm message received for No route to destination.

Trigger: When Release confirm is Transmitted by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-normal-unspecified-tx

Indicates the total number of Release Confirm message received for Normal, unspecified.

Trigger: When Release confirm is Transmitted by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-no-cir-channel-avail-tx

Indicates the total number of Release Confirm message received for No circuit/channel available.

Trigger: When Release confirm is Transmitted by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-nw-out-of-order-tx

Indicates the total number of Release Confirm message received for Network out of order.

Trigger: When Release confirm is Transmitted by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-temp-failure-tx

Indicates the total number of Release Confirm message received for Temporary failure.

Trigger: When Release confirm is Transmitted by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-switching-equip-congestion-tx

Indicates the total number of Release Confirm message received for Switching equipment congestion.

Trigger: When Release confirm is Transmitted by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-req-cir-channel-not-avail-tx

Indicates the total number of Release Confirm message received for Requested circuit/channel not available.

Trigger: When Release confirm is Transmitted by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-res-unavail-unspecified-tx

Indicates the total number of Release Confirm message received for Resource unavailable, unspecified.

Trigger: When Release confirm is Transmitted by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-aal-param-cant-be-supported-tx

Indicates the total number of Release Confirm message received for AAL parameters cannot be supported.

Trigger: When Release confirm is Transmitted by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-inv-msg-unspecified-tx

Indicates the total number of Release Confirm message received for Invalid message, unspecified.

Trigger: When Release confirm is Transmitted by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-mandatory-ie-missing-tx

Indicates the total number of Release Confirm message received for Mandatory information element is missing.

Trigger: When Release confirm is Transmitted by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-msg-type-non-exist-not-impl-tx

Indicates the total number of Release Confirm message received for Message type non-existent or not implemented.

Trigger: When Release confirm is Transmitted by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-ie-param-non-exist-not-impl-tx

Indicates the total number of Release Confirm message received for Information element/parameter non-existent or not implemented.

Trigger: When Release confirm is Transmitted by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-invalid-ie-contents-tx

Indicates the total number of Release Confirm message received for Invalid information element contents.

Trigger: When Release confirm is Transmitted by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-recovery-on-timer-exp-tx

Indicates the total number of Release Confirm message received for Recovery on timer expiry.

Trigger: When Release confirm is Transmitted by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-tx-msg-unrec-param-discard-tx

Indicates the total number of Release Confirm message received for Message with unrecognized parameter, discarded.

Trigger: When Release confirm is Transmitted by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx

Indicates the total number of Release Confirm message received.

Trigger: When Release Confirm message is received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-unallocated-no-rx

Indicates the total number of Release confirm Received for Unallocated (unassigned) number.

Trigger: When Release Confirm message is received by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-no-route-to-dest-rx

Indicates the total number of Release confirm Received for No route to destination.

Trigger: When Release Confirm message is received by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-normal-unspecified-rx

Indicates the total number of Release confirm Received for Normal, unspecified.

Trigger: When Release Confirm message is received by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-no-cir-channel-avail-rx

Indicates the total number of Release confirm Received for No circuit/channel available.

Trigger: When Release Confirm message is received by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-nw-out-of-order-rx

Indicates the total number of Release confirm Received for Network out of order.

Trigger: When Release Confirm message is received by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-temp-failure-rx

Indicates the total number of Release confirm Received for Temporary failure.

Trigger: When Release Confirm message is received by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-switching-equip-congestion-rx

Indicates the total number of Release confirm Received for Switching equipment congestion.

Trigger: When Release Confirm message is received by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-req-cir-channel-not-avail-rx

Indicates the total number of Release confirm Received for Requested circuit/channel not available.

Trigger: When Release Confirm message is received by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-res-unavail-unspecified-rx

Indicates the total number of Release confirm Received for Resource unavailable, unspecified.

Trigger: When Release Confirm message is received by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-aal-param-cant-be-supported-rx

Indicates the total number of Release confirm Received for AAL parameters cannot be supported.

Trigger: When Release Confirm message is received by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-inv-msg-unspecified-rx

Indicates the total number of Release confirm Received for Invalid message, unspecified.

Trigger: When Release Confirm message is received by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-mandatory-ie-missing-rx

Indicates the total number of Release confirm Received for Mandatory information element is missing.

Trigger: When Release Confirm message is received by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-msg-type-non-exist-not-impl-rx

Indicates the total number of Release confirm Received for Message type non-existent or not implemented.

Trigger: When Release Confirm message is received by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-ie-param-non-exist-not-impl-rx

Indicates the total number of Release confirm Received for Information element/parameter non-existent or not implemented.

Trigger: When Release Confirm message is received by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-invalid-ie-contents-rx

Indicates the total number of Release confirm Received for Invalid information element contents.

Trigger: When Release Confirm message is received by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-recovery-on-timer-exp-rx

Indicates the total number of Release confirm Received for Recovery on timer expiry.

Trigger: When Release Confirm message is received by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

rel-confirm-rx-msg-unrec-param-discard-rx

Indicates the total number of Release confirm Received for Message with unrecognized parameter, discarded.

Trigger: When Release Confirm message is received by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

modify-req-tx

Indicates the total number of Modify Request message transmitted.

Trigger: When Modify Request is Transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

modify-req-rx

Indicates the total number of Modify Request message received.

Trigger: When Modify Request is Received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

modify-ack-tx

Indicates the total number of Modify Acknowledge Transmitted.

Trigger: When Modify Acknowledge is Transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

modify-ack-rx

Indicates the total number of Modify Acknowledge message received.

Trigger: When Modify Acknowledge is Received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

modify-rej-tx

Indicates the total number of Modify Reject Transmitted.

Trigger: When Modify Reject is Transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

modify-rej-rx

Indicates the total number of Modify Reject message received.

Trigger: When Modify Reject is Received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-req-tx

Indicates the total number of Block Request message transmitted.

Trigger: When Block Request is Transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-req-rx

Indicates the total number of Block Request message received for.

Trigger: When Block Request is Received by ALCAP Service for.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx

Indicates the total number of Block Confirm message received.

Trigger: When Block confirm is Transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-unallocated-no-tx

Indicates the total number of Block Confirm message received for Unallocated (unassigned) number.

Trigger: When Block confirm is Transmitted by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-no-route-to-dest-tx

Indicates the total number of Block Confirm message received for No route to destination.

Trigger: When Block confirm is Transmitted by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-normal-unspecified-tx

Indicates the total number of Block Confirm message received for Normal, unspecified.

Trigger: When Block confirm is Transmitted by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-no-cir-channel-avail-tx

Indicates the total number of Block Confirm message received for No circuit/channel available.

Trigger: When Block confirm is Transmitted by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-nw-out-of-order-tx

Indicates the total number of Block Confirm message received for Network out of order.

Trigger: When Block confirm is Transmitted by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-temp-failure-tx

Indicates the total number of Block Confirm message received for Temporary failure.

Trigger: When Block confirm is Transmitted by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-switching-equip-congestion-tx

Indicates the total number of Block Confirm message received for Switching equipment congestion.

Trigger: When Block confirm is Transmitted by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-req-cir-channel-not-avail-tx

Indicates the total number of Block Confirm message received for Requested circuit/channel not available.

Trigger: When Block confirm is Transmitted by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-res-unavail-unspecified-tx

Indicates the total number of Block Confirm message received for Resource unavailable, unspecified.

Trigger: When Block confirm is Transmitted by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-aal-param-cant-be-supported-tx

Indicates the total number of Block Confirm message received for AAL parameters cannot be supported.

Trigger: When Block confirm is Transmitted by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-inv-msg-unspecified-tx

Indicates the total number of Block Confirm message received for Invalid message, unspecified.

Trigger: When Block confirm is Transmitted by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-mandatory-ie-missing-tx

Indicates the total number of Block Confirm message received for Mandatory information element is missing.

Trigger: When Block confirm is Transmitted by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-msg-type-non-exist-not-impl-tx

Indicates the total number of Block Confirm message received for Message type non-existent or not implemented.

Trigger: When Block confirm is Transmitted by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-ie-param-non-exist-not-impl-tx

Indicates the total number of Block Confirm message received for Information element/parameter non-existent or not implemented.

Trigger: When Block confirm is Transmitted by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-invalid-ie-contents-tx

Indicates the total number of Block Confirm message received for Invalid information element contents.

Trigger: When Block confirm is Transmitted by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-recovery-on-timer-exp-tx

Indicates the total number of Block Confirm message received for Recovery on timer expiry.

Trigger: When Block confirm is Transmitted by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-tx-msg-unrec-param-discard-tx

Indicates the total number of Block Confirm message received for Message with unrecognized parameter, discarded.

Trigger: When Block confirm is Transmitted by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx

Indicates the total number of Block confirm message received.

Trigger: When Block Confirm message is received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-unallocated-no-rx

Indicates the total number of Block Confirm message received for Unallocated (unassigned) number.

Trigger: When Block Confirm message is received by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-no-route-to-dest-rx

Indicates the total number of Block Confirm message received for No route to destination.

Trigger: When Block Confirm message is received by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-normal-unspecified-rx

Indicates the total number of Block Confirm message received for Normal, unspecified.

Trigger: When Block Confirm message is received by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-no-cir-channel-avail-rx

Indicates the total number of Block Confirm message received for No circuit/channel available.

Trigger: When Block Confirm message is received by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-nw-out-of-order-rx

Indicates the total number of Block Confirm message received for Network out of order.

Trigger: When Block Confirm message is received by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-temp-failure-rx

Indicates the total number of Block Confirm message received for Temporary failure.

Trigger: When Block Confirm message is received by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-switching-equip-congestion-rx

Indicates the total number of Block Confirm message received for Switching equipment congestion.

Trigger: When Block Confirm message is received by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-req-cir-channel-not-avail-rx

Indicates the total number of Block Confirm message received for Requested circuit/channel not available.

Trigger: When Block Confirm message is received by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-res-unavail-unspecified-rx

Indicates the total number of Block Confirm message received for Resource unavailable, unspecified.

Trigger: When Block Confirm message is received by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-aal-param-cant-be-supported-rx

Indicates the total number of Block Confirm message received for AAL parameters cannot be supported.

Trigger: When Block Confirm message is received by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-inv-msg-unspecified-rx

Indicates the total number of Block Confirm message received for Invalid message, unspecified.

Trigger: When Block Confirm message is received by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-mandatory-ie-missing-rx

Indicates the total number of Block Confirm message received for Mandatory information element is missing.

Trigger: When Block Confirm message is received by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-msg-type-non-exist-not-impl-rx

Indicates the total number of Block Confirm message received for Message type non-existent or not implemented.

Trigger: When Block Confirm message is received by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-ie-param-non-exist-not-impl-rx

Indicates the total number of Block Confirm message received for Information element/parameter non-existent or not implemented.

Trigger: When Block Confirm message is received by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-invalid-ie-contents-rx

Indicates the total number of Block Confirm message received for Invalid information element contents.

Trigger: When Block Confirm message is received by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-recovery-on-timer-exp-rx

Indicates the total number of Block Confirm message received for Recovery on timer expiry.

Trigger: When Block Confirm message is received by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

blo-cfm-rx-msg-unrec-param-discard-rx

Indicates the total number of Block Confirm message received for Message with unrecognized parameter, discarded.

Trigger: When Block Confirm message is received by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-req-tx

Indicates the total number of Unblock Request message transmitted.

Trigger: When Unblock Request is Transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-req-rx

Indicates the total number of Unblock Request message received.

Trigger: When Unblock Request is Received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx

Indicates the total number of Unblock Confirm message transmitted.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-unallocated-no-tx

Indicates the total number of Unblock Confirm message transmitted for Unallocated (unassigned) number.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-no-route-to-dest-tx

Indicates the total number of Unblock Confirm message transmitted for No route to destination.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-normal-unspecified-tx

Indicates the total number of Unblock Confirm message transmitted for Normal, unspecified.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-no-cir-channel-avail-tx

Indicates the total number of Unblock Confirm message transmitted for No circuit/channel available.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-nw-out-of-order-tx

Indicates the total number of Unblock Confirm message transmitted for Network out of order.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-temp-failure-tx

Indicates the total number of Unblock Confirm message transmitted for Temporary failure.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-switching-equip-congestion-tx

Indicates the total number of Unblock Confirm message transmitted for Switching equipment congestion.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-req-cir-channel-not-avail-tx

Indicates the total number of Unblock Confirm message transmitted for Requested circuit/channel not available.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-res-unavail-unspecified-tx

Indicates the total number of Unblock Confirm message transmitted for Resource unavailable, unspecified.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-aal-param-cant-be-supported-tx

Indicates the total number of Unblock Confirm message transmitted for AAL parameters cannot be supported.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-inv-msg-unspecified-tx

Indicates the total number of Unblock Confirm message transmitted for Invalid message, unspecified.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-mandatory-ie-missing-tx

Indicates the total number of Unblock Confirm message transmitted for Mandatory information element is missing.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-msg-type-non-exist-not-impl-tx

Indicates the total number of Unblock Confirm message transmitted for Message type non-existent or not implemented.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-ie-param-non-exist-not-impl-tx

Indicates the total number of Unblock Confirm message transmitted for Information element/parameter non-existent or not implemented.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-invalid-ie-contents-tx

Indicates the total number of Unblock Confirm message transmitted for Invalid information element contents.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-recovery-on-timer-exp-tx

Indicates the total number of Unblock Confirm message transmitted for Recovery on timer expiry.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-tx-msg-unrec-param-discard-tx

Indicates the total number of Unblock Confirm message transmitted for Message with unrecognized parameter, discarded.

Trigger: When Unblock Confirm message is transmitted by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx

Indicates the total number of Unblock Confirm message received.

Trigger: When Unblock Confirm message is received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-unallocated-no-rx

Indicates the total number of Unblock Confirm message received for Unallocated (unassigned) number.

Trigger: When Unblock Confirm message is received by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-no-route-to-dest-rx

Indicates the total number of Unblock Confirm message received for No route to destination.

Trigger: When Unblock Confirm message is received by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-normal-unspecified-rx

Indicates the total number of Unblock Confirm message received for Normal, unspecified.

Trigger: When Unblock Confirm message is received by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-no-cir-channel-avail-rx

Indicates the total number of Unblock Confirm message received for No circuit/channel available.

Trigger: When Unblock Confirm message is received by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-nw-out-of-order-rx

Indicates the total number of Unblock Confirm message received for Network out of order.

Trigger: When Unblock Confirm message is received by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-temp-failure-rx

Indicates the total number of Unblock Confirm message received for Temporary failure.

Trigger: When Unblock Confirm message is received by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-switching-equip-congestion-rx

Indicates the total number of Unblock Confirm message received for Switching equipment congestion.

Trigger: When Unblock Confirm message is received by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-req-cir-channel-not-avail-rx

Indicates the total number of Unblock Confirm message received for Requested circuit/channel not available.

Trigger: When Unblock Confirm message is received by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-res-unavail-unspecified-rx

Indicates the total number of Unblock Confirm message received for Resource unavailable, unspecified.

Trigger: When Unblock Confirm message is received by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-aal-param-cant-be-supported-rx

Indicates the total number of Unblock Confirm message received for AAL parameters cannot be supported.

Trigger: When Unblock Confirm message is received by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-inv-msg-unspecified-rx

Indicates the total number of Unblock Confirm message received for Invalid message, unspecified.

Trigger: When Unblock Confirm message is received by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-mandatory-ie-missing-rx

Indicates the total number of Unblock Confirm message received for Mandatory information element is missing.

Trigger: When Unblock Confirm message is received by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-msg-type-non-exist-not-impl-rx

Indicates the total number of Unblock Confirm message received for Message type non-existent or not implemented.

Trigger: When Unblock Confirm message is received by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-ie-param-non-exist-not-impl-rx

Indicates the total number of Unblock Confirm message received for Information element/parameter non-existent or not implemented.

Trigger: When Unblock Confirm message is received by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-invalid-ie-contents-rx

Indicates the total number of Unblock Confirm message received for Invalid information element contents.

Trigger: When Unblock Confirm message is received by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-recovery-on-timer-exp-rx

Indicates the total number of Unblock Confirm message received for Recovery on timer expiry.

Trigger: When Unblock Confirm message is received by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

unblo-cfm-rx-msg-unrec-param-discard-rx

Indicates the total number of Unblock Confirm message received for Message with unrecognized parameter, discarded.

Trigger: When Unblock Confirm message is received by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

reset-req-tx

Indicates the total number of Reset Request message transmitted.

Trigger: When Reset Request is Transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

reset-req-rx

Indicates the total number of Reset Request message received.

Trigger: When Reset Request is Received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx

Indicates the total number of Reset Confirm message transmitted.

Trigger: When Reset Confirm message is transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-unallocated-no-tx

Indicates the total number of Reset Confirm message transmitted for Unallocated (unassigned) number.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-no-route-to-dest-tx

Indicates the total number of Reset Confirm message transmitted for No route to destination.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-normal-unspecified-tx

Indicates the total number of Reset Confirm message transmitted for Normal, unspecified.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-no-cir-channel-avail-tx

Indicates the total number of Reset Confirm message transmitted for No circuit/channel available.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-nw-out-of-order-tx

Indicates the total number of Reset Confirm message transmitted for Network out of order.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-temp-failure-tx

Indicates the total number of Reset Confirm message transmitted for Temporary failure.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-switching-equip-congestion-tx

Indicates the total number of Reset Confirm message transmitted for Switching equipment congestion.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-req-cir-channel-not-avail-tx

Indicates the total number of Reset Confirm message transmitted for Requested circuit/channel not available.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-res-unavail-unspecified-tx

Indicates the total number of Reset Confirm message transmitted for Resource unavailable, unspecified.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-aal-param-cant-be-supported-tx

Indicates the total number of Reset Confirm message transmitted for AAL parameters cannot be supported.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-inv-msg-unspecified-tx

Indicates the total number of Reset Confirm message transmitted for Invalid message, unspecified.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-mandatory-ie-missing-tx

Indicates the total number of Reset Confirm message transmitted for Mandatory information element is missing.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-msg-type-non-exist-not-impl-tx

Indicates the total number of Reset Confirm message transmitted for Message type non-existent or not implemented.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-ie-param-non-exist-not-impl-tx

Indicates the total number of Reset Confirm message transmitted for Information element/parameter non-existent or not implemented.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-invalid-ie-contents-tx

Indicates the total number of Reset Confirm message transmitted for Invalid information element contents.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-recovery-on-timer-exp-tx

Indicates the total number of Reset Confirm message transmitted for Recovery on timer expiry.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-tx-msg-unrec-param-discard-tx

Indicates the total number of Reset Confirm message transmitted for Message with unrecognized parameter, discarded.

Trigger: When Reset Confirm message is transmitted by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx

Indicates the total number of Reset Confirm message received.

Trigger: When Reset Confirm message is received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-unallocated-no-rx

Indicates the total number of Reset Confirm message received for Unallocated (unassigned) number.

Trigger: When Reset Confirm message is received by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-no-route-to-dest-rx

Indicates the total number of Reset Confirm message received for No route to destination.

Trigger: When Reset Confirm message is received by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-normal-unspecified-rx

Indicates the total number of Reset Confirm message received for Normal, unspecified.

Trigger: When Reset Confirm message is received by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-no-cir-channel-avail-rx

Indicates the total number of Reset Confirm message received for No circuit/channel available.

Trigger: When Reset Confirm message is received by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-nw-out-of-order-rx

Indicates the total number of Reset Confirm message received for Network out of order.

Trigger: When Reset Confirm message is received by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-temp-failure-rx

Indicates the total number of Reset Confirm message received for Temporary failure.

Trigger: When Reset Confirm message is received by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-switching-equip-congestion-rx

Indicates the total number of Reset Confirm message received for Switching equipment congestion.

Trigger: When Reset Confirm message is received by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-req-cir-channel-not-avail-rx

Indicates the total number of Reset Confirm message received for Requested circuit/channel not available.

Trigger: When Reset Confirm message is received by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-res-unavail-unspecified-rx

Indicates the total number of Reset Confirm message received for Resource unavailable, unspecified.

Trigger: When Reset Confirm message is received by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-aal-param-cant-be-supported-rx

Indicates the total number of Reset Confirm message received for AAL parameters cannot be supported.

Trigger: When Reset Confirm message is received by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-inv-msg-unspecified-rx

Indicates the total number of Reset Confirm message received for Invalid message, unspecified.

Trigger: When Reset Confirm message is received by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-mandatory-ie-missing-rx

Indicates the total number of Reset Confirm message received for Mandatory information element is missing.

Trigger: When Reset Confirm message is received by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-msg-type-non-exist-not-impl-rx

Indicates the total number of Reset Confirm message received for Message type non-existent or not implemented.

Trigger: When Reset Confirm message is received by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-ie-param-non-exist-not-impl-rx

Indicates the total number of Reset Confirm message received for Information element/parameter non-existent or not implemented.

Trigger: When Reset Confirm message is received by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-invalid-ie-contents-rx

Indicates the total number of Reset Confirm message received for Invalid information element contents.

Trigger: When Reset Confirm message is received by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-recovery-on-timer-exp-rx

Indicates the total number of Reset Confirm message received for Recovery on timer expiry.

Trigger: When Reset Confirm message is received by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

res-cfm-rx-msg-unrec-param-discard-rx

Indicates the total number of Reset Confirm message received for Message with unrecognized parameter, discarded.

Trigger: When Reset Confirm message is received by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx

Indicates the total number of Confusion message transmitted .

Trigger: When Confusion message is transmitted by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-unallocated-no-tx

Indicates the total number of Confusion message transmitted for Unallocated (unassigned) number.

Trigger: When Confusion message is transmitted by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-no-route-to-dest-tx

Indicates the total number of Confusion message transmitted for No route to destination.

Trigger: When Confusion message is transmitted by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-normal-unspecified-tx

Indicates the total number of Confusion message transmitted for Normal, unspecified.

Trigger: When Confusion message is transmitted by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-no-cir-channel-avail-tx

Indicates the total number of Confusion message transmitted for No circuit/channel available.

Trigger: When Confusion message is transmitted by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-nw-out-of-order-tx

Indicates the total number of Confusion message transmitted for Network out of order.

Trigger: When Confusion message is transmitted by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-temp-failure-tx

Indicates the total number of Confusion message transmitted for Temporary failure.

Trigger: When Confusion message is transmitted by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-switching-equip-congestion-tx

Indicates the total number of Confusion message transmitted for Switching equipment congestion.

Trigger: When Confusion message is transmitted by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-req-cir-channel-not-avail-tx

Indicates the total number of Confusion message transmitted for Requested circuit/channel not available.

Trigger: When Confusion message is transmitted by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-res-unavail-unspecified-tx

Indicates the total number of Confusion message transmitted for Resource unavailable, unspecified.

Trigger: When Confusion message is transmitted by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-aal-param-cant-be-supported-tx

Indicates the total number of Confusion message transmitted for AAL parameters cannot be supported.

Trigger: When Confusion message is transmitted by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-inv-msg-unspecified-tx

Indicates the total number of Confusion message transmitted for Invalid message, unspecified.

Trigger: When Confusion message is transmitted by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-mandatory-ie-missing-tx

Indicates the total number of Confusion message transmitted for Mandatory information element is missing.

Trigger: When Confusion message is transmitted by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-msg-type-non-exist-not-impl-tx

Indicates the total number of Confusion message transmitted for Message type non-existent or not implemented.

Trigger: When Confusion message is transmitted by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-ie-param-non-exist-not-impl-tx

Indicates the total number of Confusion message transmitted for Information element/parameter non-existent or not implemented.

Trigger: When Confusion message is transmitted by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-invalid-ie-contents-tx

Indicates the total number of Confusion message transmitted for Invalid information element contents.

Trigger: When Confusion message is transmitted by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-recovery-on-timer-exp-tx

Indicates the total number of Confusion message transmitted for Recovery on timer expiry.

Trigger: When Confusion message is transmitted by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-tx-msg-unrec-param-discard-tx

Indicates the total number of Confusion message transmitted for Message with unrecognized parameter, discarded.

Trigger: When Confusion message is transmitted by ALCAP Service for Message with unrecognized parameter, discarded.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx

Indicates the total number of Confusion message received.

Trigger: When Confusion message is received by ALCAP Service.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-unallocated-no-rx

Indicates the total number of Confusion message received for Unallocated (unassigned) number.

Trigger: When Confusion message is received by ALCAP Service for Unallocated (unassigned) number.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-no-route-to-dest-rx

Indicates the total number of Confusion message received for No route to destination.

Trigger: When Confusion message is received by ALCAP Service for No route to destination.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-normal-unspecified-rx

Indicates the total number of Confusion message received for Normal, unspecified.

Trigger: When Confusion message is received by ALCAP Service for Normal, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-no-cir-channel-avail-rx

Indicates the total number of Confusion message received for No circuit/channel available.

Trigger: When Confusion message is received by ALCAP Service for No circuit/channel available.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-nw-out-of-order-rx

Indicates the total number of Confusion message received for Network out of order.

Trigger: When Confusion message is received by ALCAP Service for Network out of order.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-temp-failure-rx

Indicates the total number of Confusion message received for Temporary failure.

Trigger: When Confusion message is received by ALCAP Service for Temporary failure.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-switching-equip-congestion-rx

Indicates the total number of Confusion message received for Switching equipment congestion.

Trigger: When Confusion message is received by ALCAP Service for Switching equipment congestion.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-req-cir-channel-not-avail-rx

Indicates the total number of Confusion message received for Requested circuit/channel not available.

Trigger: When Confusion message is received by ALCAP Service for Requested circuit/channel not available.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-res-unavail-unspecified-rx

Indicates the total number of Confusion message received for Resource unavailable, unspecified.

Trigger: When Confusion message is received by ALCAP Service for Resource unavailable, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-aal-param-cant-be-supported-rx

Indicates the total number of Confusion message received for AAL parameters cannot be supported.

Trigger: When Confusion message is received by ALCAP Service for AAL parameters cannot be supported.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-inv-msg-unspecified-rx

Indicates the total number of Confusion message received for Invalid message, unspecified.

Trigger: When Confusion message is received by ALCAP Service for Invalid message, unspecified.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-mandatory-ie-missing-rx

Indicates the total number of Confusion message received for Mandatory information element is missing.

Trigger: When Confusion message is received by ALCAP Service for Mandatory information element is missing.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-msg-type-non-exist-not-impl-rx

Indicates the total number of Confusion message received for Message type non-existent or not implemented.

Trigger: When Confusion message is received by ALCAP Service for Message type non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-ie-param-non-exist-not-impl-rx

Indicates the total number of Confusion message received for Information element/parameter non-existent or not implemented.

Trigger: When Confusion message is received by ALCAP Service for Information element/parameter non-existent or not implemented.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-invalid-ie-contents-rx

Indicates the total number of Confusion message received for Invalid information element contents.

Trigger: When Confusion message is received by ALCAP Service for Invalid information element contents.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-recovery-on-timer-exp-rx

Indicates the total number of Confusion message received for Recovery on timer expiry.

Trigger: When Confusion message is received by ALCAP Service for Recovery on timer expiry.

Availability: Across all ALCAP Services.

Unsigned Int32

confusion-rx-msg-unrec-param-discard-rx

Indicates the total number of Confusion message received for Message with unrecognized parameter or discarded.

Trigger: When Confusion message is received by ALCAP Service for Message with unrecognized parameter/discarded.

Availability: Across all ALCAP Services

Unsigned Int32

IMPORTANT:

For information on statistics that are common to all schema see the Statistics and Counters Overview chapter.