12-05-2019 09:29 PM
I am trying to run a TCL script on multiple ports on a Securestack switch, but when the script is run, the output is entering commas instead of semi-colons in between ports. Is there a way to change this behavior for TCL scripts run on SecureStack switches?
12-09-2019 07:07 AM
Hi,
I would try this:
Update to latest xmc Version.
I would open a gtac case to request this. But python is the current choice, so tcl requests could be reject.
Otherwise try python, if there is the same issue. Maybe not!
Last option is to rewrite/Transformer within the script with regex.
BR