Limiting The Number Of Redistributed Routes - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring IS-IS
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
Command
Step 3
address-family ipv4 unicast
Example:
switch(config-router)# address-family
ipv4 unicast
switch(config-router-af)#
Step 4
redistribute {bgp as | {eigrp | isis |
ospf | ospfv3 | rip} instance-tag |
static | direct} route-map map-name
Example:
switch(config-router-af)# redistribute
eigrp 201 route-map ISISmap
Step 5
default-information originate [always]
[route-map map-name ]
Example:
switch(config-router-af)#
default-information originate always
Step 6
distribute {level-1 | level-2} into
{level-1 | level-2} {route-map route-map
| all}
Example:
switch(config-router-af)# distribute
level-1 into level-2 all
Step 7
show isis [vrf vrf-name ] ip route
ip-prefix [ detail | longer-prefixes
[summary | detail]]
Example:
switch(config-router-af)# show isis ip
route
Step 8
copy running-config startup-config
Example:
switch(config-router-af)# copy
running-config startup-config
The following example shows how to redistribute EIGRP into IS-IS:
switch# config t
switch(config)# router isis Enterprise
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# redistribute eigrp 201 route-map ISISmap
switch(config-router-af)# copy running-config startup-config

Limiting the Number of Redistributed Routes

Route redistribution can add many routes to the IS-IS route table. You can configure a maximum limit
to the number of routes accepted from external protocols. IS-IS provides the following options to
configure redistributed route limits:
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
9-20
Purpose
Enters address family configuration mode.
Redistributes routes from other protocols into IS-IS.
See the
"Configuring Route Maps" section on
page 16-11
for more information about route maps.
(Optional) Generates a default route into IS-IS.
(Optional) Redistributes routes from one IS-IS level to
the other IS-IS level.
(Optional) Shows the routes IS-IS.
(Optional) Saves this configuration change.
Chapter 9
Configuring IS-IS
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents