Following ticket consists of a problem description and existing configuration on the device.
Trouble Ticket Statement:
HSRP has been configured between DSW1 and DSW2. DSW1 is configured to be active router but it never becomes active even though the HSRP communication between DSW1 and DSW2 is working.
Configuration on DSW1:
track 1 ip route 10.1.21.128 metric threshold
threshold metric up 1 down 2
!
track 10 ip route 10.2.21.128 255.255.255.0 metric threshold
threshold metric up 63 down 64
!
interface Vlan 10
ip address 10.2.1.1 255.255.255.0
standby 10 ip 10.2.1.254
standby 10 ip priority 200
standby 10 preempt
standby 10 track 1 decrement 60
Configuration on R4:
interface loopback0
ip address 10.2.21.128 255.255.255.0
Question 1:
Fault Condition is related to which technology?
A. GLBP
B. HSRP
C. OSPF
D. Switch to Switch Connectivity
Correct Answer: B
Question 2:
What is the solution of fault condition?
A. Change standby priority to 140
B. Change standby priority to 260
C. Change standby 10 track 1 decrement 60 to standby 10 track 10 decrement 60
D. Change standby 10 track 1 decrement 60 to standby 10 track 10 decrement 100
Correct Answer: C
Explanation:
For this scenario you need to delete the command with track 1 and enter the command with track 10.
Question 3:
On which device is the fault condition located?
A. R4
B. DSW2
C. DSW1
D. R3
Correct Answer: C