# Blank lines and lines beginning with '#' are ignored.
#
# Legend:
#
#       first field -- hostname
#
#       ht -- hardware type
#       ha -- host hardware address
#       tc -- template host (points to similar host entry)
#       ip -- host IP address
#       hd -- bootfile home directory
#       bf -- bootfile
#
# Fields are separated with a pipe (|) symbol. Forward slashes (/) are REQUIRED
# to indicate that an entry is continued to the next line. Omitting one can have
# very serious results, ranging from interrupting the booting process to 
# downloading the wrong image file. Always include forward slashes where needed.
#
# IMPORTANT NOTE :
# **************
#       If a leading zero (0) is used in the IP address it will be calculated
#       as an octal number. If the leading character is "x" 
#       (upper- or lower-case), it will be calculated as a hexadecimal number.
#       For example, if you have an IP address with a base 10 number of 45,
#       and it is written as .045 in the BOOTPTAB.TXT file, the Bootp protocol 
#       will assign .037 to the client. 
#
# We define a global entry which specifies the parameters used by every device.
# Note that hardware type (ht) is specified first in the global entry.

# This global entry is defined for an Ethernet device.
global1|/
        |ht=ethernet|/
        |hd=c:\comm|

# This global entry is defined for a Token Ring device.
global2|/
        |ht=tr|/
        |hd=c:\comm|

# This is a sample entry for advanced ethernet NMM with global entry
#enet1|tc=global1|ha=000081xxxxxx|ip=134.177.251.2|bf=enet1.cfg

# This entry is self-contained
# NOTE: hardware type (ht) should be specified after host name
# This is a sample entry for advanced ethernet NMM
#enet1a|ht=ethernet|ha=000081xxxxxx|ip=134.177.251.4|hd=c:\comm|bf=a331x41.cfg

# This is a sample entry for basic ethernet NMM
#enet1b|ht=ethernet|ha=000081xxxxxx|ip=134.177.251.5|hd=c:\comm|bf=b331x33.cfg

# This is a sample entry for advanced token ring NMM with global entry
#tr1|tc=global2|ha=000081xxxxxx|ip=134.177.252.2|bf=A351x40.cfg
	
# This is a sample entry for advanced token ring NMM
#tr1a|ht=tr|ha=000081xxxxxx|ip=134.177.252.3|hd=c:\comm|bf=A351x40.cfg

# This is a sample entry for basic token ring NMM
#tr1b|ht=ieee802|ha=000081xxxxxx|ip=134.177.252.4|hd=c:\comm|bf=B351x32.cfg

# This is a sample entry for the High Speed Local Bridge with global entry
#golden|tc=global1|ha=000081ffd000|ip=134.177.251.6|bf=332xS.img
