LLInterface

Class Description

A link-layer interface object.

Attributes

NameTypeDescription
CRCerrorsUInt32Contains the number of CRC errors since reset.
EUI64HexBinary64Contains the EUI-64 of the link layer interface. 48 bit MAC addresses SHALL be changed into an EUI-64 using the method defined in [RFC 4291], Appendix A. (The method is to insert "0xFFFE" as described in the reference.)
linkLayerTypeUInt8Specifies the type of link layer interface associated with the IPInterface. Values are below. 0 = Unspecified 1 = IEEE 802.3 (Ethernet) 2 = IEEE 802.11 (WLAN) 3 = IEEE 802.15 (PAN) 4 = IEEE 1901 (PLC) All other values reserved.
LLAckNotRxUInt32Number of times an ACK was not received for a frame transmitted (when ACK was requested).
LLCSMAFailUInt32Number of times CSMA failed.
LLFramesDropRxUInt32Number of dropped receive frames.
LLFramesDropTxUInt32Number of dropped transmit frames.
LLFramesRxUInt32Number of link layer frames received.
LLFramesTxUInt32Number of link layer frames transmitted.
LLMediaAccessFailUInt32Number of times access to media failed.
LLOctetsRxUInt32Number of Bytes received.
LLOctetsTxUInt32Number of Bytes transmitted.
LLRetryCountUInt32Number of MAC transmit retries.
LLSecurityErrorRxUInt32Number of receive security errors.

Relationships

Inherits from

Descendant classes

  • No descendant classes

Associations

Source ClassCardinality SourceTarget ClassCardinality Target
LLInterfaceIEEE_802_15_40..1
LLInterfaceloWPAN0..1
LLInterfaceListLLInterface0..*