cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
385
Views
0
Helpful
2
Replies

route maps

philip_john
Level 1
Level 1

can any body explain why we give route maps configuration

2 Replies 2

guruprasadr
Level 7
Level 7

HI Philip, [Pls RATE if HELPS]

To define the conditions for redistributing routes from one routing protocol into another, or to enable policy routing, use the route-map command in global configuration mode and the match and set command in route-map configuration modes. To delete an entry, use the no form of this command.

route-map map-tag [permit | deny] [sequence-number]

no route-map map-tag [permit | deny] [sequence-number]

Examples

========

The following example redistributes Routing Information Protocol (RIP) routes with a hop count equal to 1 into Open Shortest Path First (OSPF). These routes will be redistributed into OSPF as external link-state advertisements (LSAs) with a metric of 5, metric type of Type 1, and a tag equal to 1.

router ospf 109

redistribute rip route-map rip-to-ospf

route-map rip-to-ospf permit

match metric 1

set metric 5

set metric-type type1

set tag 1

Hope I am Informative.

PLS RATE if HELPS

Best Regards,

Guru Prasad R

arunsing
Level 1
Level 1
Review Cisco Networking products for a $25 gift card