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 0000000000000000000000000000000000000000..daf3c38095e40bd33667891b91e4743d0a0aece2 --- /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