Skip to content

Instantly share code, notes, and snippets.

@packetninja
Created March 18, 2017 11:16
Show Gist options
  • Save packetninja/59d97dfdce415f268455558124a173f5 to your computer and use it in GitHub Desktop.
Save packetninja/59d97dfdce415f268455558124a173f5 to your computer and use it in GitHub Desktop.
root@edgecore-3:mgmt-vrf:~# cat /etc/keepalived/keepalived.conf
vrrp_instance VI_1 {
state MASTER
interface br0.100
virtual_router_id 1
priority 150
advert_int 1
virtual_ipaddress {
192.168.40.1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment