Gday all. Getting very frustrated...
Does anyone know how to put a command into a config change template IMMEDIATELY after a variable without having to enter a space?
I need to execute the following command:
bri vlan mod add @Unit:1 1 tagged
However the system will only accept (there's now a space between "Unit" and the Colon:
bri vlan mod add @Unit :1 1 tagged
This doesn't work as the CLI is expecting there to be no space and as a result the command fails.
Find it very weird I can't just use a full stop to join like I can in most scripting languages...