Chapter 34
Configuring IP Unicast Routing
Command
Step 23
show route-map
Step 24
copy running-config startup-config
To delete an entry, use the no route-map map tag global configuration command or the no match or no
set route-map configuration commands.
You can distribute routes from one routing domain into another and control route distribution.
Beginning in privileged EXEC mode, follow these steps to control route redistribution. Note that the
keywords are the same as defined in the previous procedure.
Command
Step 1
configure terminal
Step 2
router {bgp | rip | ospf | igrp | eigrp}
Step 3
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]
Step 4
default-metric number
Step 5
default-metric bandwidth delay reliability loading mtu
Step 6
no default-information {in | out}
Step 7
end
Step 8
show route-map
Step 9
copy running-config startup-config
To disable redistribution, use the no form of the commands.
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.
78-16180-02
Configuring Protocol-Independent Features
Purpose
Display all route maps configured or only the one
specified to verify configuration.
(Optional) Save your entries in the configuration file.
Purpose
Enter global configuration mode.
Enter router configuration mode.
Redistribute 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 (BGP, RIP and
OSPF).
Cause the IGRP or EIGRP routing protocol to use the
same metric value for all non-IGRP redistributed
routes.
Disable the redistribution of default information
between IGRP processes, which is enabled by default.
Return to privileged EXEC mode.
Display all route maps configured or only the one
specified to verify configuration.
(Optional) Save your entries in the configuration file.
Catalyst 3750 Switch Software Configuration Guide
34-67