路由重发布

边界路由器的配置
router eigrp 1 只要其它路由协议往EIGRP导入都给五参数
redistribute rip metric 1000 0 100 100 100
redistribute ospf 1 metric 1000 100 100 100 1000
redistribute static metric 1000 100 100 100 1000
redistribute connected metric 100 100 100 100 100
network 7.7.7.0 0.0.0.255
auto-summary
!
router ospf 1
log-adjacency-changes
redistribute rip subnets
redistribute eigrp 1 subnets
redistribute static subnets
redistribute connected subnets
network 5.5.5.0 0.0.0.255 area 0
!
router rip
redistribute eigrp 1 metric 15
redistribute ospf 1 metric 2
redistribute static metric 1
redistribute connected
network 1.0.0.0
!
ip route 4.4.4.0 255.