exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 55 discussion

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


Refer to the exhibit. Assume all other configurations are correct and the network is otherwise operating normally.
Which conclusion can you draw about the neighbor relationship between routers R1 and R2?

  • A. The neighbor relationship is up.
  • B. The neighbor relationship will be up only if the two devices have activated the correct neighbor relationships under the IPv4 address family.
  • C. The neighbor is down because the local-as value for R2 is missing in the R1 neighbor statement.
  • D. The neighbor relationship is down because R1 believes R2 is in AS 65012.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
MRasul18
Highly Voted 3 years, 8 months ago
I used the GNS3 lab and have the following output proving __ Answer D __ is correct. *Sep 5 13:02:35.887: %BGP_SESSION-5-ADJCHANGE: neighbor 192.168.1.2 IPv4 Unicast topology base removed from session BGP Notification received *Sep 5 13:02:38.211: %BGP-3-NOTIFICATION: sent to neighbor 192.168.1.2 passive 2/2 (peer in wrong AS) 2 bytes FE58
upvoted 11 times
...
FoggiestIE
Highly Voted 2 years, 10 months ago
I agree with the answer, but memory tells me that the duplicate router id is also an issue
upvoted 8 times
...
cerifyme85
Most Recent 6 months, 2 weeks ago
Selected Answer: D
Answer is "D". U do not need to activate address families in some routers (eg ios-xe) for you to have connectivity. it use ipv4 unicast by default
upvoted 1 times
...
karen1337
6 months, 3 weeks ago
I think Cisco is trying to trick people with the router-id. Yes, a duplicate router-id will prevent the neighbor from establishing, but the syntax in the diagram is wrong. So, the router ID will not be 192.168.1.1 if you type these commands exactly as they are.
upvoted 1 times
...
HARDCCNP
7 months, 3 weeks ago
Selected Answer: D
Local as altera o as no roteador a onde a co figuração é aplicada. O R1 precisa utilizar o as local configurado no R2 para que a sessão seja estabelecida. Caso contrário a sessão estará down.
upvoted 1 times
...
mironto
9 months, 2 weeks ago
Selected Answer: B
The BGP session will not come up because a) AS is wrong b) bgp router-id's are identical: R2# *Jul 26 16:58:06.570: %BGP-3-NOTIFICATION: received from neighbor 192.168.1.3 active 2/2 (peer in wrong AS) 2 bytes FE58 *Jul 26 16:58:15.559: %BGP-3-NOTIFICATION: sent to neighbor 192.168.1.3 passive 2/3 (BGP identifier wrong) 4 bytes C0A80101 After removing local-as on R2 session will be still down. Only after changing router-id to unique valuas the session will establish.
upvoted 1 times
...
Mephystopheles
1 year, 2 months ago
First, answers B look right - I can say after testing with two CSR routers directly connected. CSR-1: Gi1 Gi2: CSR-2 ( ← ↕ → )─ ─ ─ ─ ─ ─ ─ ( ← ↕ → ) Here are the outputs: CSR-2(config-router)#bgp router-id 192.168.1.1 *Feb 23 08:19:34.340: %BGP-3-NOTIFICATION: received from neighbor 192.168.1.3 active 2/3 (BGP identifier wrong) 4 bytes C0A80101 CSR-2(config-router)#bgp router-id 192.168.1.5 **[For testing purposes I use another ip in the same SN]** CSR-2(config-router)# *Feb 23 08:19:45.609: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up CSR-2(config-router)#
upvoted 1 times
Mephystopheles
1 year, 2 months ago
About the command on R2: "neighbor 192.168.1.3 local-as 65112" It definitely causes a conflict as option D indicates, but issue has already started after configuring the same BGP router ID on the second router. CSR-2(config-router)#neighbor 192.168.1.3 local-as 65112 CSR-2(config-router)# *Feb 23 08:34:54.538: %BGP-5-NBR_RESET: Neighbor 192.168.1.3 reset (Local AS change) *Feb 23 08:34:54.543: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Local AS change *Feb 23 08:34:54.543: %BGP_SESSION-5-ADJCHANGE: neighbor 192.168.1.3 IPv4 Unicast topology base removed from session Local AS change ....So, as per question statement: "Assume all other configs are correct are correct and network stable" ... I assume the BGP router ID issue "is corrected", then D will be the only option when applying the command: neighbor 192.168.1.3 local-as 65112
upvoted 1 times
Mephystopheles
1 year, 2 months ago
It is definitely B the correct answer. Because when R1 believes R2 is in AS 65012, is precisely when the BGP adjacency is established, of course if correcting the BGP router-id. Here below is the BGP open message (packet capture) received from R2 and then BGP coming up: Source: 192.168.1.2 Destination: 192.168.1.3 Type: OPEN Message (1) Version: 4 My AS: 65012 Hold Time: 180 BGP Identifier: 192.168.1.5 (Testing corrected BGP router ID)
upvoted 1 times
...
...
...
Amaliotis
2 years, 1 month ago
A according to https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13761-39.html
upvoted 1 times
Jondal
1 year, 5 months ago
D according to the same link ;) neighbor 192.168.1.3 local-as 65112 This command makes the R1 to see this R2 router as belonging to AS 65112 instead of AS 65012.
upvoted 2 times
ENTJ
9 months, 1 week ago
I think I would agree only if the answer was "The neighbor relationship is down because R1 believes R2 is in AS 65112." instead of 65012.
upvoted 1 times
ENTJ
9 months ago
Please disregard my previous comment. R1 in fact does believe R2 is in AS 65012 however connection will fail because the last command local-as 65112 will make R2 advertise that it's 65112. But the answer to this question is very poor because what R1 thinks R2 does is not the cause of the failure.
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