Setting Up a UNIX Boot Server
•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.
Note: Make sure you type a backslash (\), not a slash (/), at the end of each line that does not conclude a definition.
Table
| Table | BootPD Tags for a Router Host Name |
| |||
|
|
|
|
|
| |
|
| Required or |
|
|
| |
| Tag | Optional | Value |
| Example | |
|
|
|
|
|
| |
| ip | Required | IP address |
| ip=192.32.5.2 | |
|
|
|
| of the router |
|
|
|
|
|
|
|
| |
| sm | Optional | Subnet mask |
| sm=255.255.255.0 | |
|
|
|
| mask of the router |
|
|
|
|
|
|
|
| |
| T129 | Required | Path name of the router |
| T129="/usr/cfg/ | |
|
|
|
| configuration file. The maximum |
| an_Bost.cfg" |
|
|
|
| length is 49 characters. |
|
|
|
|
|
|
|
| |
| T130 | Required | Size of the router configuration file |
| T130=0x0004 | |
|
|
|
| in |
|
|
|
|
|
| determines how much memory the |
|
|
|
|
|
| router allocates for the file. Set this |
|
|
|
|
|
| tag to 0x0004. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| (continued) |
|
|
|
|
|
|
|
|
|
|
|