Chapter 1 | Overview |
|
|
Static Routes
Static routes can be configured to the
A static route becomes inactive if the interface over which it is defined is disabled. When the interface is enabled, the static route becomes active again.
Static routes can only be configured for remote destinations, i.e. destinations that are reachable via another router as a next hop. The next hop router must belong to one of the directly attached networks for which
Two kinds of static routes can be configured, High Preference static routes which are preferred to routes learned from any routing protocol and Low Preference static routes which are used temporarily until the route is learned from a routing protocol. By default, a static route has Low Preference.
Static routes can be advertised by routing protocols (i.e. RIP, OSPF) as described under Route redistribution.
Static routes also support
This can be used for example to
Route Redistribution
Route redistribution is the interaction of multiple routing protocols. OSPF and RIP can be operated concurrently in
The
•Static to RIP metric configurable (default 1)
•OSPF internal metric N to RIP metric 1
•OSPF external type 1 metric N to RIP metric 1
•OSPF external type 2 metric N to RIP metric N+1
•Static to OSPF external type 2, metric configurable (default 1)
•RIP metric N to OSPF external type 2, metric N
•Direct to OSPF external type 2, metric 1.
11 |