diff --git "a/\350\265\226\345\277\203\345\246\215/20240428 \351\207\215\345\210\206\345\270\203.md" "b/\350\265\226\345\277\203\345\246\215/20240428 \351\207\215\345\210\206\345\270\203.md" new file mode 100644 index 0000000000000000000000000000000000000000..940fa8abb75da8954de2d2bc483ca09ca3d79765 --- /dev/null +++ "b/\350\265\226\345\277\203\345\246\215/20240428 \351\207\215\345\210\206\345\270\203.md" @@ -0,0 +1,33 @@ +## 重分布 + +### ospf 与 rip + +#### OSPF + +##### 重发布 rip + +redistribute rip subnet + +#### RIP + +##### 重分布 ospf + +1 为进程号 ,5为跳数 + +redistribute ospf 1 metric 5 + +### RIP与静态路由 + +#### 静态路由 + +##### 配置默认路由 + +ip route 0.0.0.0 0.0.0.0 下一跳地址 + +##### 重分布静态路由 + +redistribute static + +##### 重发布 RIP + +network 靠近静态路由的那个网段 \ No newline at end of file