From 6405372a4ce81d496f810d0209c0824e69a29c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E8=B1=AA?= <14091802+too-much-dialogue@user.noreply.gitee.com> Date: Mon, 21 Apr 2025 20:07:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=99=A8=E7=9A=84?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E4=BA=A4=E6=8D=A2=E9=80=9A=E8=AE=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...201\344\272\244\346\215\242\351\200\232\350\256\257.md" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "38 \346\235\216\344\275\263\350\261\252/20250418 \350\267\257\347\224\261\345\231\250\347\232\204\345\212\250\346\200\201\344\272\244\346\215\242\351\200\232\350\256\257.md" diff --git "a/38 \346\235\216\344\275\263\350\261\252/20250418 \350\267\257\347\224\261\345\231\250\347\232\204\345\212\250\346\200\201\344\272\244\346\215\242\351\200\232\350\256\257.md" "b/38 \346\235\216\344\275\263\350\261\252/20250418 \350\267\257\347\224\261\345\231\250\347\232\204\345\212\250\346\200\201\344\272\244\346\215\242\351\200\232\350\256\257.md" new file mode 100644 index 0000000..d9f8944 --- /dev/null +++ "b/38 \346\235\216\344\275\263\350\261\252/20250418 \350\267\257\347\224\261\345\231\250\347\232\204\345\212\250\346\200\201\344\272\244\346\215\242\351\200\232\350\256\257.md" @@ -0,0 +1,7 @@ +# 路由器的动态交换通讯 + + - 语法 + - Router(config)#route rip (启用动态路由RTP协议,进入RIP配置模式) + - Router(config-router)#version 2 (选用RIP2版本) + - Router(config-router)#network 192.168.10.0 (动态共享本机IP) + - Router#show ip route (查看路由表信息) \ No newline at end of file -- Gitee From 3434548d122c16dfaffb1b3785e1b604f8a9d2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BD=B3=E8=B1=AA?= <14091802+too-much-dialogue@user.noreply.gitee.com> Date: Mon, 21 Apr 2025 20:08:37 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=99=A8=E7=9A=84OSPF?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=B7=AF=E7=94=B1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\201\350\267\257\347\224\261\351\205\215\347\275\256.md" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "38 \346\235\216\344\275\263\350\261\252/20250421 \350\267\257\347\224\261\345\231\250OSPF\345\212\250\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" diff --git "a/38 \346\235\216\344\275\263\350\261\252/20250421 \350\267\257\347\224\261\345\231\250OSPF\345\212\250\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" "b/38 \346\235\216\344\275\263\350\261\252/20250421 \350\267\257\347\224\261\345\231\250OSPF\345\212\250\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" new file mode 100644 index 0000000..d818779 --- /dev/null +++ "b/38 \346\235\216\344\275\263\350\261\252/20250421 \350\267\257\347\224\261\345\231\250OSPF\345\212\250\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" @@ -0,0 +1,6 @@ +# 路由器OSPF动态路由配置 + + - 命令: + - Router(config)#router ospf 1 (启用OSPF协议,从属OSPF进程ID=1) + - Router(config-router)#network 192.168.3.0 0.0.0.255(反子网掩码) area 0 + - Router#show ip route \ No newline at end of file -- Gitee