In short - no Because static routing is just that - static; there is no concept of a database to maintain the routing table. This is just done via configuration.
The routing table displays the "best" routes based on AD, then after that each dynamic routing protocols metric. Even the routing table does not know what the "second best" route to each destination is. Whether it be an EIGRP Feasible Successor, a BGP path which has lost the "best route competition" (I made that up, hope you like it!), and certainly not a RIP route with a higher hop count. Hope this helps. Cheers, Matt CCIE #22386 CCSI #31207 On 14 September 2010 07:24, Netman <[email protected]> wrote: > Is there an equivalent to ospf database, BGP Table, or Eigrp topology for > static routes? > > > When there is a route that was in the BGP table and not selected as the best > path to get sent to the route table that Path is just waiting. > > > Thsi can hapen for static routes when you have a flowting route for > identical prefix/network and also when you use the standby command on an > interface that has a static route equal to the active interface. Both > scenarios lead to the same situation where the active route is in the Route > Table and the other route is not. > > > example (two similar routes one with a high AD): > # ip route 1.1.1.0 255.255.255.0 ser 0/0 > # ip route 1.1.1.0 255.255.255.0 ser 1/1 199 > > Where can we look to see all of the routes that are waiting to become > active? > Is there a special holding area that we can interrogate? > > NETMAN > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
