字段 | 长度(字节) | 含义 |
---|---|---|
DMAC | 6 | 目的MAC地址。 |
SMAC | 6 | 源MAC地址。 |
Length | 2 | 指后续数据的字节长度,但不包括CRC检验码。 |
DSAP | 1 | 目的服务访问点,若后面类型为IP帧值设为0x06。 |
SSAP | 1 | 源服务访问点,若后面类型为IP帧值设为0x06。 |
Ctrl | 1 | 该字段值通常设为0x03,表示无连接服务的IEEE 802.2无编号数据格式。 |
SNAP-ID | 5 | 由OUI和Type两部分组成。 |
OUI | 3 | 3字节的组织唯一标识符(Organizationally Unique Identifier),其值通常等于MAC地址的前3字节,即网络适配器厂商代码。 |
Type | 2 | 标识以太网帧所携带的上层数据类型。 |
Data | 44~1498 | 负载。 |
CRC | 4 | 用于帧内后续字节差错的循环冗余检验(也称为FCS或帧检验序列)。 |
标准 | 描述 |
---|---|
IEEE 802.3 | Carrier sense multiple access with collision detection (CSMA/CD) access method and physical layer specifications |
IEEE 802.3ae | Media Access Control (MAC) Parameters, Physical Layers, and Management parameters for 10Gb/s Operation |
RFC 894 | A Standard for the Transmission of IP Datagrams over Ethernet Networks |
RFC 1042 | A Standard for the Transmission of IP Datagrams over IEEE 802 Networks |