Setting Up a UNIX Boot Server
308614-14.20 Rev 00 2-5
hostname
is a name you assign to a BootP client (each AN/ANH or ARN
router is a client). Each
hostname
definition must:
-- Contain a maximum of 79 characters
-- Contain alphanumeric characters, and an alphabetic first character
-- Not contain an underscore (_)
You can use a dot (.) to separate characters, but the character immediately
following the dot must be alphabetic.
tg
is a BootP parameter name (tag).
Follow each tag with an equals sign (=) and a value.
A pound sign (#) at the beginning of a line indicates a comment.
A backslash (\) at the end of a line indicates continuation of the line.
Tabl e 2-1 lists the BootPD tags for router host names. Tabl e 2-2 lists the BootPD
tags for kernel file names.
Note: Make sure you type a backslash (\), not a slash (/), at the end of each
line that does not conclude a definition.
Table2-1. BootPD Tags for a Router Host Name
Tag
Required or
Optional Value Example
ip Required IP address -- the host IP address
of the router
ip=192.32.5.2
sm Optional Subnet mask -- the host subnet
mask of the router
sm=255.255.255.0
T129 Required Path name of the router
configuration file. The maximum
length is 49 characters.
T129="/usr/cfg/
an_Bost.cfg"
T130 Required Size of the router configuration file
in 512-byte blocks. This tag
determines how much memory the
router allocates for the file. Set this
tag to 0x0004.
T130=0x0004
(continued)