Introduction:
When using export_settings in the Nodegrid to retrieves the configuration, user can import the same configuration from the cloud.
Custom fields can be used in the configuration to differentiates between different Nodegrid devices.
Steps:
1. access as the admin cli shell of the Nodegrid
2. go to the path where the wanted configuration to be exported.
3. use "export_settings --file sample.cli" command to export the config
4. copy the output from the sample.cli file. default the file is in the admin shell /home/admin directory
5. go to the zpecloud.com log in and go to "Profiles::Configuration" then "add" a new "Configuration" file
6. name the file, set the code as plain text, type as configuration and if custom field is use, set the "dynamic template"
7. in the code field add "import_settings" and next lines are the copied configurations. Example
8. if custom field is used. make sure then use this
link to creates the custom fields
9. apply this configuration to the Nodegrid enrolled in the cloud.
Related Articles
import_settings using heredoc
Introduction: when using the export_settings config then import the config using the bash script. Steps: 1. After export the config using the export_settings command. Example /settings/network_settings hostname=SonTestGSR /settings/network_settings ...
export_settings and import_settings
The export_settings and import_settings are CLI features that allow you to export/import the entire or partial (subtree or the configuration of a given path) configuration in a text format. The input and output can be a file or standard input/output ...
How to: Enable ZPE Cloud in a Nodegrid device
ZPE Cloud is a powerful platform that allows you to manage your Nodegrid devices from anywhere in the world. In order to use the benefits of managing your Nodegrid devices through ZPE Cloud, you need to enroll the Nodegrid device to your company and ...
How to: Create and apply configurations to your device using ZPE Cloud
Overview ZPE Cloud profiles enable to perform operations to your Nodegrid devices, such as: configurations, custom scripts, backups, software upgrades, and cellular modem firmware upgrades. In this document, we are focusing on the configuration ...
Network Configuration via CLI
Example of configuring the ETH0 interface via CLI (please, replace the network values with your own information). Log in as admin to the Nodegrid console port or HDMI Type the following commands (in bold): [admin@nodegrid /]# cd ...