From 4213f993029498a7f294bf898aca946340d5c857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B8=A1=E8=85=BF?= Date: Tue, 26 Apr 2022 12:36:34 +0800 Subject: [PATCH] =?UTF-8?q?BGP=E6=90=9E=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.\350\267\257\347\224\261/4.BGP/01.md" | 12 +++++------ .../2.\350\267\257\347\224\261/4.BGP/02.md" | 12 +++++------ .../2.\350\267\257\347\224\261/4.BGP/03.json" | 7 ------- .../2.\350\267\257\347\224\261/4.BGP/03.md" | 21 ------------------- 4 files changed, 12 insertions(+), 40 deletions(-) delete mode 100644 "data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/03.json" delete mode 100644 "data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/03.md" diff --git "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/01.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/01.md" index e18cc2d..be6164e 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/01.md" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/01.md" @@ -1,21 +1,21 @@ -# BGP +# BGP基本信息 -以下哪个是EGP协议 +下面关于BGP的叙述哪个是正确的( ) ## 答案 -BGP +BGP采用TCP方式发送路由协议信息 ## 选项 ### A -RIG +BGP不能发布直连路由 ### B -IS-IS +BGP每30秒就会更新新一次路由信息 ### C -OSPF \ No newline at end of file +BGP是IGP路由协议 \ 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/4.BGP/02.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/02.md" index d670e0b..e4e1022 100644 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/02.md" +++ "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/02.md" @@ -1,21 +1,21 @@ -# BGP +# BGP属性 -下面关于BGP的叙述哪个是正确的( ) +关于BGP路由属性说法正确的是() ## 答案 -BGP采用TCP方式发送路由协议信息 +BGP的路由聚合可能会改变原有的AS-Path属性 ## 选项 ### A -BGP不能发布直连路由 +在AS之间也可以使用local preference属性 ### B -BGP每30秒就会刷新一次路由信息 +下一跳属性路由不可达不影响BGP路由的发布 ### C -BGP的AS-path属性不可控制 \ No newline at end of file +在Origin属性中,优先选择EGP属性的路由 \ 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/4.BGP/03.json" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/03.json" deleted file mode 100644 index 55b1c06..0000000 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/03.json" +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "code_options", - "author": "Jason", - "source": "03.md", - "notebook_enable": false, - "exercise_id": "49243c1d0204425ab708c0711e5f7fe0" -} \ 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/4.BGP/03.md" "b/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/03.md" deleted file mode 100644 index 8b502dd..0000000 --- "a/data/2.\347\275\221\347\273\234\344\270\255\351\230\266/2.\350\267\257\347\224\261/4.BGP/03.md" +++ /dev/null @@ -1,21 +0,0 @@ -# BGP - -关于BGP路由属性说法正确的是() - -## 答案 - -BGP的路由聚合可能会改变原有的AS-Path属性 - -## 选项 - -### A - -在AS之间也可以使用local preference属性 - -### B - -下一跳属性路由不可达不影响BGP路由的发布 - -### C - -在Origin属性中,优先选择EGP属性的路由 \ No newline at end of file -- GitLab