An engineer must configure a Nexus 7000 series switch for HSRP on VLAN 100. When fully functional, the router must be the active master. Which set of commands must be used to implement the scenario?
A.
feature hsrp interface vlan100 ip address 10.1.1.2 255.255.255.0 priority 255 preempt hsrp version 2 hsrp 1000 ip 10.1.1.1
B.
feature-set hsrp interface vlan100 ip address 10.1.1.2 255.255.255.0 priority 20 preempt hsrp version 2 hsrp 1000 ip 10.1.1.1
C.
feature-set hsrp interface vlan100 ip address 10.1.1.2 255.255.255.0 priority 80 preempt hsrp version 2 hsrp 1000 ip 10.1.1.1
D.
feature hsrp interface vlan100 ip address 10.1.1.2 255.255.255.0 priority 240 preempt hsrp version 2 hsrp 1000 ip 10.1.1.1
I think the correct way is like below:
ip add: 10.10.32.121/29
point-to-point
ip pim sparse-mode
interface Vlan110
no shutdown
no ip redirects
ip address 10.25.25.122/29
hsrp version 2
hsrp 110
preempt
priority 120 forwarding-threshold lower 1 upper 120
timers 1 3
ip 10.25.25.12
A is correct.
The default HSRP priority is 100. If you want an HSRP router to be elected as the active router, you should set the priority to a value higher than the default of 100.
feature hsrp
interface vlan100
ip address 10.1.1.2 255.255.255.0
priority 255
preempt
hsrp version 2
hsrp 1000 ip 10.1.1.1
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
designated
Highly Voted 1 year, 1 month agoZi04
Most Recent 2 weeks, 3 days agoZi04
2 weeks, 3 days agoGuyThatTakesDumps
4 months, 2 weeks agoSamanmal2020
9 months ago