From db77b403cea1e51554cd7555d71f342276bcbe02 Mon Sep 17 00:00:00 2001 From: Bibabu330 <2811528803@qq.com> Date: Fri, 4 Mar 2022 14:24:24 +0800 Subject: [PATCH] =?UTF-8?q?OSPF=E5=8D=8F=E8=AE=AE=E7=9A=84=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.OSPF/02.json" | 7 +++ .../2.OSPF/03.json" | 7 +++ .../2.OSPF/config.json" | 56 ++++++++++++++++++- 3 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 "data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.json" create mode 100644 "data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.json" diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.json" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.json" new file mode 100644 index 0000000..3fa02b0 --- /dev/null +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/02.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Bibabu330", + "source": "02.md", + "notebook_enable": false, + "exercise_id": "661666401f564b639054df30bac2080e" +} \ No newline at end of file diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.json" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.json" new file mode 100644 index 0000000..7046aa0 --- /dev/null +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/03.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "Bibabu330", + "source": "03.md", + "notebook_enable": false, + "exercise_id": "0ac2c49bb3504d89b7bc5901d7c92a72" +} \ No newline at end of file diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/config.json" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/config.json" index 8eaa662..ac02b28 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/config.json" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/2.OSPF/config.json" @@ -3,9 +3,61 @@ "keywords": [ "OSPF" ], - "children": [], + "children": [ + { + "OSPF的分组类型": { + "keywords": [ + "问候(Hello)分组", + "数据库描述(Database Description)分组", + "链路状态请求(Link State Request)分组", + "链路状态更新(Link State Update)分组", + "链路状态确认(Link State Acknowledgment)分组" + ], + "children": [] + } + }, + { + "对于规模很大的网络,OSPF通过划分区域来提高路由更新收敛速度": { + "keywords": [ + "网络规模大", + "区域划分", + "提高路由更新收敛速度" + ], + "children": [] + } + }, + { + "OSPF区域标识符": { + "keywords": [ + "32位区域标识符" + ], + "children": [] + } + }, + { + "OSPF区域划分": { + "keywords": [ + "一个OSPF区域内的路由器不知道其他区域的网络拓扑的情况", + "一个OSPF区域内的路由器最好不超过200个" + ], + "children": [] + } + }, + { + "OSPF协议": { + "keywords": [ + "分布式链路状态协议", + "洪范法", + "链路状态数据库是全网的拓扑结构图" + ], + "children": [] + } + } + ], "export": [ - "01.json" + "01.json", + "02.json", + "03.json" ], "keywords_must": [], "keywords_forbid": [] -- GitLab