MACsec Frame Format
The MACsec header in a frame consists of three fields.
Field |
Size |
Description |
---|---|---|
SECTag |
8 or 16 bytes |
Identifies the Security Association Key (SAK) to be used to validate the received frame. The security tag also provides replay protection when frames are received out of sequence. With Secure Channel Identifier (SCI) encoding, the security tag is 16 bytes in length, and without the encoding, 8 bytes in length (SCI encoding is optional). |
Secure Data |
2+ octets |
Data in the frame that is encrypted using MACsec. |
ICV |
128 bit |
Integrity Check Value (ICV) that provides the integrity check for the frame. Frames that do not match the expected ICV are dropped at the port. |