Skip to content

Instantly share code, notes, and snippets.

@suidroot
Created December 1, 2015 16:59
Show Gist options
  • Save suidroot/0f8b616fbef046863366 to your computer and use it in GitHub Desktop.
Save suidroot/0f8b616fbef046863366 to your computer and use it in GitHub Desktop.
Vyatta VPN failover commands
set interfaces bonding bond1 vrrp vrrp-group 1 run-transition-scripts backup '/config/scripts/ipsec-stop'
set interfaces bonding bond1 vrrp vrrp-group 1 run-transition-scripts fault '/config/scripts/ipsec-stop'
set interfaces bonding bond1 vrrp vrrp-group 1 run-transition-scripts master '/config/scripts/ipsec-restart'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment