Hello,
I have setup loopback for all the routers involved in ospf/bgp peering and set the loopback as router ID. But since then, all the routes are showed as recursive.
Example below:
sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0
Known via “bgp”, distance 200, metric 10
Last update 00:10:13 ago
10.128.128.3 (recursive), weight 1
10.62.6.83, via eth3, weight 1
10.128.128.3 is the loopback IP of the router whereas 10.62.6.83 is the interface IP.
Can you enclose the paste with ` (or click on the icon for blockquote above the area where you write the post) before and after the block - will be easier to read the paste?
Regarding “recursive” its just information that it points to a nexthop which isnt directly connected to the device. That is in order to find out the real nexthop (which interface to egress the packet at) a second route lookup must be performed.