autoinstall

Profile Config Commands

Automatically installs firmware image and startup configuration parameters on to the selected device.

Extreme Networks controllers and access points support an AutoInstall feature that allows administrators to distribute configuration files and firmware images from a FTP or TFTP server based on the DHCP options received from a DHCP server. AutoInstall ensures the correct firmware or configuration is applied to controllers or access points during pre-staging. Autoinstall also distributes firmware images to access points in standalone or virtual controller based deployments.

Autoinstall-enabled controllers and access points check the firmware image version each time they boot to determine if a newer version of firmware resides on the FTP / TFTP server. In case of a firmware version mismatch, the controller or access point downloads and installs the new firmware image and reboots. If the firmware versions are the same, the controller or access point reboots without and upgrade.

Default profiles of all WiNG 5 devices have the AutoInstall feature enabled by default. However it is disabled in all user-defined profiles. You can use this command to enable/disable autoinstall on the profile. AutoInstall can also be enabled/disabled on device. Access points and controllers only attempt AutoInstall if it is explicitly in the profile context or specifically enabled in the device context.

Supported in the following platforms:

  • Access Points — AP7502, AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8432, AP8533
  • Wireless Controller — RFS4010
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

autoinstall [configuration|firmware|start-interval <WORD>]

Parameters

autoinstall [configuration|firmware|start-interval <WORD>]
configuration Autoinstalls startup configuration. Setup parameters are automatically configured on devices using this profile. This option is disabled by default.
firmware Autoinstalls firmware image. Firmware images are automatically installed on devices using this profile. This option is disabled by default.
start-interval <WORD> Configures the interval between system boot and start of autoinstall process (this is the time, from system boot, after which autoinstall should start)
  • <WORD> – Specify the interval in minutes. The default is 10 minutes.
    Note: Zero (0) implies firmware or startup configuration installation can start any time.

Usage Guidelines

Option Description Format Example
186 TFTP server Information ASCII or String <server-ip>
186 FTP server information ASCII or String ftp://<username>:<password>@<server-ip>
187 Firmware image path & name ASCII or String path/<fw-image-filename>
188 Configuration file path & name ASCII or String path/<config-filename>

Example

nx9500-6C8809(config-profile-default-rfs4000)#autoinstall configuration

nx9500-6C8809(config-profile-default-rfs4000)#autoinstall firmware

nx9500-6C8809(config-profile-default-rfs4000)#show context
profile rfs4000 default-rfs4000
 bridge vlan 1
  bridging-mode isolated-tunnel
  ip igmp snooping
  ip igmp snooping querier
 arp timeout 2000
 autoinstall configuration
 autoinstall firmware
 crypto ikev1 policy ikev1-default
  isakmp-proposal default encryption aes-256 group 2 hash sha
 crypto ikev2 policy ikev2-default
  isakmp-proposal default encryption aes-256 group 2 hash sha
 crypto ipsec transform-set default esp-aes-256 esp-sha-hmac
 crypto ikev1 remote-vpn
 crypto ikev2 remote-vpn

--More--
nx9500-6C8809(config-profile-default-rfs4000)#

Related Commands

no Disables the auto install settings