From 1460c9747d46d8db7239fc2db2e685d6fcf65aa5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E6=AD=A3=E6=B3=A2?= <1938448998@qq.com>
Date: Sun, 28 Apr 2024 17:28:45 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=94=E8=AE=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...61\351\207\215\345\210\206\345\270\203.md" | 33 +++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 "14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md"
diff --git "a/14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md" "b/14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md"
new file mode 100644
index 0000000..7a6a68d
--- /dev/null
+++ "b/14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md"
@@ -0,0 +1,33 @@
+# 笔记
+
+## RIP和OSPF路由重分布
+
+```
+router rip
+redistristribute ospf 1 metric 10 跳数
+```
+
+```
+router ospf 1
+redistristribute rip subnets 再分配
+```
+
+
+
+## 静态和RIP路由重分布
+
+```
+router rip
+redistristribute stuatic subnets
+```
+
+## 静态和OSPF路由重分布
+
+```
+router ospf 1
+redistristribute static metric 10
+```
+
+# 练习
+
+-
\ No newline at end of file
--
Gitee
From 32e063d330a9639f87a7cd20e3cd2471b73da104 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=B9=E6=AD=A3=E6=B3=A2?= <1938448998@qq.com>
Date: Sun, 28 Apr 2024 19:25:00 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=87=8D=E5=88=86?=
=?UTF-8?q?=E5=B8=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md" | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git "a/14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md" "b/14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md"
index 7a6a68d..daf3c38 100644
--- "a/14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md"
+++ "b/14 \346\233\271\346\255\243\346\263\242/20240428\350\256\241\347\256\227\346\234\272\347\275\221\347\273\234\350\267\257\347\224\261\351\207\215\345\210\206\345\270\203.md"
@@ -30,4 +30,4 @@ redistristribute static metric 10
# 练习
--
\ No newline at end of file
+
\ No newline at end of file
--
Gitee