Member interfaces of an IP-Trunk interface must be encapsulated with HDLC. That is why it is important to know about the HDLC format.
In HDLC, data and control packets are transmitted in the standard format of a frame.
A complete frame of HDLC consists of the Flag field, Address field, Information field, and Frame check sequence (FCS) field. Figure 1 shows the format of a complete HDLC frame.
Figure 1 Format of an HDLC frame

Table 1 describes the meaning of those fields.
Field | Length (Byte) | Description |
Flag | 1 | Indicates the Flag field whose value is fixed 01111110, in bytes. The Flag field identifies the beginning and ending of a frame.
|
Address | 1 | Indicates the Address field whose content depends on the adopted operation mode.
|
Control | 1 | Indicates the Control field that is used to form all types of commands and responses to monitor and control the link.The primary node or combination node of the transmitter uses the Control field to notify the destination secondary node or combination node to perform the specified operation. Conversely, the secondary node uses this Control field as response to the command and to report the finished operations or the changes of status. |
Protocol | 2 | Indicates the Protocol field.The Protocol field identifies the type of protocols encapsulated in the data in the Information field. |
Information | N | Indicates the Information field.The Information field can be arbitrary binary bit string whose length is not limited. The upper limit of the Information field is decided by the FSC field or the buffer capacity of a communication node, currently, the bits ranging from 1000 to 2000 is used frequently. The lower limit can be 0, which means that no Information field exists. However, a monitor frame cannot contain the Information field. |
FCS | 2 | Indicates the FCS field.The FCS field uses 16-bit CRC to check the content of a frame between two Flag fields. |



