Installation guide
Switch Web UI Access and Image Upgrades
• image file URL
• expected image version
To set default to no, and the URLs and the version default to "" (blank):
RF Switch(config)#show autoinstall
feature enabled URL
config no --not-set--
cluster cfg no --not-set--
image no --not-set--
expected image version --not-set--
Enables are set using the autoinstall <feature> command:
RF Switch>en
RF Switch#conf t
RF Switch(config)#autoinstall image
RF Switch(config)#autoinstall config
RF Switch(config)#autoinstall cluster-config
After this configuration update, any switch reboot with DHCP enabled on the RON port will trigger an auto
install, provided the DHCP Server is configured with appropriate options.
The "enables" are cleared using the no autoinstall <feature>
URLs and the version string are stored in the configuration file as text and can be cleared using an empty
pair of double quotes to denote the blank string. In the following example, define the three URLs and the
expected version of the image file, then enable all three features for the auto install.
RF Switch(config)#autoinstall config url ftp://ftp:ftp@192.9.200.1/RFSwitch/
config
RF Switch(config)#autoinstall cluster-config url ftp://ftp:ftp@192.9.200.1/
RFSwitch/cluster-config
RF Switch(config)#autoinstall image url ftp://ftp:ftp@147.11.1.11/RFSwitch/
images/RFS6000.img
RF Switch(config)#autoinstall image version
3.1.0.0-XXXXX
RF Switch(config)#autoinstall config
RF Switch(config)#autoinstall cluster-config
RF Switch(config)#autoinstall image
RF Switch(config)#show autoinstall
feature enabled URL
config yes ftp://ftp:ftp@192.9.200.1/RFSwitch/config
cluster cfg yes ftp://ftp:ftp@192.9.200.1/RFSwitch/cluster-config
image yes ftp://ftp:ftp@147.11.1.11/RFSwitch/images/RFS6000.img
expected image version
3.1.0.0-XXXXX
Once again, for DHCP option based auto install the URLs is ignored and those passed by DHCP are not stored.
Whenever a string is blank it is shown as --not-set--.