cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
512
Views
4
Helpful
2
Replies

Route Map redistribution with EIGRP

bbravo
Level 1
Level 1

What does the command:

"Router EIGRP 1000

redistribute static route-map ROUTEMAPNAME

route-map ROUTEMAPNAME permit 10

match ip add 100

access-list 100 permit ip 10.32.100.0 0.0.0.255 any

what is this route-map really filtering or allowing for redistribution? thanks

1 Accepted Solution

Accepted Solutions

Richard Burts
Hall of Fame
Hall of Fame

Borman

the route map can be used with redistribution to control what routes are being redistributed. there might be many static routes present on the router and only a few (or perhaps only 1) are desired to be redistributed into the dynamic routing protocol. The route map matches with an access list and routes that are permitted in the access list are redistributed. Static routes that are not permitted in the access list are not redistributed.

In my experience most route maps controlling redistribution use standard access lists instead of extended access lists as your route map does. Your route map will permit redistribution only of static routes of 10.32.100.0 (or of subnets of 10.32.100.0).

HTH

Rick

HTH

Rick

View solution in original post

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

Any routes that are statically defined on the router and are in the range of 10.32.0.0/24 are added into the EIGRP routing process.

HTH and please rate.

Richard Burts
Hall of Fame
Hall of Fame

Borman

the route map can be used with redistribution to control what routes are being redistributed. there might be many static routes present on the router and only a few (or perhaps only 1) are desired to be redistributed into the dynamic routing protocol. The route map matches with an access list and routes that are permitted in the access list are redistributed. Static routes that are not permitted in the access list are not redistributed.

In my experience most route maps controlling redistribution use standard access lists instead of extended access lists as your route map does. Your route map will permit redistribution only of static routes of 10.32.100.0 (or of subnets of 10.32.100.0).

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: