欢迎来到天天文库
浏览记录
ID:33676960
大小:118.50 KB
页数:4页
时间:2019-02-28
《bgp基础之origin属性》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、BGP基础之origin属性[2007/1/242:45:18
2、By:wangyang] 一试验说明:在本实验中我们要分别建立IBGP邻居和EBGP邻居。然后研究一下BGP路由的origin属性。这个属性有3个值,分别为:1IGP:当使用bgpnetwork命令或将IGP路由重分布进BGP中。在BGP路由表中起源于IGP的路由用“i”表示2EGP:通过BGP学习到的路由。在BGP路由表中起源于EGP的路由用“e”表示3incomplete:当路由重分布进BGP时,即无法确定路由的始发者时,在BGP路由表中
3、用“?”表示―――――――――――――――――――――――――――――――――――――――二基本配置:1配置底层联通由于我的底层拓扑是帧中继,所以先要把帧中继配通。下面是配置RTAinterfaceSerial1/0noipaddressencapsulationframe-relaynoframe-relayinverse-arpframe-relaylmi-typeansiinterfaceSerial1/0.21point-to-pointipaddress150.10.30.1255.255.0.
4、0frame-relayinterface-dlci201interfaceSerial1/0.23point-to-pointipaddress170.10.20.1255.255.0.0frame-relayinterface-dlci203―――――――――――――――RTBinterfaceLoopback1ipaddress190.10.50.1255.255.255.0interfaceSerial1/0ipaddress175.10.40.2255.255.0.0encapsulationf
5、rame-relayframe-relaymapip175.10.40.1401broadcastnoframe-relayinverse-arpframe-relaylmi-typeansi――――――――――――――――――――RTEinterfaceLoopback1ipaddress170.10.0.1255.255.255.0interfaceSerial1/0ipaddress170.10.20.2255.255.255.0encapsulationframe-relayframe-relay
6、mapip170.10.20.1302broadcastnoframe-relayinverse-arpframe-relaylmi-typeansi经测试底层已经联通。―――――――――――――――――――――――――――――――――――2配置IGP协议要在AS100中配置IGP协议,首先建立IGP的连通性,本实验我们选用EIGRP作为IGP协议,现在进行配置。RTARTA(config)#routereigrp90RTA(config-router)#noauto-summaryRTA(config-
7、router)#network150.10.0.0RTA(config-router)#passive-interfaces1/0.23RTCRTC(config)#routereigrp90RTC(config-router)#noauto-summaryRTC(config-router)#network150.10.0.0RTC(config-router)#network175.10.0.0RTBRTB(config)#routereigrp90RTB(config-router)#noauto-
8、summaryRTB(config-router)#net175.10.0.0RTB(config-router)#network190.10.50.0――――――――――――――――――RTA#shiproute170.10.0.0/24issubnetted,1subnetsC170.10.20.0isdirectlyconnected,Serial1/0.23190.10.0.0/24issubnetted,1subnetsD190.10.50.0[90/2809856]via150.10.30.2
9、,00:21:34,Serial1/0.21D175.10.0.0/16[90/2681856]via150.10.30.2,00:23:10,Serial1/0.21C150.10.0.0/16isdirectlyconnected,Serial1/0.21EIGRP路由已经可以正常学习到。―――――――――――――――――――――――――――――――――――――――3配置BGPRTArouterbgp100nosynchr
此文档下载收益归作者所有