File: bootp-dhcp-option-66-67

package info (click to toggle)
doc-iana 2001.08-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 8,176 kB
  • ctags: 954
  • sloc: perl: 1,057; makefile: 83; sh: 27
file content (42 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From droms@sol.cs.bucknell.edu Sun Feb 12 12:24:37 1995
Date: Sat, 11 Feb 95 21:29:06 EST
From: droms@sol.cs.bucknell.edu (Ralph E. Droms)
To: iana@ISI.EDU
Subject: Two new DHCP options
Reply-To: droms@bucknell.edu
Content-Length: 759
Status: RO
X-Lines: 31

I would like to register two new DHCP options:

1. Server name

This option is used to identify a boot server when the 'sname'
field in the DHCP header has been used for DHCP options.

The code for this option is x, and its minimum length is 1.

    Code  Len   TFTP server
   +-----+-----+-----+-----+-----+---
   |  x  |  n  |  c1 |  c2 |  c3 | ...
   +-----+-----+-----+-----+-----+---

2. Bootfile name

This option is used to identify a bootfile when the 'file'
field in the DHCP header has been used for DHCP options.

The code for this option is y, and its minimum length is 1.

    Code  Len   Bootfile name
   +-----+-----+-----+-----+-----+---
   |  y  |  n  |  c1 |  c2 |  c3 | ...
   +-----+-----+-----+-----+-----+---


Thanks...

- Ralph Droms