VRRP script

Hi
I want to establish ipsec tunnels after failover from the slave
node (the fisrt is off)

I can’t find anything about commands in vvrp scripting
Is the same commands like console ?

I put in vrrp script the ping command to another site to establish
the tunnel.
But i want the delay function before pinging (3 sec)

Any help i’ll aprreciated

Thanks

scripts can contain both ordinal console commands and built-in scripting language commands, e.g.:

:delay 3
/ping 10.0.0.1 count=5

thanks a lot