欢迎来到天天文库
浏览记录
ID:14081845
大小:91.50 KB
页数:6页
时间:2018-07-25
《bgp操纵路由1 修改本地优先级》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、BGP操纵路由1 修改本地优先级wangyang发表于2006-9-815:59:23 实验说明:本实验的目的是学习操纵BGP路由的一种方法:更改路由的本地优先级。实验要求:1用4台路由器,R1在AS100中;R2,R3,R4在 AS200中。 2 在R1上配置两个环回地址用于被操纵的路由。 3 在AS200中启动OSPF进程。 4在R4上对通过193.1.1.1学习的1.1.1.0/24路由的
2、 这个条目的本地优先级进行修改,使得R2, R3,R4优先选用下一跳为193.1.1.1的1.1.1.0/24 这条路由。************************************************************一 基本配置R1#shrun!!interfaceLoopback0 ipaddress1.1.1.1255.255.255.0!interfaceLoopback1 ipaddress12.1.1.1255.255.255.0! interfa
3、ceSerial0 ipaddress192.1.1.1255.255.255.0 clockrate64000! interfaceSerial1 ipaddress193.1.1.1255.255.255.0 clockrate64000! routerbgp100 nosynchronization network1.1.1.0mask255.255.255.0 network12.1.1.0mask255.255.255.0 neighbor192.1.1.2remote-as200 neighbor193.1.1.4remote-as200
4、 noauto-summary! ****************************************************************R2#shrun!interfaceSerial0 ipaddress192.1.1.2255.255.255.0! interfaceSerial1 ipaddress194.1.1.2255.255.255.0 clockrate64000! routerospf1 log-adjacency-changes network0.0.0.0255.255.255.255area0!
5、 routerbgp200 nosynchronization bgplog-neighbor-changes neighbor192.1.1.1remote-as100 neighbor194.1.1.3remote-as200 neighbor195.1.1.4remote-as200 noauto-summary! 注:注意上面这条红色的语句,R2之所以要和R4建立邻接关系,是本实验的需求,为了使R2能学习到通过R1的S1接口发布过来的路由信息,使我们能更清晰的看到路由操纵的过程。***************************************
6、******************************R3#shrun!interfaceEthernet0 ipaddress195.1.1.3255.255.255.0! interfaceSerial1 ipaddress194.1.1.3255.255.255.0! routerospf1 log-adjacency-changes network0.0.0.0255.255.255.255area0! routerbgp200 nosynchronization bgplog-neighbor-changes neigh
7、bor194.1.1.2remote-as200 neighbor195.1.1.4remote-as200 noauto-summary! ************************************************************************R4#shrun!interfaceEthernet0 ipaddress195.1.1.4255.255.255.0!interfaceSerial1 ipaddress193.1.1.4255.255
此文档下载收益归作者所有