Skip to main content

Variables

Variables are reusable values you define once and use in multiple places (for example, in scripts and automations), without manually repeating the value.

What they're for

  • Standardizing common values (e.g.: a server, a prefix, a VLAN setting).
  • Easier maintenance: value changed? Update the variable and every place that uses it reflects the change.

Where to find it

Administration → Variables. Create the variable with a name and a value, then reference it wherever it's supported.

See also