Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is the basic VRRP configuration example.

Image RemovedImage Added

According to this configuration, as long as the master, R1, is functional, all traffic destined to the external network gets directed to R1. But as soon as R1 fails, R2 takes over as the master and starts handling packets forwarded to the interface associated with IP(R1). In this setup router "R2" is completely idle during the Backup period.

...

Code Block
languageros
/ip address add address=192.168.1.110/24 interface=ether1
/interface vrrp add interface=ether1 vrid=49 priority=254
/ip address add address=192.168.1.1/32 interface=vrrp1

...

Code Block
languageros
/ip address add address=192.168.1.220/24 interface=ether1
/interface vrrp add interface=ether1 vrid=49
/ip address add address=192.168.1.1/32 interface=vrrp1

...