diff --git "a/17 \345\217\266\345\255\220\350\261\252/4.28\344\275\234\344\270\232.md" "b/17 \345\217\266\345\255\220\350\261\252/4.28\344\275\234\344\270\232.md" new file mode 100644 index 0000000000000000000000000000000000000000..39d10aaef744de72822de9cc8a284f9f09a23886 --- /dev/null +++ "b/17 \345\217\266\345\255\220\350\261\252/4.28\344\275\234\344\270\232.md" @@ -0,0 +1,41 @@ + +笔记 + +路由重发布 + +ospf连接rip + + +(config)#route ospf 1 +(config-route# redistribute rip subnets + + +rip连接ospf + +(config)#route rip +(config-route#redistribute ospf 1 metric 10 //metric是跳数 + + +rip连接静态路由 + + +(config)#route rip +(config-route)#redistribute static metric 10 //metric是跳数 + + +静态路由连接ospf + +(config)#route ospf 1 +(config-route)#redistribute static subnets + + +缺省路由 + +0.0.0.0 0.0.0.0 下一跳 +0.0.0.0 可以是任意的网络 +0.0.0.0 可以是任意的子网掩码 + + + + +捕获.PNG \ No newline at end of file