background image
164 Chapter 6: Using ISDN and DDR Technologies
Static Backup
This section discusses the use of static routes to provide redundant facilities rather than a
solution such as dial backup. Static routes were discussed earlier in the chapter and are probably
a well-known topic at this point.
Static routes used for redundancy purposes are usually implemented as floating static routes.
By default, static routes are the most preferred routes because an administrator defines them.
This concept of one route being more preferred than another is known as administrative
distance
. Depending on how it was derived, a particular route (whether static or dynamic) can
be more believable than another route derived by a less sophisticated method.
Static routes have a default administrative distance of 0 if they are defined with an outbound
interface, or 1 if a next-hop address is defined. This makes them highly believable routes. It is
possible to alter administrative distance to make a route less preferred than routes that are
dynamically derived.
Administrative distance is a number between 0 and 255. The higher the distance, the less
preferred the route. When the administrative distance of a static route is altered to the point
where it is less preferred than the dynamic routes derived by a dynamic routing protocol, it
becomes a "floating" static route. Example 6-26 illustrates configuring a floating static route.
The number 200 at the end of the line defines the static route as having an administrative
distance of 200. If the dynamic routing protocol being used is RIP (default administrative
distance = 120), the static route is now less preferred than the dynamic route. Should the RIP
route be lost for some reason, the static route becomes the preferred route until the RIP route
returns. Table 6-3 displays the administrative distances of common routing protocols.
Example 6-26
Floating Static Route Example
RouterA(config)#ip route 10.13.1.0 255.255.255.0 10.12.1.2 200
Table 6-3
Administrative Distances
Routing Protocol
Administrative Distance
Connected
0
Static Route
1
EIGRP Summary
5
External BGP
20
Internal EIGRP
90
IGRP
100
OSPF
110
IS-IS
115