BOOTP / DHCP option 36, Ethernet encapsulation |
Description | Glossary | RFCs | Publications | Obsolete RFCs |
Protocol suite: | TCP/IP. |
Protocol type: | Application layer configuration protocol. |
Base protocols: |
BOOTP, Bootstrap Protocol. DHCP, Dynamic Host Configuration Protocol. |
Option length: | 3 bytes. |
Links: | IANA: BOOTP and DHCP options. |
This option specifies if the client should use Ethernet 2 or IEEE 802.3 encapsulation if the interface is an Ethernet.
MAC header | IP header | UDP header | BOOTP | DHCP header | BOOTP / DHCP option 36 |
BOOTP / DHCP option 36:
00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Code | Length | Value |
Code.
8 bits.
Always set to 36.
Option code.
Length.
8 bits.
Always set to 1.
Size of the option data in bytes.
Value. 8 bits.
Value Description 0 Encapsulate as Ethernet 2. 1 Encapsulate as IEEE 802.3.
RFCs:
[RFC 2132] DHCP Options and BOOTP Vendor Extensions.
[RFC 1533] DHCP Options and BOOTP Vendor Extensions.
Description | Glossary | RFCs | Publications | Obsolete RFCs |