Specifications

Table Of Contents
Chapter 37: system Commands
SSR Command Line Interface Reference Manual 37 - 7
system set bootprom
Purpose
Sets parameters for the boot PROM.
Format
system set bootprom
netaddr
<IPaddr>
netmask
<IPnetmask>
tftp-server
<IPaddr>
[tftp-gateway
<Ipaddr>
]
Mode
Configure
Description
The
system
set
bootprom
command sets parameters to aid in booting the SSR’s
system software image remotely over the network. You can use this command to set
the SSR’s IP address, subnet mask, TFTP boot server address, and gateway address.
Note:
These parameters apply only to the Control Module’s en0 Ethernet inter-
face.
Parameters
netaddr
<IPaddr>
The IP address the SSR uses during the boot exchange
with the TFTP boot server.
netmask
<IPnetmask>
The subnet mask the SSR uses during the boot ex-
change.
tftp-server
<IPaddr>
The TFTP boot server’s IP address.
tftp-gateway
<Ipaddr>
The gateway that connects the SSR to the TFTP boot
server.
Restrictions
None.
Example
The command in the following example configures the SSR to use IP address
10.50.88.2 to boot over the network from TFTP boot server 10.50.89.88.
ssr(config)# system set bootprom netaddr 10.50.88.2 netmask 255.255.0.0