03-09-2022 02:38 PM
Hello,
R1--(isis)----R2--(ospf)--R3
R2 is redistributing ospf routes in isis.
R2:-
router isis 1
redistribute ospf 1
1) 'redistribute ospf 1' under isis is redistributing E2 routes also in isis as L2 routes. How can I stop E2 from redistribution?
2) If I try to 'redistribute ospf 1 level-1' under isis then no route redistributes in isis. Can we redistribute OSPF routes in isis as level-1 routes?
Thanks,
Sachin
Solved! Go to Solution.
03-09-2022 02:55 PM
redistribute ospf 1 match internal external 1 external
Match internal only.
03-09-2022 02:55 PM
redistribute ospf 1 match internal external 1 external
Match internal only.
03-09-2022 03:52 PM - edited 03-09-2022 03:53 PM
Thanks! It worked.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide