Tripp Lite B093-004-2E4U-V 4-Port Console Server with 4G LTE Cellular Gateway, Dual GbE NIC, 4Gb Flash and Dual SIM

Owner's Manual - Page 265

For B093-004-2E4U-V. Also, The document are for others Tripp Lite models: B093-00X-2E4U-X, B097-016/048, B098-016/048, B098-016-V

PDF File Manual, 285 pages, Read Online | Download pdf file

B093-004-2E4U-V photo
Loading ...
Loading ...
Loading ...
265
15. Advanced Configuration
15.14 Bulk Provisioning
Tripp Lite devices include wizard scripts to facilitate configuration and deployment en masse. These wizards operate at the
command line level, so knowledge of the Linux command line and shell scripting is useful, but not necessary. Rather, they aim
to be sufficiently user-friendly for remote hands to manage. This bulk-provisioning feature is supported by firmware version
3.9.1 or later.
The basic steps are:
1. Configure an individual “golden Primary” appliance with the baseline configuration shared by all Tripp Lite devices. This
may be a minimal configuration if the installs are quite diverse, or a complete configuration when dealing with replicated
installs.
2. Use make-template to turn the golden Primary’s active configuration into a template configuration that may be applied to
other devices.
3. Create an OPG backup of the templated golden Primary appliance.
4. Restore this configuration to each target devices via the CLI, web UI or using a USB thumb drive.
5. Login via the CLI to complete configuration using setup-wizard.
15.15 Zero Touch Provisioning
Zero Touch Provisioning (ZTP) was introduced with firmware release 3.15.1 to allow Tripp Lite devices to be provisioned during
their initial boot from a DHCP server.
15.15.1 Preparation
These are typical steps for configuration over a trusted network:
1. Configure a same-model Tripp Lite device.
2. Optionally use the Bulk Provisioning wizard scripts to remove any appliance-specific settings (i.e. create a template
configuration). Refer to 15.14 Bulk Provisioning for more information.
3. Save the configuration as a Tripp Lite backup (.opg) file under System: Configuration Backup in the web UI, or via config
-e in the CLI. Alternately, you can save the XML configuration as a file ending in .xml.
4. Publish the .opg or.xml file on a fileserver that understands one of the HTTPS, HTTP, FTP or TFTP protocols.
5. Configure your DHCP server to include a “vendor specific” option for Tripp Lite devices. The option text should be a URL to
the location of the .opg or .xml file. The option text should not exceed 250 characters in length. It must end in either .opg
or .xml.
6. Connect a new Tripp Lite device (either at defaults from the factory, or config erased) to the network. Apply power.
7. It may take up to 5 minutes for the device to find the .opg or .xml file via DHCP, download, install file and reboot.
15.15.2 Example ISC DHCP Server Configuration
The following is an example of an ISC DHCP server configuration fragment for serving an .opg configuration image:
option space tripp-lite code width 1 length width 1;
option tripp-lite.config-url code 1 = text;
class “ tripp-lite -ztp” {
match if option vendor-class-identifier ~~ “^Tripp Lite /”;
vendor-option-space tripp-lite;
option tripp-lite.config-url “https://example.com/opg/${class}.opg”;
}
For other DHCP servers, please consult their documentation on specifying “Vendor Specific” option fields. We use sub-option 1
to hold the URL text.
Loading ...
Loading ...
Loading ...