PE_FLOWCORTOTAL#

code: 1774

# get
<module-index>/<port-index> PE_FLOWCORTOTAL [<flow_index>] ?

Description#

Obtains statistics concerning all the packets corrupted in a flow between this receive port and its partner TX port.

Actions#

get

Parameters#

  1. total_corrupted_pkt_count: long integer, number of packets corrupted for the flow,

  2. fcs_corrupted_pkt_count: long integer, number of packets with Ethernet FCS corrupted for the flow,

  3. ip_corrupted_pkt_count: long integer, number of packets with IP header checksum corrupted for the flow,

  4. udp_corrupted_pkt_count: long integer, number of packets with UDP checksum corrupted for the flow,

  5. tcp_corrupted_pkt_count: long integer, number of packets with TCP checksum corrupted for the flow,

  6. total_corrupted_pkt_ratio: long integer, ratio of number of packets corrupted for the flow expressed in ppm,

  7. fcs_corrupted_pkt_ratio: long integer, ratio of number of packets with Ethernet FCS corrupted for the flow expressed in ppm,

  8. ip_corrupted_pkt_ratio: long integer, ratio of number of packets with IP Header checksum corrupted for the flow expressed in ppm,

  9. udp_corrupted_pkt_ratio: long integer, ratio of number of packets with UDP checksum corrupted for the flow expressed in ppm,

  10. tcp_corrupted_pkt_ratio: long integer, ratio of number of packets with TCP checksum corrupted for the flow expressed in ppm.

Example#

# get
input:  0/1 PE_FLOWCORTOTAL [0] ?
output: 0/1 PE_FLOWCORTOTAL [0] 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123 123456789123