Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this mode, you can set variables for the specific device which was selected when you opened the variable edit window. You can simple specify variables in a "key=value" format. If any variables are already present on the device, they will be loaded into the edit window for you. Here is an example of how variable configuration on a single device would look like:

Code Block
languagetext
foo = bar
variable_name = variable_value
foo = bar
hostname = router

The above configuration would set 3 variables for the selected device, "variable_name", "foo" and "hostname". When saving variables, omitting any existing variables remove those variables. To simplify - when you save variables for a device, all existing variables will be removed, and then variables will be set to the device as provided in the edit window.

...