• Post author:
  • Post category:SEO
  • Reading time:2 mins read
  • Post last modified:June 12, 2024

A network administrator would like to ensure that router R1 is always elected the active router for an HSRP group. Which set of commands would ensure the required results?

  • R1(config-if)# ip address 192.168.1.100 255.255.255.0
    R1(config-if)# standby 1 ip 192.168.1.1
    R1(config-if)# standby 1 priority 1
    R1(config-if)# no shutdown
  • R1(config-if)# ip address 192.168.1.250 255.255.255.0
    R1(config-if)# standby 1 ip 192.168.1.1
    R1(config-if)# no shutdown
  • R1(config-if)# ip address 192.168.1.100 255.255.255.0
    R1(config-if)# standby 1 ip 192.168.1.1
    R1(config-if)# standby 1 priority 255
    R1(config-if)# standby 1 preempt
    R1(config-if)# no shutdown
  • R1(config-if)# ip address 192.168.1.100 255.255.255.0
    R1(config-if)# standby 1 ip 192.168.1.1
    R1(config-if)# standby 1 priority 150
    R1(config-if)# no shutdown
Answers Explanation & Hints:

In order to configure HSRP, the standby command is used. The IP address given with the standby command is the virtual IP address used by hosts as a default gateway. A priority number of 255 is the highest that can be assigned and should be configured on the router that is to be the active router.

For more Questions and Answers:

CCNPv8 ENCOR (Version 8.0) – Chapters 15 – 16: IP Services and VPNs Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments