ā12-23-2019 09:21 AM
what is the default VRRP priority value
ā12-29-2019 05:10 PM
Itās easy enough to find this type of information in the userās guide:
āVRRP priorityāPossible values are 0 through 255. Value 255 is reserved for the VRRP router IP
address owner, and value 0 is reserved for the master router, to indicate it is releasing master
responsibility. Values 1ā254 can be configured on backup routers to influence which backup router
becomes the master when the master VRRP router is no longer available. The higher number has
higher priority. The default value for backup routers is 100.ā
The normal procedure for configuring VRRP on two routers is to have two backups, each with itās own primary address. (Example: router 1 has IP 10.0.0.2, router 2 10.0.0.3 and the VRRP address is 10.0.0.1.) The backup with the highest priority will be the one advertising the VRRP IP. Another way (not commonly used for some reason), is to have one primary router that holds the VRRP address and only that. The backup then has an alternate address and may take over the VRRP IP if the primary router fails. This only consumes two IP addresses instead of three for a ānormalā VRRP setup.
Router 1 (primary): 10.0.0.1
Router 2: 10.0.0.2, may ātakeā 10.0.0.1 also if the primary router is absent.
/Fredrik