#configure terminal | Enter the Configure mode. |
(config)#interface xe1 | Enter Interface configuration mode. |
(config-if)#ip address 5.5.5.90/24 | Configure IP address on the interface. |
(config-if)#commit | Commit the candidate configuration to the running configuration. |
(config-if)#exit | Exit Router mode. |
(config)#router vrrp 1 xe1 | Configure VRRP on DUT with Virtual router Identifier as 1 on the interface xe1. |
(config-router)#virtual-ip 5.5.5.190 | Configure Virtual-IP address as the interface IP address of Owner which is not actually present in the LAN. |
(config-router)#v2-compatible | Enable the v2-compatible |
(config-router)#authentication text abcd | Configure the authentication text to specify that as simple text for vrrpv2 packets, accept only 8 characters |
(config-router)#enable | Enable VRRP session on DUT. |
(config-router)#commit | Commit the candidate configuration to the running configuration. |
(config-router)#exit | Exit Router mode. |
(config)#vrrp compatible-v2 enable | Enable VRRP-Backward compatibility feature on a VRRPv3 running router. |
(config-router)#commit | Commit the candidate configuration to the running configuration. |
(config-router)#exit | Exit Router mode. |
#configure terminal | Enter the Configure mode. |
(config)# interface xe1 | Enter Interface configuration mode. |
(config-if)#ip address 5.5.5.100/24 | Configure IP address on the interface. |
(config-if)#commit | Commit the candidate configuration to the running configuration. |
(config-if)#exit | Exit Router mode. |
(config)#router vrrp 1 xe1 | Configure VRRP on DUT with Virtual router Identifier as 1 on the interface xe1. |
(config-router)#virtual-ip 5.5.5.190 | Configure Virtual-IP address as the interface IP address of Owner which is not actually present in the LAN. |
(config-router)#v2-compatible | Enable the v2-compatible |
(config-router)#authentication text abcd | Configure the authentication text to specify that as simple text for vrrpv2 packets, accept only 8 characters |
(config-router)#enable | Enable VRRP session on DUT. |
(config-router)#commit | Commit the candidate configuration to the running configuration. |
(config-router)#exit | Exit Router mode. |