eGTP-C Service Schema

The eGTP-C schema provides operational statistics that can be used for monitoring and troubleshooting the following products: MME, P-GW, S-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 eGTP-C Service Schema
Variables Description Data Type

vpnname

The name of the context configured on the system that is currently facilitating the eGTP service.

This is a key variable.

Type: Information

String

vpnid

The identification number of the context configured on the system that is currently facilitating the eGTP service. This is an internal reference number.

This is a key variable.

Type: Information

Int32

servname

Displays the name of the eGTP service for which the statistics are displayed.

This is a key variable.

Type: Information

String

servid

The identification number of the service configured on the system that is currently facilitating the eGTP service. This is an internal reference number.

This is a key variable.

Type: Information

Int32

tun-sent-cresess

The total number of initial tunnel - create session request messages sent by the system.

Type: Counter

Int32

tun-sent-retranscresess

The total number of tunnel - retransmitted create session request messages sent by the system.

Type: Counter

Int32

tun-recv-cresess

The total number of tunnel - create session request messages received by the system.

Type: Counter

Int32

tun-recv-retranscresess

The total number of tunnel - retransmitted create session request messages received by the system.

Type: Counter

Int32

tun-sent-cresessresp

The total number of tunnel - create session response messages sent by the system.

Type: Counter

Int32

tun-sent-cresessrespaccept

The total number of tunnel - create session response - accepted messages sent by the system.

Type: Counter

Int32

tun-sent-cresessrespdenied

The total number of tunnel - create session response - denied messages sent by the system.

Type: Counter

Int32

tun-sent-retranscresessresp

The total number of tunnel - retransmitted create session response - messages sent by the system.

Type: Counter

Int32

tun-recv-cresessresp

The total number of tunnel - create session response messages received by the system.

Type: Counter

Int32

tun-recv-cresessrespaccept

The total number of tunnel - create session response - accepted messages received by the system.

Type: Counter

Int32

tun-recv-cresesssrespdenied

The total number of tunnel - create session response - denied messages received by the system.

Type: Counter

Int32

tun-sent-crebear

The total number of tunnel - create bearer request messages sent by the system.

Type: Counter

Int32

tun-sent-retranscrebear

The total number of tunnel - retransmitted create bearer request messages sent by the system.

Type: Counter

Int32

tun-recv-crebear

The total number of tunnel - create bearer request messages received by the system.

Type: Counter

Int32

tun-recv-retranscrebear

The total number of tunnel - retransmitted create bearer request messages received by the system.

Type: Counter

Int32

tun-sent-crebearresp

The total number of tunnel - create bearer response messages sent by the system.

Type: Counter

Int32

tun-sent-crebearrespaccept

The total number of tunnel - create bearer response - accepted messages sent by the system.

Type: Counter

Int32

tun-sent-crebearrespdenied

The total number of tunnel - create bearer response - denied messages sent by the system.

Type: Counter

Int32

tun-sent-retranscrebearresp

The total number of tunnel - retransmitted create bearer response - messages sent by the system.

Type: Counter

Int32

tun-recv-crebearresp

The total number of tunnel - create bearer response messages received by the system.

Type: Counter

Int32

tun-recv-crebearrespaccept

The total number of tunnel - create bearer response - accepted messages received by the system.

Type: Counter

Int32

tun-recv-crebearrespdenied

The total number of tunnel - create bearer response - denied messages received by the system.

Type: Counter

Int32

tun-sent-bearrescmd

The total number of tunnel - bearer resource command messages sent by the system.

Type: Counter

Int32

tun-sent-retransbearrescmd

The total number of tunnel - retransmitted bearer resource command messages sent by the system.

Type: Counter

Int32

tun-recv-bearrescmd

The total number of tunnel - bearer resource command messages received by the system.

Type: Counter

Int32

tun-recv-retransbearrescmd

The total number of tunnel - retransmitted bearer resource command messages received by the system.

Type: Counter

Int32

tun-sent-bearrescmd-fail

The total number of tunnel - bearer resource command - failure messages sent by the system.

Type: Counter

Int32

tun-sent-retransbearrescmd-fail

The total number of tunnel - retransmitted bearer resource command - failure messages sent by the system.

Type: Counter

Int32

tun-recv-bearrescmd-fail

The total number of tunnel - bearer resource command - failure messages received by the system.

Type: Counter

Int32

tun-recv-retransbearrescmd-fail

The total number of tunnel - retransmitted bearer resource command - failure messages received by the system.

Type: Counter

Int32

tun-sent-modbearreq

The total number of tunnel - modify bearer request messages sent by the system.

Type: Counter

Int32

tun-sent-retransmodbearreq

The total number of tunnel - retransmitted modify bearer request messages sent by the system.

Type: Counter

Int32

tun-recv-modbearreq

The total number of tunnel - modify bearer request messages received by the system.

Type: Counter

Int32

tun-recv-retransmodbearreq

The total number of tunnel - retransmitted modify bearer request messages received by the system.

Type: Counter

Int32

tun-sent-modbearresp

The total number of tunnel - modify bearer response - messages sent by the system.

Type: Counter

Int32

tun-sent-modbearrespaccept

The total number of tunnel - modify bearer response - accepted messages sent by the system.

Type: Counter

Int32

tun-sent-modbearrespdenied

The total number of tunnel - modify bearer response - denied messages sent by the system.

Type: Counter

Int32

tun-sent-retransmodbearresp

The total number of tunnel - retransmitted modify bearer response - messages sent by the system.

Type: Counter

Int32

tun-recv-modbearresp

The total number of tunnel - modify bearer response messages received by the system.

Type: Counter

Int32

tun-recv-modbearrespaccept

The total number of tunnel - modify bearer response - accepted messages received by the system.

Type: Counter

Int32

tun-recv-modbearrespdenied

The total number of tunnel - modify bearer response - denied messages received by the system.

Type: Counter

Int32

tun-sent-delsessreq

The total number of tunnel - delete session request messages sent by the system.

Type: Counter

Int32

tun-sent-retransdelsessreq

The total number of tunnel - retransmitted delete session request messages sent by the system.

Type: Counter

Int32

tun-recv-delsessreq

The total number of tunnel - delete session request messages received by the system.

Type: Counter

Int32

tun-recv-retransdelsessreq

The total number of tunnel - retransmitted delete session request messages received by the system.

Type: Counter

Int32

tun-sent-delsessresp

The total number of tunnel - delete session response messages sent by the system.

Type: Counter

Int32

tun-sent-delsessrespaccept

The total number of tunnel - delete session response - accepted messages sent by the system.

Type: Counter

Int32

tun-sent-delsessrespdenied

The total number of tunnel - delete session response - denied messages sent by the system.

Type: Counter

Int32

tun-recv-delsessresp

The total number of tunnel - delete session response messages received by the system.

Type: Counter

Int32

tun-recv-delsessrespaccept

The total number of tunnel - delete session response - accepted messages received by the system.

Type: Counter

Int32

tun-recv-delsessrespdenied

The total number of tunnel - delete session response - denied messages received by the system.

Type: Counter

Int32

tun-sent-delbearreq

The total number of tunnel - delete bearer request messages sent by the system.

Type: Counter

Int32

tun-sent-retransdelbearreq

The total number of tunnel - retransmitted delete bearer request messages sent by the system.

Type: Counter

Int32

tun-recv-delbearreq

The total number of tunnel - delete bearer request messages received by the system.

Type: Counter

Int32

tun-recv-retransdelbearreq

The total number of tunnel - retransmitted delete bearer request messages received by the system.

Type: Counter

Int32

tun-sent-delbearresp

The total number of tunnel - delete bearer response messages sent by the system.

Type: Counter

Int32

tun-sent-delbearrespaccept

The total number of tunnel - delete bearer response - accepted messages sent by the system.

Type: Counter

Int32

tun-sent-delbearrespdenied

The total number of tunnel - delete bearer response - denied messages sent by the system.

Type: Counter

Int32

tun-recv-delbearresp

The total number of tunnel - delete bearer response messages received by the system.

Type: Counter

Int32

tun-recv-delbearrespaccept

The total number of tunnel - delete bearer response - accepted messages received by the system.

Type: Counter

Int32

tun-recv-delbearrespdenied

The total number of tunnel - delete bearer response - denied messages received by the system.

Type: Counter

Int32

tun-sent-dlinknotif

The total number of tunnel - downlink data notification request messages sent by the system.

Type: Counter

Int32

tun-sent-retransdlinknotif

The total number of tunnel - retransmitted downlink data notification request messages sent by the system.

Type: Counter

Int32

tun-recv-dlinknotif

The total number of tunnel - downlink data notification request messages received by the system.

Type: Counter

Int32

tun-recv-retransdlinknotif

The total number of tunnel - retransmitted downlink data notification request messages received by the system.

Type: Counter

Int32

tun-recv-dlinknotifack

The total number of tunnel - downlink data notification acknowledgement messages received by the system.

Type: Counter

Int32

tun-recv-dlinknotifackaccept

The total number of tunnel - downlink data notification acknowledgement accepted messages received by the system.

Type: Counter

Int32

tun-recv-dlinknotifackdenied

The total number of tunnel - downlink data notification acknowledgement denied messages received by the system.

Type: Counter

Int32

tun-sent-dlinkdatafail

The total number of tunnel - downlink data failure messages sent by the system.

Type: Counter

Int32

tun-recv-dlinkdatafail

The total number of tunnel - downlink data failure messages received by the system.

Type: Counter

Int32

tun-sent-relaccbearreq

The total number of tunnel - release access bearers request messages sent by the system.

Type: Counter

Int32

tun-sent-retransrelaccbearreq

The total number of tunnel - retransmitted release access bearers request messages sent by the system.

Type: Counter

Int32

tun-recv-relaccbearreq

The total number of tunnel - release access bearers request messages received by the system.

Type: Counter

Int32

tun-recv-retransrelaccbearreq

The total number of tunnel - retransmitted release access bearers request messages received by the system.

Type: Counter

Int32

tun-sent-relaccbearresp

The total number of tunnel - release access bearers response messages sent by the system.

Type: Counter

Int32

tun-sent-relaccbearrespaccept

The total number of tunnel - release access bearers response accepted messages sent by the system.

Type: Counter

Int32

tun-sent-relaccbearrespdenied

The total number of tunnel - release access bearers response denied messages sent by the system.

Type: Counter

Int32

tun-sent-retransrelaccbearresp

The total number of tunnel - retransmitted release access bearers response messages sent by the system.

Type: Counter

Int32

tun-recv-relaccbearresp

The total number of tunnel - release access bearers response messages received by the system.

Type: Counter

Int32

tun-recv-relaccbearrespaccept

The total number of tunnel - release access bearers response accepted messages received by the system.

Type: Counter

Int32

tun-recv-relaccbearrespdenied

The total number of tunnel - release access bearers response denied messages received by the system.

Type: Counter

Int32

tun-sent-modbearcmd

The total number of tunnel - modify bearer command messages sent by the system.

Type: Counter

Int32

tun-sent-retransmodbearcmd

The total number of tunnel - retransmitted modify bearer command messages sent by the system.

Type: Counter

Int32

tun-recv-modbearcmd

The total number of tunnel - modify bearer command messages received by the system.

Type: Counter

Int32

tun-recv-retransmodbearcmd

The total number of tunnel - retransmitted modify bearer command messages received by the system.

Type: Counter

Int32

tun-sent-modbearfail

The total number of tunnel - modify bearer command - failure indication messages sent by the system.

Type: Counter

Int32

tun-sent-retransmodbearfail

The total number of tunnel - retransmitted modify bearer command - failure indication messages sent by the system.

Type: Counter

Int32

tun-recv-modbearfail

The total number of tunnel - modify bearer command - failure indication messages received by the system.

Type: Counter

Int32

tun-recv-retransmodbearfail

The total number of tunnel - retransmitted modify bearer command - failure indication messages received by the system.

Type: Counter

Int32

tun-sent-delbearcmd

The total number of tunnel - delete bearer command messages sent by the system.

Type: Counter

Int32

tun-sent-retransdelbearcmd

The total number of tunnel - retransmitted delete bearer command messages sent by the system.

Type: Counter

Int32

tun-recv-delbearcmd

The total number of tunnel - delete bearer command messages received by the system.

Type: Counter

Int32

tun-recv-retransdelbearcmd

The total number of tunnel - retransmitted delete bearer command messages received by the system.

Type: Counter

Int32

tun-sent-delbearfail

The total number of tunnel - delete bearer command - failure indication messages sent by the system.

Type: Counter

Int32

tun-sent-retransdelbearfail

The total number of tunnel - retransmitted delete bearer command - failure indication messages sent by the system.

Type: Counter

Int32

tun-recv-delbearfail

The total number of tunnel - delete bearer command - failure indication messages received by the system.

Type: Counter

Int32

tun-recv-retransdelbearfail

The total number of tunnel - retransmitted delete bearer command - failure indication messages received by the system.

Type: Counter

Int32

tun-sent-updbearreq

The total number of tunnel - update bearer request messages sent by the system.

Type: Counter

Int32

tun-sent-retransupdbearreq

The total number of tunnel - retransmitted update bearer request messages sent by the system.

Type: Counter

Int32

tun-recv-updbearreq

The total number of tunnel - update bearer request messages received by the system.

Type: Counter

Int32

tun-recv-retransupdbearreq

The total number of tunnel - retransmitted update bearer request messages received by the system.

Type: Counter

Int32

tun-sent-updbearresp

The total number of tunnel - update bearer response messages sent by the system.

Type: Counter

Int32

tun-sent-updbearrespaccept

The total number of tunnel - update bearer response - accepted messages sent by the system.

Type: Counter

Int32

tun-sent-updbearrespdenied

The total number of tunnel - update bearer response - denied messages sent by the system.

Type: Counter

Int32

tun-recv-updbearresp

The total number of tunnel - update bearer response messages received by the system.

Type: Counter

Int32

tun-recv-updbearrespaccept

The total number of tunnel - update bearer response - accepted messages received by the system.

Type: Counter

Int32

tun-recv-updbearrespdenied

The total number of tunnel - update bearer response - denied messages received by the system.

Type: Counter

Int32

tun-sent-creinddatafwdngreq

The total number of tunnel - create indicators for data forwarding requests sent by the system.

Type: Counter

Int32

tun-sent-retranscreinddatafwdngreq

The total number of tunnel - retransmit indicators for data forwarding requests, sent by the system.

Type: Counter

Int32

tun-recv-creinddatafwdngreq

The total number of tunnel - create indicators for data forwarding requests, received by the system.

Type: Counter

Int32

tun-recv-retranscreinddatafwdngreq

The total number of tunnel -retransmit indicators for data forwarding requests, received by the system.

Type: Counter

Int32

tun-sent-creinddatafwdngrsp

The total number of tunnel - create indicators for data forwarding responses, sent by the system.

Type: Counter

Int32

tun-sent-creinddatafwdngrspaccept

The total number of tunnel - create indicators for data forwarding responses accepted, sent by the system.

Type: Counter

Int32

tun-sent-creinddatafwdngrspdenied

The total number of tunnel - create indicators for data forwarding responses denied, sent by the system.

Type: Counter

Int32

tun-sent-retranscreinddatafwdngrsp

The total number of tunnel - retransmitted create indicators for data forwarding responses, sent by the system.

Type: Counter

Int32

tun-recv-creinddatafwdngrsp

The total number of tunnel - create indicators for data forwarding responses, received by the system.

Type: Counter

Int32

.

Type: Counter

.

tun-recv-creinddatafwdngrspdenied

The total number of tunnel - denied create indicators for data forwarding responses, received by the system.

Type: Counter

Int32

tun-sent-delinddatafwdngreq

The total number of tunnel - deleted indicators for data forwarding requests, sent by the system.

Type: Counter

Int32

tun-sent-retransdelinddatafwdngreq

The total number of tunnel - retransmitted delete indicators for data forwarding requests, sent by the system.

Type: Counter

Int32

tun-recv-delinddatafwdngreq

The total number of tunnel - delete indicators for data forwarding requests, received by the system.

Type: Counter

Int32

tun-recv-retransdelinddatafwdngreq

The total number of tunnel - retransmitted delete indicators for data forwarding requests, received by the system.

Type: Counter

Int32

tun-sent-delinddatafwdngrsp

The total number of tunnel - delete indicators for data forwarding responses, sent by the system.

Type: Counter

Int32

tun-sent-delinddatafwdngrspaccept

The total number of tunnel - delete indicators for data forwarding responses accepted, sent by the system.

Type: Counter

Int32

tun-sent-delinddatafwdngrspdenied

The total number of tunnel - delete indicators for data forwarding responses denied, sent by the system.

Type: Counter

Int32

tun-recv-delinddatafwdngrsp

The total number of tunnel - delete indicators for data forwarding responses, received by the system.

Type: Counter

Int32

tun-recv-delinddatafwdngrspaccept

The total number of tunnel - delete indicators for data forwarding responses accepted, received by the system.

Type: Counter

Int32

tun-recv-delinddatafwdngrspdenied

The total number of tunnel - delete indicators for data forwarding responses denied, received by the system.

Type: Counter

Int32

csfb-sent-suspendnotf

Circuit-Switched Fallback - The total number of suspend notification messages sent by this service.

Type: Counter

Int32

csfb-sent-retranssuspendnotf

Circuit-Switched Fallback - The total number of retransmitted suspend notification messages sent by this service.

Type: Counter

Int32

csfb-recv-suspendnotf

Circuit-Switched Fallback - The total number of suspend notification messages received by this service.

Type: Counter

Int32

csfb-recv-retranssuspendnotf

Circuit-Switched Fallback - The total number of retransmitted suspend notification messages received by this service.

Type: Counter

Int32

csfb-sent-suspendack

Circuit-Switched Fallback - The total number of suspend acknowledgement messages sent by this service.

Type: Counter

Int32

csfb-sent-suspendackaccept

Circuit-Switched Fallback - The total number of suspend acknowledgement accepted messages sent by this service.

Type: Counter

Int32

csfb-sent-suspendackdenied

Circuit-Switched Fallback - The total number of suspend acknowledgement denied messages sent by this service.

Type: Counter

Int32

csfb-recv-suspendack

Circuit-Switched Fallback - The total number of suspend acknowledgement messages received by this service.

Type: Counter

Int32

csfb-recv-suspendackaccept

Circuit-Switched Fallback - The total number of suspend acknowledgement accepted messages received by this service.

Type: Counter

Int32

csfb-recv-suspenddenied

Circuit-Switched Fallback - The total number of suspend acknowledgement denied messages received by this service.

Type: Counter

Int32

csfb-sent-resumenotf

Circuit-Switched Fallback - The total number of resume notification messages sent by this service.

Type: Counter

Int32

csfb-sent-retransresumenotf

Circuit-Switched Fallback - The total number of retransmitted resume notification messages sent by this service.

Type: Counter

Int32

csfb-recv-resumenotf

Circuit-Switched Fallback - The total number of resume notification messages received by this service.

Type: Counter

Int32

csfb-recv-retransresumenotf

Circuit-Switched Fallback - The total number of retransmitted resume notification messages received by this service.

Type: Counter

Int32

csfb-sent-resumeack

Circuit-Switched Fallback - The total number of resume acknowledgement message sent by this service.

Type: Counter

Int32

csfb-sent-resumeackaccept

Circuit-Switched Fallback - The total number of resume acknowledgement accepted messages sent by this service.

Type: Counter

Int32

csfb-sent-resumeackdenied

Circuit-Switched Fallback - The total number of resume acknowledgement denied messages sent by this service.

Type: Counter

Int32

csfb-recv-resumeack

Circuit-Switched Fallback - The total number of resume acknowledgement message received by this service.

Type: Counter

Int32

csfb-recv-resumeackaccept

Circuit-Switched Fallback - The total number of resume acknowledgement accepted messages received by this service.

Type: Counter

Int32

csfb-recv-resumedenied

Circuit-Switched Fallback - The total number of resume acknowledgement denied messages received by this service.

Type: Counter

Int32

OutSigPktS5S8PGW

The total number of outgoing signalling packets over the S5/S8 P-GW interface.

Type: Counter

Int32

IncSigPktS5S8PGW

The total number of incoming signalling packets over the S5/S8 P-GW interface.

Type: Counter

Int32

OutSigOctS5S8PGW

The total number of outgoing signalling octets over the S5/S8 P-GW interface.

Type: Counter

Int32

IncSigOctS5S8PGW

The total number of incoming signalling octets over the S5/S8 P-GW interface.

Type: Counter

Int32

OutSigPktS5S8SGW

The total number of outgoing signalling packets over the S5/S8 S-GW interface.

Type: Counter

Int32

IncSigPktS5S8SGW

The total number of incoming signalling packets over the S5/S8 S-GW interface.

Type: Counter

Int32

OutSigOctS5S8SGW

The total number of outgoing signalling octets over the S5/S8 S-GW interface.

Type: Counter

Int32

IncSigOctS5S8SGW

The total number of incoming signalling octets over the S5/S8 S-GW interface.

Type: Counter

Int32

OutSigPktS11S4SGW

The total number of outgoing signalling packets over the S11 and/or S4 S-GW interface.

Type: Counter

Int32

IncSigPktS11S4SGW

The total number of incoming signalling packets over the S11 and/or S4 S-GW interface.

Type: Counter

Int32

OutSigOctS11S4SGW

The total number of outgoing signalling octets over the S11 and/or S4 S-GW interface.

Type: Counter

Int32

IncSigOctS11S4SGW

The total number of incoming signalling octets over the S11 and/or S4 S-GW interface.

Type: Counter

Int32

OutSigPktS11S10MME

The total number of outgoing signalling packets over the S11 and/or S10 MME interface.

Type: Counter

Int32

IncSigPktS11S10MME

The total number of incoming signalling packets over the S11 and/or S10 MME interface.

Type: Counter

Int32

OutSigOctS11S10MME

The total number of outgoing signalling octets over the S11 and/or S10 MME interface.

Type: Counter

Int32

IncSigOctS11S10MME

The total number of incoming signalling octets over the S11 and/or S10 MME interface.

Type: Counter

Int32

OutSigPktS4SGSN

The total number of outgoing signalling packets over the S4 SGSN interface.

Type: Counter

Int32

IncSigPktS4SGSN

The total number of incoming signalling packets over the S4 SGSN interface.

Type: Counter

Int32

OutSigOctS4SGSN

The total number of outgoing signalling octets over the S4 SGSN interface.

Type: Counter

Int32

IncSigOctS4SGSN

The total number of incoming signalling octets over the S4 SGSN interface.

Type: Counter

Int32

path-sent-echoreq

The total number of path - echo request messages sent by the system.

Type: Counter

Int32

path-sent-retransechoreq

The total number of path - retransmitted echo request messages sent by the system.

Type: Counter

Int32

path-recv-echoreq

The total number of path - echo request messages received by the system.

Type: Counter

Int32

path-sent-echoresp

The total number of path - echo response messages sent by the system.

Type: Counter

Int32

path-recv-echoresp

The total number of path - echo response messages received by the system.

Type: Counter

Int32

path-sent-versnotsupp

The total number of path - version not supported indication messages sent by the system.

Type: Counter

Int32

path-recv-versnotsupp

The total number of path - version not supported indication messages received by the system.

Type: Counter

Int32

mobility-sent-ctxreq

The total number of mobility - context request messages sent by the system.

Type: Counter

Int32

mobility-sent-retransctxreq

The total number of mobility - retransmitted context request messages sent by the system.

Type: Counter

Int32

mobility-recv-ctxreq

The total number of mobility - context request messages received by the system.

Type: Counter

Int32

mobility-recv-retransctxreq

The total number of mobility - retransmitted context request messages received by the system.

Type: Counter

Int32

mobility-sent-ctxrsp

The total number of mobility - context response messages sent by the system.

Type: Counter

Int32

mobility-sent-retransctxrsp

The total number of mobility - retransmitted context response messages sent by the system.

Type: Counter

Int32

mobility-recv-ctxrsp

The total number of mobility - context response messages received by the system.

Type: Counter

Int32

mobility-recv-retransctxrsp

The total number of mobility - retransmitted context response messages received by the system.

Type: Counter

Int32

mobility-sent-ctxrspaccept

The total number of mobility - context response - accepted messages sent by the system.

Type: Counter

Int32

mobility-sent-ctxrspdenied

The total number of mobility - context response - denied messages sent by the system.

Type: Counter

Int32

mobility-recv-ctxrspaccept

The total number of mobility - context response - accepted messages received by the system.

Type: Counter

Int32

mobility-recv-ctxrspdenied

The total number of mobility - context response - denied messages received by the system.

Type: Counter

Int32

mobility-sent-ctxack

The total number of mobility - context acknowledge messages sent by the system.

Type: Counter

Int32

mobility-sent-retransctxack

The total number of mobility - retransmitted context acknowledge messages sent by the system.

Type: Counter

Int32

mobility-recv-ctxack

The total number of mobility - context acknowledge messages received by the system.

Type: Counter

Int32

mobility-recv-retransctxack

The total number of mobility - retransmitted context acknowledge messages received by the system.

Type: Counter

Int32

mobility-sent-ctxackaccept

The total number of mobility - context acknowledge - accepted messages sent by the system.

Type: Counter

Int32

mobility-sent-ctxackdenied

The total number of mobility - context acknowledge - denied messages sent by the system.

Type: Counter

Int32

mobility-recv-ctxackaccept

The total number of mobility - context acknowledge - accepted messages received by the system.

Type: Counter

Int32

mobility-recv-ctxackdenied

The total number of mobility - context acknowledge - denied messages received by the system.

Type: Counter

Int32

mobility-sent-idtreq

The total number of mobility - identity request messages sent by the system.

Type: Counter

Int32

mobility-sent-retransidtreq

The total number of mobility - retransmitted identity request messages sent by the system.

Type: Counter

Int32

mobility-recv-idtreq

The total number of mobility - identity request messages received by the system.

Type: Counter

Int32

mobility-recv-retransidtreq

The total number of mobility - retransmitted identity request messages received by the system.

Type: Counter

Int32

mobility-sent-idtrsp

The total number of mobility - identity response messages sent by the system.

Type: Counter

Int32

mobility-sent-retransidtrsp

The total number of mobility - retransmitted identity response messages sent by the system.

Type: Counter

Int32

mobility-recv-idtrsp

The total number of mobility - identity response messages received by the system.

Type: Counter

Int32

mobility-recv-retransidtrsp

The total number of mobility - retransmitted identity response messages received by the system.

Type: Counter

Int32

mobility-sent-idtrspaccept

The total number of mobility - identity response - accepted messages sent by the system.

Type: Counter

Int32

mobility-sent-idtrspdenied

The total number of mobility - identity response - denied messages sent by the system.

Type: Counter

Int32

mobility-recv-idtrspaccept

The total number of mobility - identity response - accepted messages received by the system.

Type: Counter

Int32

mobility-recv-idtrspdenied

The total number of mobility - identity response - denied messages received by the system.

Type: Counter

Int32

mobility-sent-fwdrelreq

The total number of mobility - forward relocation request messages sent by the system.

Type: Counter

Int32

mobility-sent-retransfwdrelreq

The total number of mobility - retransmitted forward relocation request messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdrelreq

The total number of mobility - forward relocation request messages received by the system.

Type: Counter

Int32

mobility-recv-retransfwdrelreq

The total number of mobility - retransmitted forward relocation request messages received by the system.

Type: Counter

Int32

mobility-sent-fwdrelrsp

The total number of mobility - forward relocation response messages sent by the system.

Type: Counter

Int32

mobility-sent-retransfwdrelrsp

The total number of mobility - retransmitted forward relocation response messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdrelrsp

The total number of mobility - forward relocation response messages received by the system.

Type: Counter

Int32

mobility-recv-retransfwdrelrsp

The total number of mobility - retransmitted forward relocation response messages received by the system.

Type: Counter

Int32

mobility-sent-fwdrelrspaccept

The total number of mobility - forward relocation response - accepted messages sent by the system.

Type: Counter

Int32

mobility-sent-fwdrelrspdenied

The total number of mobility - forward relocation response - denied messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdrelrspaccept

The total number of mobility - forward relocation response - accepted messages received by the system.

Type: Counter

Int32

mobility-recv-fwdrelrspdenied

The total number of mobility - forward relocation response - denied messages received by the system.

Type: Counter

Int32

mobility-sent-fwdaccnotf

The total number of mobility - forward access context notification messages sent by the system.

Type: Counter

Int32

mobility-sent-retransfwdaccnotf

The total number of mobility - retransmitted forward access context notification messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdaccnotf

The total number of mobility - forward access context notification messages received by the system.

Type: Counter

Int32

mobility-recv-retransfwdaccnotf

The total number of mobility - retransmitted forward access context notification messages received by the system.

Type: Counter

Int32

mobility-sent-fwdaccack

The total number of mobility - forward access context acknowledge messages sent by the system.

Type: Counter

Int32

mobility-sent-retransfwdaccack

The total number of mobility - retransmitted forward access context acknowledge messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdaccack

The total number of mobility - forward access context acknowledge messages received by the system.

Type: Counter

Int32

mobility-recv-retransfwdaccack

The total number of mobility - retransmitted forward access context acknowledge messages received by the system.

Type: Counter

Int32

mobility-sent-fwdaccackaccept

The total number of mobility - forward access context acknowledge - accepted messages sent by the system.

Type: Counter

Int32

mobility-sent-fwdaccackdenied

The total number of mobility - forward access context acknowledge - denied messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdaccackaccept

The total number of mobility - forward access context acknowledge - accepted messages received by the system.

Type: Counter

Int32

mobility-recv-fwdaccackdenied

The total number of mobility - forward access context acknowledge - denied messages received by the system.

Type: Counter

Int32

mobility-sent-fwdrelcmpnotf

The total number of mobility - forward relocation complete notification messages sent by the system.

Type: Counter

Int32

mobility-sent-retransfwdrelcmpnotf

The total number of mobility - retransmitted forward relocation complete notification messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdrelcmpnotf

The total number of mobility - forward relocation complete notification messages received by the system.

Type: Counter

Int32

mobility-recv-retransfwdrelcmpnotf

The total number of mobility - retransmitted forward relocation complete notification messages received by the system.

Type: Counter

Int32

mobility-sent-fwdrelcmpack

The total number of mobility - forward relocation complete acknowledge messages sent by the system.

Type: Counter

Int32

mobility-sent-retransfwdrelcmpack

The total number of mobility - retransmitted forward relocation complete acknowledge messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdrelcmpack

The total number of mobility - forward relocation complete acknowledge messages received by the system.

Type: Counter

Int32

mobility-recv-retransfwdrelcmpack

The total number of mobility - retransmitted forward relocation complete acknowledge messages received by the system.

Type: Counter

Int32

mobility-sent-fwdrelcmpackaccept

The total number of mobility - forward relocation complete acknowledge - accepted messages sent by the system.

Type: Counter

Int32

mobility-sent-fwdrelcmpackdenied

The total number of mobility - forward relocation complete acknowledge - denied messages sent by the system.

Type: Counter

Int32

mobility-recv-fwdrelcmpackaccept

The total number of mobility - forward relocation complete acknowledge - accepted messages received by the system.

Type: Counter

Int32

mobility-recv-fwdrelcmpackdenied

The total number of mobility - forward relocation complete acknowledge - denied messages received by the system.

Type: Counter

Int32

mobility-sent-relcancelreq

The total number of mobility - relocation cancel request messages sent by the system.

Type: Counter

Int32

mobility-sent-retransrelcancelreq

The total number of mobility - retransmitted relocation cancel request messages sent by the system.

Type: Counter

Int32

mobility-recv-relcancelreq

The total number of mobility - relocation cancel request messages received by the system.

Type: Counter

Int32

mobility-recv-retransrelcancelreq

The total number of mobility - retransmitted relocation cancel request messages received by the system.

Type: Counter

Int32

mobility-sent-relcancelrsp

The total number of mobility - relocation cancel response messages sent by the system.

Type: Counter

Int32

mobility-sent-retransrelcancelrsp

The total number of mobility - retransmitted relocation cancel response messages sent by the system.

Type: Counter

Int32

mobility-recv-relcancelrsp

The total number of mobility - relocation cancel response messages received by the system.

Type: Counter

Int32

mobility-recv-retransrelcancelrsp

The total number of mobility - retransmitted relocation cancel response messages received by the system.

Type: Counter

Int32

mobility-sent-relcancelrspaccept

The total number of mobility - relocation cancel response - accepted messages sent by the system.

Type: Counter

Int32

mobility-sent-relcancelrspdenied

The total number of mobility - relocation cancel response - denied messages sent by the system.

Type: Counter

Int32

mobility-recv-relcancelrspaccept

The total number of mobility - relocation cancel response - accepted messages received by the system.

Type: Counter

Int32

mobility-recv-relcancelrspdenied

The total number of mobility - relocation cancel response - denied messages received by the system.

Type: Counter

Int32

trace-sent-activate

The total number of trace - activate messages sent by the system.

Type: Counter

Int32

trace-recv-activate

The total number of trace - activate messages received by the system.

Type: Counter

Int32

trace-sent-deactivate

The total number of trace - deactivate messages sent by the system.

Type: Counter

Int32

trace-recv-deactivate

The total number of trace - deactivate messages received by the system.

Type: Counter

Int32

gtpv1path-sent-echoreq

The total number of GTPv1 path - echo request messages sent by the system.

Type: Counter

Int32

gtpv1path-recv-echoreq

The total number of GTPv1 path - echo request messages received by the system.

Type: Counter

Int32

gtpv1path-sent-echoresp

The total number of GTPv1 path - echo response messages sent by the system.

Type: Counter

Int32

gtpv1path-recv-echoresp

The total number of GTPv1 path - echo response messages received by the system.

Type: Counter

Int32

IMPORTANT:

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