Hello
I'm trying to find a way to disable all or a set of IPSec peers within a script in v6.2. In theory something like this should do the trick:
/ip ipsec peer enable [/ip ipsec peer find port=500]
But it doesn't... it just enables the first peer (number 0) and then the terminal prompt just hangs. The extrange thig is that the same line but replacing enable with disable does work ok!:
/ip ipsec peer disable [/ip ipsec peer find proposal-check="obey"
Maybe a bug?
Thanks!