cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
914
Views
10
Helpful
2
Replies

redistribute ospf in isis

sachin30720041
Level 1
Level 1

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 

 

1 Accepted Solution

Accepted Solutions

redistribute ospf 1 match internal external 1 external

 

Match internal only.

View solution in original post

2 Replies 2

redistribute ospf 1 match internal external 1 external

 

Match internal only.

Thanks! It worked.