cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
173
Views
0
Helpful
1
Replies

redisribution question

The_guroo_2
Level 2
Level 2

guys we have eigrp and ospf running and we want that routes which is redistributed in ospof from eigrp shd have metric type 1 (E1) now i guess we can redistribute eigrp as follow

router ospf 1

redistribute eigrp XX subnets route-map red

route-map red

set metric type-1

guys i was reading online can we do the follwoing as well to achieve the results

router ospf 1

redistribute eigrp xx subnets metric type-1

will it do the same thing as above??? or we have to add route-map....thanks

1 Reply 1

Edison Ortiz
Hall of Fame
Hall of Fame

Same result.

The route-map allows you more options during the redistribution. If you want to assign a metric-type 1 to all EIGRP redistributed routes, then the last option is sufficient.

If you want to include/exclude specific EIGRP subnets for the metric-type 1 assignment, then you need a route-map.

HTH,

__

Edison.

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:

Review Cisco Networking products for a $25 gift card