From ad12f9603444976100f2643a8743cf997ed421ca Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 29 Apr 2024 09:26:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...2\345\215\217\350\256\256\344\272\222\351\200\232.md" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "\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" 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 0000000..0c67fcd --- /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 -- Gitee