Deploying from a USB Drive or SD Card
Quantum Spark 1500, 1600 and 1800 Appliance Series R80.20.40 Locally Managed Administration Guide | 18
Deploying from a USB Drive or SD Card
You can deploy the Quantum Spark Appliance configuration files from a USB drive or SD card (1570 / 1590,
1600 / 1800 appliances only) and quickly configure many appliances without using the First Time
Configuration Wizard. The configuration file lets you configure more settings and parameters than are
available in the First Time Configuration Wizard.
Note - SD card deployment is not supported for 1530 / 1550 appliances.
You can deploy configuration files in these conditions:
n
An appliance with default settings is not configured at all.
n
An appliance that already has an existing configuration.
The Quantum Spark Appliance starts, automatically mounts the USB drive, and searches the root directory
for a configuration file.
Note - The USB drive must be formatted in FAT32. SD cards are formatted with ext4.
Sample Configuration File
This is a sample Quantum Spark 1530 / 1550 Appliance configuration file for USB deployment.
set time-zone GMT+01:00(Amsterdam/Berlin/Bern/Rome/Stockholm/Vienna)
set ntp server primary 10.1.1.10
set ntp server secondary
set user admin type admin password aaaa
set interface WAN ipv4-address 10.1.1.134 subnet-mask 255.255.255.192 default-gw 10.1.1.129
delete interface LAN1_Switch
set dhcp server interface LAN1 disable
set interface LAN1 ipv4-address 10.4.6.3 subnet-mask 255.255.255.0
add interface LAN1 vlan 2
set dhcp server interface LAN1:2 disable
set interface LAN1:2 ipv4-address 10.4.3.3 subnet-mask 255.255.255.0
set dhcp server interface LAN2 disable
set interface LAN2 ipv4-address 192.168.254.254 subnet-mask 255.255.255.248
set interface LAN2 state on
set admin-access interfaces WAN access allow
set hostname DEMOgw01
Preparing the Configuration Files
The Quantum Spark Appliance Massive Deployment configuration files are composed of Gaia Clish
commands.
These are the file names that you can use:
n
autoconf.clish
n
autoconf.
<MAC Address>
.clish
<MAC Address>
is the specified MAC address in this format:
XX-XX-XX-XX-XX
You can create multiple configuration files for Quantum Spark Appliance gateways. The gateways run both
files or only one of them. First the
autoconf.clish
configuration file is loaded. If there is a configuration
file with the same MAC address as the gateway, that file is loaded second.
Use the
#
symbol to add comments to the configuration file.