You are on page 1of 1

DE EIGRP A RIP

router eigrp 100


redistribute rip metric 100000 10 255 255 1500
_______________________
DE RIP A EIGRP
router rip
version 2
redistribute eigrp 100 metric 1
___________________________
DE RIP A OSPF
router rip
version 2
redistribute OSPF 100 metric 1
___________________________________
DE OSPF A RIP
router ospf 100
redistribute rip subnets
________________________________
DE EIGRP A OSPF
router eigrp 100
redistribute ospf 100 metric 100000 10 255 255 1500
_______________________
DE OSPF A EIGRP
router ospf 100
redistribute eigrp 100 subnets
_______________________________

You might also like