MotoHawk Ethernet RMON status

Outputs the status of the RMON counters for the ethernet adapter.

Block ID

Ethernet RMON Status

Library

motohawk_ethernet_lib

Description

This block outputs the status of the selected parameter within the ethernet adapter according to RFC1757 standard.

Block Parameters

Parameter Field Values Comments/Description
Adapter Reference Alpha-numeric text Reference to the Name of the Ethernet Adapter Definition block that this status is refer to.
RFC1757 Status type Drop-down list Decides which status output will be processed by the block.

Signals

Output port reports following information depending on the selection of the Status Type:

Signal Type Comments/Description
TX count of frames not counted correctly uint32 Outputs the number transmitted frames not counted correctly.
TX packet count uint32 Outputs the number of packets transmitted.
TX broadcast packets uint32 Outputs the number of packets transmitted that were broadcast.
TX multicast packets uint32 Outputs the number of packets transmitted that were multicast.
TX packets with CRC/align error uint32 Outputs the number of packets transmitted with a CRC alignment error.
TX packets < 64 bytes valid CRC uint32 Outputs the number of packets transmitted less than 64 bytes with a valid CRC.
TX packets > MAX_FL bytes valid CRC uint32 Outputs the number of packets transmitted larger than the maximum frame length.
TX packets < 64 bytes invalid CRC uint32 Outputs the number of packets transmitted less than 64 bytes with an invalid CRC.
TX packets > MAX_FL bytes invalid CRC uint32 Outputs the number of packets transmitted larger than the maximum frame length with an invalid CRC.
TX collision count uint32 Outputs the number transmitter collisions.
TX 64 byte packets uint32 Outputs the number of packets transmitted up to 64 byte packets.
TX 65 to 127 byte packets uint32 Outputs the number of packets transmitted between 65 and 127 bytes.
TX 128 to 255 byte packets uint32 Outputs the number of packets transmitted between 128 and 255 bytes.
TX 256 to 511 byte packets uint32 Outputs the number of packets transmitted between 256 and 511 bytes.
TX 512 to 1023 byte packets uint32 Outputs the number of packets transmitted between 512 and 1023 bytes.
TX 1024 to 2047 byte packets uint32 Outputs the number of packets transmitted between 1024 and 2047 bytes.
TX packets with more than 2048 bytes uint32 Outputs the number of transmitted packets larger than 2048 bytes.
TX octets uint32 Outputs the number of transmitted octets.
RX count of frames not counted correctly uint32 Outputs the number of received frames not counted correctly
RX packet count uint32 Outputs the number of packets received.
RX broadcast packets uint32 Outputs the number of packets received that were broadcast.
RX multicast packets uint32 Outputs the number of packets received that were multicast.
RX packets with CRC/align error uint32 Outputs the number of packets received with a CRC alignment error.
RX packets < 64 bytes valid CRC uint32 Outputs the number of packets received less than 64 bytes with a valid CRC.
RX packets > MAX_FL bytes valid CRC uint32 Outputs the number of packets received larger than the maximum frame length.
RX packets < 64 bytes invalid CRC uint32 Outputs the number of packets received less than 64 bytes with an invalid CRC.
RX packets > MAX_FL bytes invalid CRC uint32 Outputs the number of packets received larger than the maximum frame length with an invalid CRC.
RX collision count uint32 Outputs the number receiver collisions.
RX 64 byte packets uint32 Outputs the number of packets received up to 64 byte packets.
RX 65 to 127 byte packets uint32 Outputs the number of packets received between 65 and 127 bytes.
RX 128 to 255 byte packets uint32 Outputs the number of packets received between 128 and 255 bytes.
RX 256 to 511 byte packets uint32 Outputs the number of packets received between 256 and 511 bytes.
RX 512 to 1023 byte packets uint32 Outputs the number of packets received between 512 and 1023 bytes.
RX 1024 to 2047 byte packets uint32 Outputs the number of packets received between 1024 and 2047 bytes.
RX packets with more than 2048 bytes uint32 Outputs the number of packets received larger than 2048 bytes.
RX octets uint32 Outputs the number of received octets.