Command Reference Guide
SROS Command Line Interface Reference Guide DHCP Pool Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 371
tftp-server <server>
Use the tftp-server command to specify the IP address or DNS name of the TFTP server published to the
client.
Syntax Description
<server> Specifies the DNS name or dotted notation IP address of the server.
Default Values
By default, no tftp server is defined.
Command Modes
(config-dhcp)# DHCP Pool
Usage Examples
The following example specifies the IP address of the TFTP server:
(config)#ip dhcp-server pool MyPool
(config-dhcp)#tftp-server 192.168.1.1
The following example specifies the DNS name of the TFTP server:
(config)#ip dhcp-server pool MyPool
(config-dhcp)#tftp-server MyServer.procurve.com