exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 497 discussion

Actual exam question from Cisco's 350-401
Question #: 497
Topic #: 1
[All 350-401 Questions]


Refer to the exhibit. An engineer configures a new HSRP group. While reviewing the HSRP status, the engineer sees the logging message generated on R2.
What is the cause of the message?

  • A. The HSRP configuration has caused a routing loop
  • B. The same virtual IP address has been configured for two HSRP groups
  • C. A PC is on the network using the IP address 10.10.1.1
  • D. The HSRP configuration has caused a spanning-tree loop
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
civan
Highly Voted 2 years, 4 months ago
Selected Answer: B
Notice the sourced mac address is an HSRP mac: 0000.0c07.acxx
upvoted 7 times
...
landgar
Highly Voted 2 years, 3 months ago
Selected Answer: B
It's just a warning. Groups are different, so no problems
upvoted 5 times
danman32
1 year, 9 months ago
Actually no, there will be problems. You can't have active duplicate IPs associated with different MACs on a subnet. The reason HSRP works is because only one host (router) in an HSRP group is active with the VIP/MAC. But with two independent groups, both are speaking and in this case, with conflicting IPs
upvoted 2 times
...
...
AbdullahMohammad251
Most Recent 8 months, 1 week ago
Selected Answer: B
The sourced Mac address is an HSRP mac: 0000.0c07.acxx (xx is the HSRP group number in hexadecimal format). Both HSRP groups (groups 50 & 28) use the same virtual IP address which is causing the issue.
upvoted 1 times
...
[Removed]
11 months, 2 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
Rose66
2 years, 3 months ago
Selected Answer: B
look at the MAC address of the LOG Message: "%IP-4-DUPADDR: Duplicate address 10.10.1.1 on FastEthernet1/0, sourced by 0000.0c07.ac28" ... The MAC Address is a Virtual HSRP MAC Address!!!
upvoted 3 times
...
nushadu
2 years, 3 months ago
Selected Answer: B
I've tested again and cought this bug, the same error actually nyway you can chache MAC manually, by default yes, it belongs to HSRP process, the difference only in the groups 10 vs 11; *Jan 10 10:11:31.992: %IP-4-DUPADDR: Duplicate address 10.99.0.254 on Ethernet0/1.10, sourced by 0000.0c07.ac0a cisco_R5# cisco_R5#s runn int ethernet 0/1.10 Building configuration... Current configuration : 119 bytes ! interface Ethernet0/1.10 encapsulation dot1Q 10 ip address 10.99.0.5 255.255.255.0 standby 11 ip 10.99.0.254 <<<<<<<<<<<<<< end cisco_R5#
upvoted 2 times
nushadu
2 years, 3 months ago
far end: *Jan 10 10:11:01.888: %IP-4-DUPADDR: Duplicate address 10.99.0.254 on Ethernet0/1.10, sourced by 0000.0c07.ac0b cisco_R2(config-subif)# cisco_R2(config-subif)#do s runn int ethernet 0/1.10 Building configuration... Current configuration : 119 bytes ! interface Ethernet0/1.10 encapsulation dot1Q 10 ip address 10.99.0.2 255.255.255.0 standby 10 ip 10.99.0.254 <<<<<<<<<<<<<<<<<<<<<<< end cisco_R2(config-subif)# *Jan 10 10:11:31.993: %IP-4-DUPADDR: Duplicate address 10.99.0.254 on Ethernet0/1.10, sourced by 0000.0c07.ac0b cisco_R2(config-subif)#
upvoted 1 times
nushadu
2 years, 3 months ago
fix: cisco_R2(config-subif)#int ethernet 0/1.10 cisco_R2(config-subif)#no standby 10 <<<<<<<<<<<<<<<<<<< *Jan 10 10:16:33.457: %HSRP-5-STATECHANGE: Ethernet0/1.10 Grp 10 state Active -> Disabled cisco_R2(config-subif)# standby 11 ip 10.99.0.254 <<<<<<<<<<<<<<<<<<< cisco_R2(config-subif)# *Jan 10 10:17:03.504: %HSRP-5-STATECHANGE: Ethernet0/1.10 Grp 11 state Speak -> Standby cisco_R2(config-subif)#do s standby br P indicates configured to preempt. | Interface Grp Pri P State Active Standby Virtual IP Et0/0.10 200 100 Active local unknown 192.168.255.254 Et0/1.10 11 100 Standby 10.99.0.5 local 10.99.0.254 <<<<<<<<<<<<<<< cisco_R2(config-subif)# cisco_R2(config-subif)#do s runn int ethernet 0/1.10 ! interface Ethernet0/1.10 encapsulation dot1Q 10 ip address 10.99.0.2 255.255.255.0 standby 11 ip 10.99.0.254 end
upvoted 1 times
...
...
...
nushadu
2 years, 4 months ago
Selected Answer: C
cisco_R3(config-subif)# *Dec 22 20:44:43.970: %IP-4-DUPADDR: Duplicate address 10.111.12.6 on Ethernet0/0.70, sourced by aabb.cc00.5000 cisco_R3(config-subif)#do show runn int Ethernet0/0.70 Building configuration... Current configuration : 123 bytes ! interface Ethernet0/0.70 encapsulation dot1Q 70 ip address 10.111.12.1 255.255.255.248 standby 11 ip 10.111.12.6 end cisco_R3(config-subif)# *Dec 22 20:45:13.974: %IP-4-DUPADDR: Duplicate address 10.111.12.6 on Ethernet0/0.70, sourced by aabb.cc00.5000 cisco_R3(config-subif)#
upvoted 1 times
Rose66
2 years, 3 months ago
you are wrong... look at the MAC address of the LOG Message: "%IP-4-DUPADDR: Duplicate address 10.10.1.1 on FastEthernet1/0, sourced by 0000.0c07.ac28" ... The MAC Address is a Virtual HSRP MAC Address!!!
upvoted 1 times
...
nushadu
2 years, 4 months ago
far-end: cisco_R5(config-subif)#do s runn interface ethernet 0/0.70 Building configuration... Current configuration : 96 bytes ! interface Ethernet0/0.70 encapsulation dot1Q 70 ip address 10.111.12.6 255.255.255.248 end cisco_R5(config-subif)#
upvoted 1 times
...
...
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago