再配送 RIP⇔OSPF

  • 相互に再配布を設定

Center(config)#router ospf 1
Center(config-router)#redistribute rip metric 10 subnets
Center(config-router)#exit
Center(config)#router rip
Center(config-router)#redistribute ospf 1 metric 2
Center(config-router)#end

  • RIP→OSPFはデフォルトルート

Center(config)#router ospf 1
Center(config-router)#redistribute rip metric 10 subnets
Center(config-router)#exit

Left(config)#ip route 0.0.0.0 0.0.0.0 172.16.1.2
Left(config)#end