diff --git "a/\351\253\230\345\205\260\350\213\261/20240428-\350\267\257\347\224\261\345\231\250\345\244\232\345\215\217\350\256\256\344\272\222\351\200\232.md" "b/\351\253\230\345\205\260\350\213\261/20240428-\350\267\257\347\224\261\345\231\250\345\244\232\345\215\217\350\256\256\344\272\222\351\200\232.md" new file mode 100644 index 0000000000000000000000000000000000000000..0c67fcd590607abbf00700e28dd37a07d491906f --- /dev/null +++ "b/\351\253\230\345\205\260\350\213\261/20240428-\350\267\257\347\224\261\345\231\250\345\244\232\345\215\217\350\256\256\344\272\222\351\200\232.md" @@ -0,0 +1,9 @@ +### + ``` + 路由重分发: + R1(config)#router rip //进入RIP路由器配置界面 + R1(config-router)#redistribute ospf 1 metric 2 //将进程为1的ospf发布到RIP协议中 + R2(config)#router ospf 1 //进入OSPF配置界面 + R2(config)#redistribute rip subnets //将RIP协议以Subnets的方式发布到OSPF协议中 + + ``` \ No newline at end of file