From 40a85bf9fbaba4fa8c57c3f58edc60cd4e9d7864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=BE=89?= <11764079+elrianode@user.noreply.gitee.com> Date: Wed, 24 Apr 2024 13:24:38 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张辉 <11764079+elrianode@user.noreply.gitee.com> --- ...57\347\224\261\351\205\215\347\275\256.md" | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 "12 \345\274\240\350\276\211/20240423 \351\235\231\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" diff --git "a/12 \345\274\240\350\276\211/20240423 \351\235\231\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" "b/12 \345\274\240\350\276\211/20240423 \351\235\231\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" new file mode 100644 index 0000000..8abc6c8 --- /dev/null +++ "b/12 \345\274\240\350\276\211/20240423 \351\235\231\346\200\201\350\267\257\347\224\261\351\205\215\347\275\256.md" @@ -0,0 +1,24 @@ +# 笔记 + +如何配置静态路由? + +- 连线部分不做详解,知道了串行DCE必做的事:clock rate 64000 (设置同步时间,必须配置时钟才可通信) +- 给RT两端配置ip地址 +- 配置好相应路由表(这很重要,必知必会) + +知道了下一跳就是离最近的RT的端口 + +了解以下含义 + +```js +ip route 192.168.1.0 255.255.255.0 192.168.3.1 (192.168.1.0是要到达的目标 +网络,255.255.255.0是目标网络对应的子网掩码,192.168.3.1是和本路由器直线相 +连的下一跳路由器的接口地址。) +``` + +# 作业 + +![PixPin_2024-04-24_21-13-24.png](https://s2.loli.net/2024/04/24/PxHXRzvrhmtsouL.png) + +![](https://s2.loli.net/2024/04/24/PxHXRzvrhmtsouL.png) + -- Gitee