Cisco show all static route

ciscorouter

Here is the question ->
I have added a floating static route with administrative distance 200 to a router, as default, show ip route static only displays one static route with the lowest administrative distance.
Is there a command will show both static routes at once ?
I recall, show eigrp topology will display all the alternatives routes with different cost at one table.

Best Answer

The route table only shows the live routes.

to show all statics you'll need to show what's configured:

show run | inc ip route

This is on IOS of course