LLInterface
Class Description
A link-layer interface object.
Attributes
| Name | Type | Description |
|---|---|---|
| CRCerrors | UInt32 | Contains the number of CRC errors since reset. |
| EUI64 | HexBinary64 | Contains 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.) |
| linkLayerType | UInt8 | Specifies 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. |
| LLAckNotRx | UInt32 | Number of times an ACK was not received for a frame transmitted (when ACK was requested). |
| LLCSMAFail | UInt32 | Number of times CSMA failed. |
| LLFramesDropRx | UInt32 | Number of dropped receive frames. |
| LLFramesDropTx | UInt32 | Number of dropped transmit frames. |
| LLFramesRx | UInt32 | Number of link layer frames received. |
| LLFramesTx | UInt32 | Number of link layer frames transmitted. |
| LLMediaAccessFail | UInt32 | Number of times access to media failed. |
| LLOctetsRx | UInt32 | Number of Bytes received. |
| LLOctetsTx | UInt32 | Number of Bytes transmitted. |
| LLRetryCount | UInt32 | Number of MAC transmit retries. |
| LLSecurityErrorRx | UInt32 | Number of receive security errors. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Associations
| Source Class | Cardinality Source | Target Class | Cardinality Target |
|---|---|---|---|
| LLInterface | IEEE_802_15_4 | 0..1 | |
| LLInterface | loWPAN | 0..1 | |
| LLInterfaceList | LLInterface | 0..* |