Implementing Static Routes
Configuring a Fixed Default Route: Example
A default static route is often used in simple router topologies. In the following example, a route is configured
with an administrative distance of 110.
configure
router static
Configuring a Floating Static Route: Example
A floating static route is often used to provide a backup path if connectivity fails. In the following example,
a route is configured with an administrative distance of 201.
configure
router static
Configuring a Static Route Between PE-CE Routers: Example
In the following example, a static route between PE and CE routers is configured, and a VRF is associated
with the static route:
configure
router static
Additional References
The following sections provide references related to implementing Static Routes.
Related Documents
Related Topic
Static routes commands: complete command syntax,
command modes, command history, defaults, usage
guidelines, and examples
MPLS Layer 3 VPN configuration: configuration
concepts, task, and examples
OL-30423-03
address-family ipv4 unicast
0.0.0.0/0 2.6.0.1 110
end
address-family ipv6 unicast
2001:0DB8::/32 2001:0DB8:3000::1 201
end
vrf vrf_A
address-family ipv4 unicast
0.0.0.0/0 2.6.0.2 120
end
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
Configuring a Fixed Default Route: Example
Document Title
Static Routing Commands in Cisco ASR 9000 Series
Aggregation Services Router Routing Command
Reference
Cisco ASR 9000 Series Aggregation Services Router
MPLS Configuration Guide
565