I receive 192.168.5.0/24 from two routers(10.10.10.64 and 10.11.11.56) via BGP:
C1841#sh ip bgp neighbors 10.10.10.64 routes | i 192.168.5.0
* i192.168.5.0 10.10.10.64 0 100 0 65449 65459 i
C1841#sh ip bgp neighbors 10.11.11.56 routes | i 192.168.5.0
*> 192.168.5.0 10.11.11.56 0 65449 65459 i
C1841#sh ip route 192.168.5.0
Routing entry for 192.168.5.0/24
Known via "bgp 65446", distance 20, metric 0
Tag 1111, type external
Last update from 10.11.11.56 4d08h ago
Routing Descriptor Blocks:
* 10.11.11.56, from 10.11.11.56, 4d08h ago
Route metric is 0, traffic share count is 1
AS Hops 2
Route tag 1111
C1841#
However, in "sh ip route 192.168.5.0" only the best route is displayed. Is there a way to view all routes to 192.168.5.0/24 network?