exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 582 discussion

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


Refer to the exhibit. R1 has a BGP neighborship with a directly connected router on interface Gi0/0. Which command set is applied between the iterations of show ip bgp 2.2.2.2?

  • A. R1(config)#no ip route 192.168.50.2 255.255.255.255 Gi0/0
  • B. R1(config)#ip route 2.2.2.2 255.255.255.255 192.168.50.2
  • C. R1(config)#router bgp 65002 R1(config-router)#neighbor 192.168.50.2 shutdown
  • D. R1(config)#router bgp 65001 R1(config-router)#neighbor 192.168.50.2 shutdown
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
emanc93
Highly Voted 2 years, 6 months ago
BGP rib failure from ‘show ip bgp’ indicates that a route learned from a neighbor where a lower administrative distance (from a static, or other IGP) has already been installed into the routing table, thus the BGP route has failed to install into the IP routing table (RIB) because it has been trumped by the lower admin distance route. static route has lower AD thus the bgp route is failing to install
upvoted 26 times
nushadu
2 years, 5 months ago
yes, agree
upvoted 1 times
...
...
Deu_Inder
Highly Voted 2 years, 8 months ago
B seems to be the right answer. See: https://bradhedlund.com/notes/bgp/#:~:text=BGP%20rib%20failure%20from%20'show,trumped%20by%20the%20lower%20admin
upvoted 5 times
siteoforigin
2 years, 8 months ago
Agreed, Cisco doc on it here as well: https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/213286-understand-bgp-rib-failure-and-the-bgp-s.html
upvoted 3 times
...
...
AbdullahMohammad251
Most Recent 7 months, 2 weeks ago
Selected Answer: B
When routes are learned from other routing protocols with less AD than those learned through BGP, BGP routes will enter the RIB failure state and will not appear in the routing table. If you issue "show ip bgp summary" those routes will be marked with an 'r' to indicate BGP RIB failure. https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/213286-understand-bgp-rib-failure-and-the-bgp-s.html
upvoted 2 times
...
[Removed]
11 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
[Removed]
11 months, 2 weeks ago
bs is correct
upvoted 1 times
...
djedeen
1 year, 8 months ago
Selected Answer: B
Step 3. If the Routing Table already has the same prefix/prefix-length entry with a lower Administrative Distance (AD) as seen in show ip bgp, BGP marks the route received with RIB-Failure.
upvoted 1 times
...
dragonwise
2 years, 1 month ago
A. R1(config)#no ip route 192.168.50.2 255.255.255.255 Gi0/0 B. R1(config)#ip route 2.2.2.2 255.255.255.255 192.168.50.2 C. R1(config)#router bgp 65002 R1(config-router)#neighbor 192.168.50.2 shutdown D. R1(config)#router bgp 65001 R1(config-router)#neighbor 192.168.50.2 shutdown
upvoted 3 times
...
nushadu
2 years, 4 months ago
Selected Answer: B
cisco_R3#show bgp 2.2.2.2 BGP routing table entry for 2.2.2.2/32, version 16 Paths: (2 available, best #1, table default) Advertised to update-groups: 4 Refresh Epoch 1 2 192.168.255.22 from 192.168.255.22 (2.2.2.2) Origin incomplete, metric 0, localpref 101, valid, external, best rx pathid: 0, tx pathid: 0x0 Refresh Epoch 1 2, (received-only) 192.168.255.22 from 192.168.255.22 (2.2.2.2) Origin incomplete, metric 0, localpref 100, valid, external rx pathid: 0, tx pathid: 0 cisco_R3#show ip ro 2.2.2.2 Routing entry for 2.2.2.2/32 Known via "bgp 3", distance 20, metric 0 Tag 2, type external Last update from 192.168.255.22 00:01:59 ago Routing Descriptor Blocks: * 192.168.255.22, from 192.168.255.22, 00:01:59 ago Route metric is 0, traffic share count is 1 AS Hops 1 Route tag 2 MPLS label: none cisco_R3(config)#ip route 2.2.2.2 255.255.255.255 192.168.255.22 11
upvoted 1 times
nushadu
2 years, 4 months ago
cisco_R3(config)#do s ip bgp 2.2.2.2 BGP routing table entry for 2.2.2.2/32, version 20 Paths: (2 available, best #1, table default, RIB-failure(17)) <<<<<<<<<<<<<<<<<<<<<< after static route Advertised to update-groups: 4 Refresh Epoch 1 2 192.168.255.22 from 192.168.255.22 (2.2.2.2) Origin incomplete, metric 0, localpref 101, valid, external, best rx pathid: 0, tx pathid: 0x0 Refresh Epoch 1 2, (received-only) 192.168.255.22 from 192.168.255.22 (2.2.2.2) Origin incomplete, metric 0, localpref 100, valid, external rx pathid: 0, tx pathid: 0 cisco_R3(config)# cisco_R3(config)# cisco_R3(config)#do s ip rou 2.2.2.2 Routing entry for 2.2.2.2/32 Known via "static", distance 11, metric 0 <<<<<<<<<<<<<<<<<<<< Routing Descriptor Blocks: * 192.168.255.22 Route metric is 0, traffic share count is 1 cisco_R3(config)#
upvoted 2 times
nushadu
2 years, 4 months ago
cisco_R3(config)#do s ip rou sta Gateway of last resort is 2.2.2.2 to network 0.0.0.0 2.0.0.0/32 is subnetted, 1 subnets S 2.2.2.2 [11/0] via 192.168.255.22 cisco_R3(config)# cisco_R3(config)# cisco_R3(config)#ip route 2.2.2.2 255.255.255.255 192.168.255.22 250 cisco_R3(config)# cisco_R3(config)# cisco_R3(config)#do s ip rou sta S* 0.0.0.0/0 [1/0] via 2.2.2.2 172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks S 172.16.1.0/24 is directly connected, Ethernet0/0.30 S 192.168.1.0/24 is directly connected, Ethernet0/0.20 cisco_R3(config)#do s ip rou bg 2.0.0.0/32 is subnetted, 1 subnets B 2.2.2.2 [20/0] via 192.168.255.22, 00:00:09 <<<<<<<<<<<<<<<< cisco_R3(config)#
upvoted 1 times
...
...
...
nushadu
2 years, 4 months ago
Selected Answer: B
https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/213286-understand-bgp-rib-failure-and-the-bgp-s.html
upvoted 2 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