Route Maps to Redistribute Routing Information
The keywords are the same as defined in the procedure to configure the route map for redistritbution.
Note
The metrics of one routing protocol do not necessarily translate into the metrics of another. For example, the
RIP metric is a hop count, and the IGRP metric is a combination of five qualities. In these situations, an
artificial metric is assigned to the redistributed route. Uncontrolled exchanging of routing information between
different routing protocols can create routing loops and seriously degrade network operation.
If you have not defined a default redistribution metric that replaces metric conversion, some automatic metric
translations occur between routing protocols:
• RIP can automatically redistribute static routes. It assigns static routes a metric of 1 (directly connected).
• Any protocol can redistribute other routing protocols if a default mode is in effect.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
192
Command or Action
configure terminal
Example:
Device# configure terminal
router { rip | ospf | eigrp}
Example:
Device(config)# router eigrp 10
redistribute protocol [process-id] {level-1 |
level-1-2 | level-2} [metric metric-value]
[metric-type type-value] [match internal |
external type-value] [tag tag-value] [route-map
map-tag] [weight weight] [subnets]
Example:
Device(config-router)# redistribute eigrp
1
default-metric number
Example:
Device(config-router)# default-metric
1024
default-metric bandwidth delay reliability
loading mtu
Example:
Device(config-router)# default-metric
1000 100 250 100 1500
Configuring IP Unicast Routing
Purpose
Enters global configuration mode.
Enters router configuration mode.
Redistributes routes from one routing protocol
to another routing protocol. If no route-maps
are specified, all routes are redistributed. If the
keyword route-map is specified with no
map-tag, no routes are distributed.
Cause the current routing protocol to use the
same metric value for all redistributed routes
( RIP and OSPF).
Cause the EIGRP routing protocol to use the
same metric value for all non-EIGRP
redistributed routes.
Need help?
Do you have a question about the Catalyst 9500 series and is the answer not in the manual?