Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Experience the convenience of getting accurate answers to your questions from a dedicated community of professionals. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

You have two routers that should be configured for gateway redundancy. The following commands are entered for each router:
A(config)#int fa 0/2
A(config-if)#ip address 172.16.1.2
A(config-if)#standby 2 priority 150
A(config-if)#standby 2 ip 172.16.0.1
B(config)#int fa 0/2
B(config-if)#ip address 172.16.1.3
B(config-if)#standby 2 priority 150
Which of the following is true? (Select two.)


Sagot :

1.The virtual IP address is 172.16.0.1

2.Router B will serve as active router, and Router A will serve as standby router.

What causes a standby router in HSRP to switch to being the active router?

  • When HSRP is set up on the L3 devices, the Active Router is chosen based on the greater priority.The router with the higher HSRP interface IP Address becomes the Active Router if both routers have default priority.
  • When there is a tie for first place, the router with the highest IP address for that group is chosen to be active.Hello -The active and standby devices exchange a hello message (by default, every 3 seconds). In around 10 seconds, if the standby device has not heard from the active device (via a greeting message), it will assume the active function.

To learn more about router refer

https://brainly.com/question/28563937

#SPJ4