diff --git "a/36 \351\231\206\346\273\242\351\222\260/20250421 \345\212\250\346\200\201\350\267\257\347\224\261ospf\345\215\217\350\256\256.md" "b/36 \351\231\206\346\273\242\351\222\260/20250421 \345\212\250\346\200\201\350\267\257\347\224\261ospf\345\215\217\350\256\256.md" new file mode 100644 index 0000000000000000000000000000000000000000..3a58e36a2077dfe32389da0239aeeb2b413a85e5 --- /dev/null +++ "b/36 \351\231\206\346\273\242\351\222\260/20250421 \345\212\250\346\200\201\350\267\257\347\224\261ospf\345\215\217\350\256\256.md" @@ -0,0 +1,16 @@ +## OSPF核心配置 +```bash +Switch(config)#router ospf 1 # 指定 OSPF 进程号为 1 +Switch(config-router)#network 192.168.10.0 0.0.0.255 area 0 # 0.0.0.255 是通配符掩码 +``` + + + +## 过程 + +略。在我脑子里 + +![Alt text](image-11.png) +![Alt text](image-12.png) +![Alt text](image-13.png) +![Alt text](image-14.png) \ No newline at end of file diff --git "a/36 \351\231\206\346\273\242\351\222\260/image-11.png" "b/36 \351\231\206\346\273\242\351\222\260/image-11.png" new file mode 100644 index 0000000000000000000000000000000000000000..c27d0f4154e5e2baa69dcdde46aac5f548210823 Binary files /dev/null and "b/36 \351\231\206\346\273\242\351\222\260/image-11.png" differ diff --git "a/36 \351\231\206\346\273\242\351\222\260/image-12.png" "b/36 \351\231\206\346\273\242\351\222\260/image-12.png" new file mode 100644 index 0000000000000000000000000000000000000000..de84ed1adbd06d2f684827f198c59e04f5c73769 Binary files /dev/null and "b/36 \351\231\206\346\273\242\351\222\260/image-12.png" differ diff --git "a/36 \351\231\206\346\273\242\351\222\260/image-13.png" "b/36 \351\231\206\346\273\242\351\222\260/image-13.png" new file mode 100644 index 0000000000000000000000000000000000000000..f96ba1906692fff6d125409bfb823cc5fa9ef85d Binary files /dev/null and "b/36 \351\231\206\346\273\242\351\222\260/image-13.png" differ diff --git "a/36 \351\231\206\346\273\242\351\222\260/image-14.png" "b/36 \351\231\206\346\273\242\351\222\260/image-14.png" new file mode 100644 index 0000000000000000000000000000000000000000..5b7349f6f375deae109ec82fd0b2b380f1d674f5 Binary files /dev/null and "b/36 \351\231\206\346\273\242\351\222\260/image-14.png" differ