EasyManua.ls Logo

Extreme Networks Summit WM3000 Series - Page 40

Extreme Networks Summit WM3000 Series
513 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Controller Web UI Access and Image Upgrades
Summit WM3000 Series Controller System Reference Guide40
Configuring Auto Install via the CLI
There are three compulsory and four optional configuration parameters.
The compulsory parameters are:
configuration upgrade enable
cluster configuration upgrade enable
image upgrade enable
Optional (only for the static case):
configuration file URL
cluster configuration file URL
image file URL
expected image version
NOTE
A CLI line sign of ">" provides a basic set of CLI commands. A CLI line sign of "#" enables the privileged set of CLI
commands providing a larger set of configuration features.
To set default to no, and the URLs and the version default to "" (blank):
WLANController(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:
WLANController>en
WLANController#conf t
WLANController(config)#autoinstall image
WLANController(config)#autoinstall config
WLANController(config)#autoinstall cluster-config
After this configuration update, any controller 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.
WLANController(config)#autoinstall config url ftp://ftp:ftp@173.9.234.1/Controller/
config
WLANController(config)#autoinstall cluster-config url ftp://ftp:ftp@173.9.234.1/
Controller/cluster-config
WLANController(config)#autoinstall image url ftp://ftp:ftp@147.11.1.11/Controller/
images/WM3600.img