Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Created May 11, 2014 09:50
Show Gist options
  • Save hiroyuki-sato/4bc0ae83f86caf4074c3 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/4bc0ae83f86caf4074c3 to your computer and use it in GitHub Desktop.
VyOS VRRP structure
$aaa = {
'instances' => {
'eth0' => {
'100' => {
'virtual-ip' => '1',
'priority' => '100',
'last-transition' => '1399784821',
'virtual-router-id' => '100',
'preempt' => 'enabled',
'state' => 'MASTER',
'listening-device' => 'eth0',
'vips' => [
'192.168.100.245/24'
],
'authentication-type' => 'none',
'advert-interval' => '1 sec',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment