Change Maximum Number Of Allowable Static Routes - Cisco ASR 9000 Series Routing Configuration Manual

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Implementing Static Routes
Example:
RP/0/RSP0/CPU0:router(config-static-vrf)# address family ipv6 unicast
Enters address family mode.
Step 5
prefix mask [vrf vrf-name ] { ip-address | interface-type interface- path-id } [ distance ] [ description text ] [ tag
tag ] [ permanent ]
Example:
RP/0/RSP0/CPU0:router(config-static-vrf-afi)# 2001:0DB8::/32 2001:0DB8:3000::1 201
Configures an administrative distance of 201.
Step 6
commit
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

Change Maximum Number of Allowable Static Routes

This task explains how to change the maximum number of allowable static routes.
Before You Begin
The number of static routes that can be configured on a router for a given address family is limited by
Note
default to 4000. The limit can be raised or lowered using the maximum path command. Note that if you
use the maximum path command to reduce the configured maximum allowed number of static routes
for a given address family below the number of static routes currently configured, the change is rejected.
In addition, understand the following behavior: If you commit a batch of routes that would, when grouped,
push the number of static routes configured above the maximum allowed, the first n routes in the batch
are accepted. The number previously configured is accepted, and the remainder are rejected. The n
argument is the difference between the maximum number allowed and number previously configured.
SUMMARY STEPS
1. configure
2. router static
3. maximum path { ipv4 | ipv6 } value
4. commit
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.3.x
Change Maximum Number of Allowable Static Routes
639

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents