P_UE_LLR_RX_STATS

code: 1024

# get
<module-index>/<port-index> P_UE_LLR_RX_STATS ?

Description

Get the LLR Rx link-layer traffic statistics fofor the port.

To clear the LLR Rx statistics counters, use PR_CLEAR

Actions

get

Parameters

  1. rx_llr_eligible_good_fcs: long, A count of the number of LLR-eligible frames received with a good FCS.

  2. rx_llr_eligible_poisoned_fcs: long, A count of the number of LLR-eligible frames received with a poisoned FCS.

  3. rx_llr_eligible_bad_fcs: long, A count of the number of LLR-eligible frames received with a bad FCS.

  4. rx_llr_eligible_total: long, Rx total LLR-eligible frames count. (not yet implemented, will be -1)

  5. rx_llr_eligible_good_fcs_exp_seq: long, A count of the number of LLR-eligible frames received with a good FCS that had the expected sequence number.

  6. rx_llr_eligible_poisoned_fcs_exp_seq: long, A count of the number of LLR-eligible frames received with a poisoned FCS that had the expected sequence number.

  7. rx_llr_eligible_bad_fcs_exp_seq: long, A count of the number of LLR-eligible frames received with a bad FCS that had the expected sequence number.

  8. rx_llr_eligible_total_exp_seq: long, A count of the total number of LLR-eligible frames received with the expected sequence number (irrespective of FCS status). (not yet implemented, will be -1)

  9. rx_llr_eligible_missing_seq: long, A count of the number of LLR-eligible frames received that had a sequence number that indicated a missing LLR-eligible frame in the sequence (irrespective of FCS status).

  10. rx_llr_eligible_duplicate_seq: long, A count of the number of LLR-eligible frames received that had a duplicate sequence number (irrespective of FCS status).

  11. rx_llr_ineligible_good_fcs: long, A count of the number of LLR-ineligible frames received with a good FCS. (not yet implemented, will be -1)

  12. rx_llr_ineligible_bad_fcs: long, A count of the number of LLR-ineligible frames received with a bad FCS. (not yet implemented, will be -1)

  13. rx_llr_ineligible_total: long, Rx total LLR-ineligible frames count. (not yet implemented, will be -1)

Example

# get
input:  0/1 P_UE_LLR_RX_STATS ?
output: 0/1 P_UE_LLR_RX_STATS 100 200 300 600 10 10 10 30 30 30 100 100 200