You administer a network that uses two routers, R1 and R2, configured as an HSRP group to  provide redundancy for the gateway. Router R1 is the active router and has been configured as  follows:  <br /> R1#configure terminal  <br /> R1(config)#interface fa0/0  <br /> R1(config-if)#ip address 10.10.0.5 255.255.255.0  <br /> R1(config-if)#standby 1 priority 150  <br /> R1(config-if)#standby preempt delay minimum 50  <br /> R1(config-if)#standby 1 track interface fa0/2 15  <br /> R1(config-if)#standby 1 ip 10.10.0.20  <br /> Which of the following describes the effect the standby preempt de
A、 The HSRP priority for router R1 will increase to 200.
B、 Router R1 will become the standby router if the priority drops below 50.
C、 The HSRP priority for router R1 will decrease to 50 points when Fa0/2 goes down.
D、 Router R1 will wait 50 seconds before attempting to preempt the active router.