Hi,
You can use DCHP server to point the switch to TFTP server at bootup. Here is an example from ProCurve Series 2510G Switches Management and Configuration Guide (
http://cdn.procurve.com/training/Manuals/2510G-MgmtCfg-Jun2008-59923095.pdf):j2510Gswitch:\
ht=ether:\
ha=0030c1123456:\
ip=10.66.77.88:\
sm=255.255.248.0:\
gw=10.66.77.1:\
lg=10.22.33.44:\
T144=â switch.cfgâ :\
vm=rfc1048
where:
j2510Gswitch is a user-defined symbolic name to help you find the correct section of the bootptab file. If you have multiple switches that will be using Bootp to get their IP configuration, you should use a unique symbolic name for each switch.
ht is the â hardware typeâ . For the switches covered in this guide, set this to ether (for Ethernet). This tag must precede the ha tag.
ha is the â hardware addressâ . Use the switch's (or VLAN's) 12-digit MAC address.
ip is the IP address to be assigned to the switch (or VLAN).
sm is the subnet mask of the subnet in which the switch (or VLAN) is installed.
gw is the IP address of the default gateway.
lg TFTP server address (source of final configuration file)
T144 is the vendor-specific â tagâ identifying the configuration file to download.
vm is a required entry that specifies the Bootp report format. For the switches described in this guide, set this parameter to rfc1048.
HTH
Oleg