Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. vrrp_instance VI_1 {
  2. state MASTER
  3. interface eth0
  4. virtual_router_id 51
  5. priority 100
  6. advert_int 1
  7. authentication {
  8. auth_type PASS
  9. auth_pass 1111
  10. }
  11. virtual_ipaddress {
  12. 10.1.1.181
  13. }
  14. }
  15.  
  16. vrrp_instance VI_1 {
  17. state BACKUP
  18. interface eth0
  19. virtual_router_id 51
  20. priority 99
  21. advert_int 1
  22. authentication {
  23. auth_type PASS
  24. auth_pass 1111
  25. }
  26. virtual_ipaddress {
  27. 10.1.1.181
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement