cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
435
Views
5
Helpful
3
Replies

why getting this RIB Failure , what is the reason for RIB Failure

Ibrahim Jamil
Level 6
Level 6

Hi Netpro

why getting this RIB Failure as per the below output , what is the reason for RIB Failure , thanks a  lot for ur time 

R5#sh bgp ipv4 unicast 9.9.0.2
BGP routing table entry for 9.9.0.2/32, version 6
Paths: (2 available, best #2, table default, RIB-failure(17))

R5#sh ip bgp
BGP table version is 7, local router ID is 9.9.0.5
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found

Network Next Hop Metric LocPrf Weight Path
r i 9.9.0.2/32 9.9.0.2 0 100 0 i
r>i 9.9.0.2 0 100 0 i
r i 9.9.0.3/32 9.9.0.3 0 100 0 i
r>i 9.9.0.3 0 100 0 i
r i 9.9.0.4/32 9.9.0.4 0 100 0 i
r>i 9.9.0.4 0 100 0 i
*> 9.9.0.5/32 0.0.0.0 0 32768 i
r>i 9.9.0.7/32 9.9.0.7 0 100 0 i
r i 9.9.0.7 0 100 0 i
R5#

3 Replies 3

Philip D'Ath
VIP Alumni
VIP Alumni

We need to see the output for "show ip route 9.9.0.2" as well.  If often means the next hop for 9.9.0.2 is not in the BGP table - so verify that first. It it is not then resolve that issue.

Hi philip

also another issue ,  i have 9.9.0.1 in the BGP table but i also cant ping it


R7#sh ip bgp ipv4 unicast
BGP table version is 11, local router ID is 9.9.0.7
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found

Network Next Hop Metric LocPrf Weight Path
*>i 9.9.0.1/32 9.9.0.2 0 100 0 1009 i
r>i 9.9.0.2/32 9.9.0.2 0 100 0 i
r i 9.9.0.3/32 9.9.0.3 0 100 0 i
r>i 9.9.0.3 0 100 0 i
r i 9.9.0.4/32 9.9.0.4 0 100 0 i
r>i 9.9.0.4 0 100 0 i
r i 9.9.0.5/32 9.9.0.5 0 100 0 i
r>i 9.9.0.5 0 100 0 i
r i 9.9.0.6/32 9.9.0.6 0 100 0 i
r>i 9.9.0.6 0 100 0 i
*> 9.9.0.7/32 0.0.0.0 0 32768 i
*>i 9.9.0.8/32 9.9.0.2 100 0 1009 i
*>i 9.9.0.9/32 9.9.0.2 100 0 1009 i
*>i 9.9.0.10/32 9.9.0.2 100 0 1009 i
R7#ping 9.9.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 9.9.0.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

9.9.0.1 is recursively routed via 9.9.0.2, so if you can't get to 9.9.0.2 you can't get to 9.9.0.1.

I need the output of "show ip route 9.9.0.2".