Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
dkdoyle wrote: If I have three networks with eigrp / ospf / isis. I need to redistribute isis and eigrp but maintain the bw of eigrp. Not sure how to do this. router ospf 1 redistribute isis level-1-2 redistribute eigrp 100 default-metric eigrp 100 6400 100 255 1 1500 I know I can go to the eigrp router and get the metric but I how do I maintain the bw on the ospf side with redistribution.
keenon wrote: dkdoyle wrote: If I have three networks with eigrp / ospf / isis. I need to redistribute isis and eigrp but maintain the bw of eigrp. Not sure how to do this. router ospf 1 redistribute isis level-1-2 redistribute eigrp 100 default-metric eigrp 100 6400 100 255 1 1500 I know I can go to the eigrp router and get the metric but I how do I maintain the bw on the ospf side with redistribution. you should be using redistribute static metric 1000 100 255 1 1500 user eigrp
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.