首页 > 其他 > 详细

43-高级路由:BGP 起源属性:修改为e

时间:2018-07-07 17:20:18      阅读:233      评论:0      收藏:0      [点我收藏+]
一、实验拓扑:
技术分享图片
二、实验要求:
1、R3上做ACL、route-map、set origin ;
2、查看R3上关于4.4.4.4的路由条目是否是打e的?
三、命令部署:
R3(config)#access-list 10 permit 4.4.4.0 0.0.0.255
R3(config)#route-map pl permit 10
R3(config-route-map)#match ip address 10
R3(config-route-map)#set origin egp 4
R3(config-route-map)#route-map pl permit 1000

R3(config)#router bgp 123
R3(config-router)#neighbor 2.2.2.2 route-map pl in

四、验证:
R3#show ip bgp
Network Next Hop Metric LocPrf Weight Path

  • i4.4.4.0/24 2.2.2.2 0 100 0 4 5 6 7 8 e

技术分享图片

43-高级路由:BGP 起源属性:修改为e

原文:http://blog.51cto.com/13856092/2137672

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!