Hey @Sbelag , you’d want to try one of the following:
no shutdown
no shutdown ingress
no shutdown egress
The “shutdown” command occurs on many Solace objects in the Solace CLI (queues, message VPNs, client usernames, caches, remote VPN bridges, etc.). The “no” version does the opposite: enabling it.
(if not doing a “shutdown” command, the “no” version of a CLI command usually resets something to the default value, like a port configuration)
If you have access to the actual CLI via SSH, remember that you can always hit [TAB] x2 to find any context help or auto-completion support for the command that you’re typing in.
Finally: I’m pretty sure there isn’t a (supported) way of auto-running a CLI script upon startup. There might be some way to do it, but I don’t know. Generally, Solace would recommend using SEMPv2 or dSEMP/Terraform to configure the broker once it’s up and stable.