欢迎来到天天文库
浏览记录
ID:57098626
大小:642.00 KB
页数:20页
时间:2020-08-02
《BGP的路由反射器.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、实验五:BGP的路由反射器实验目标:1.熟练BGP的基本配置2.掌握BGP路由反射器的原理实验TOP: 物理拓扑(原错误拓扑图) 物理拓扑(修改后的拓扑结构) 逻辑拓扑 基本配置: R1的配置: 01!02 03hostname r104 05!06 07interfaceLoopback008 09ipaddress1.1.1.1255.255.255.010 11!12 13interfaceEthernet0/014 15noshu16 17!18 19interfaceEthernet0/0.1420 21encapsulationdot1Q1422 23ipaddres
2、s10.1.1.1255.255.255.024 25noshu26 27!28 29interfaceEthernet0/0.1530 31encapsulationdot1Q1532 33ipaddress20.1.1.1255.255.255.034 35noshu36 37!38 39interfaceSerial1/040 41ipaddress12.1.1.1255.255.255.042 43noshu44 45!46 47interfaceSerial2/048 49ipaddress13.1.1.1255.255.255.050 51noshu52 53!54 55rou
3、terospf1056 57network10.1.1.00.0.0.255area058 59network12.1.1.00.0.0.255area060 61network13.1.1.00.0.0.255area062 63network20.1.1.00.0.0.255area064 65!66 67routerbgp1068 69nosynchronization70 71bgprouter-id 1.1.1.172 73network1.1.1.0mask255.255.255.074 75neighbor10.1.1.4remote-as2076 77neighbor12.
4、1.1.2remote-as1078 79neighbor13.1.1.3remote-as1080 81neighbor20.1.1.5remote-as1082 83noauto-summary84 85!86 87 88linecon089 90exec-timeout0091 92loggingsynchronous93 94! R2的配置:01!02 03hostname r204 05!06 07interfaceLoopback008 09ipaddress2.2.2.2255.255.255.010 11!12 13!14 15interfaceSerial2/016 17
5、ipaddress12.1.1.2255.255.255.018 19noshu20 21!22 23routerospf1024 25network12.1.1.00.0.0.255area026 27!28 29routerbgp1030 31nosynchronization32 33bgprouter-id 2.2.2.234 35network2.2.2.0mask255.255.255.036 37neighbor12.1.1.1remote-as1038 39noauto-summary40 41!42 43linecon044 45exec-timeout0046 47lo
6、ggingsynchronous48 49! R3的配置:01!02 03hostname r304 05!06 07interfaceLoopback008 09ipaddress3.3.3.3255.255.255.010 11!12 13interfaceSerial1/014 15ipaddress13.1.1.3255.255.255.016 17noshu18 19!20 21!22 23routerospf1024 25network13.1.1.00.0.0.255area026 27!28 29routerbgp1030 31nosynchronization32 33b
7、gprouter-id 3.3.3.334 35network3.3.3.0mask255.255.255.036 37neighbor13.1.1.1remote-as1038 39noauto-summary40 41!42 43linecon044 45exec-timeout0046 47loggingsynchronous48 49! R4的配置:01!02 03hostname r404 05!06 07in
此文档下载收益归作者所有