Chapter 9: VRRP Configuration Guide98 SmartSwitch Router User Reference ManualThe following table shows the priorities for each virtual router configured on Router R1.Configuration of Router R2The following is the configuration file for Router R2 in Figure 7.Line 8 sets the backup priority for virtual router VRID=1 to 200. Since this number ishigher than Router R3’s backup priority for virtual router VRID=1, Router R2 is theprimary Backup, and Router R3 is the secondary Backup for virtual router VRID=1.On line 9, the backup priority for virtual router VRID=3 is set to 100. Since Router R1’sbackup priority for this virtual router is 200, Router R1 is the primary Backup, and RouterR2 is the secondary Backup for virtual router VRID=3.The following table shows the priorities for each virtual router configured on Router R2.Virtual Router Default Priority Configured PriorityVRID=1 – IP address=10.0.0.1/16 255 (address owner) 255 (address owner)VRID=2 – IP address=10.0.0.2/16 100 200 (see line 8)VRID=3 – IP address=10.0.0.3/16 100 200 (see line 9)1: interface create ip test address-netmask 10.0.0.2/16 port et.1.1!2: ip-redundancy create vrrp 1 interface test3: ip-redundancy create vrrp 2 interface test4: ip-redundancy create vrrp 3 interface test!5: ip-redundancy associate vrrp 1 interface test address 10.0.0.1/166: ip-redundancy associate vrrp 2 interface test address 10.0.0.2/167: ip-redundancy associate vrrp 3 interface test address 10.0.0.3/16!8: ip-redundancy set vrrp 1 interface test priority 2009: ip-redundancy set vrrp 3 interface test priority 100!10: ip-redundancy start vrrp 1 interface test11: ip-redundancy start vrrp 2 interface test12: ip-redundancy start vrrp 3 interface testVirtual Router Default Priority Configured PriorityVRID=1 – IP address=10.0.0.1/16 100 200 (see line 8)VRID=2 – IP address=10.0.0.2/16 255 (address owner) 255 (address owner)VRID=3 – IP address=10.0.0.3/16 100 100 (see line 9)