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

Redistribution between EIGRP into OSPF with filtering

ravivarma_v
Level 1
Level 1

Hi,

I'm trying to redistribute EIGRP into OSPF. In this senario, I'm planning to filter the routes from EIGRP.

For this I configured access-lists and assigned in OSPF configuration using distribute-list out command.

Eventhough all routes are reciving from EIGRP to OSPF.

Please find attchment for configuration. In that 192.168.1.0 network has to filter in OSPF.

Please help me to configure redistribution with filtering.

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Ravi,

try

route-map eigrp-to-ospf permit 10

match ip address 1

router ospf 1

red eigrp 10 route-map eigrp-to-ospf subnets

for the link state nature of OSPF distribute-list have a limited effect.

Also I would try

router ospf 1

red eigrp 10 subnets

distribute-list 1 out

without providing any parameter

Hope to help

Giuseppe

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: