首页 > 其他 > 详细

27-高级路由:BGP状态

时间:2018-07-07 17:21:35      阅读:158      评论:0      收藏:0      [点我收藏+]
一、实验拓扑:
技术分享图片
二、实验要求:
1、查看R1正常状态下BGP状态:show ip bgp neighbor;
2、R1进程下将邻居修改为remote-as 234,再次查看BGP状态是否如下:
①Idle:正在做3次握手重置;Active:Open包发送失败了;
②TCP经过16次尝试建邻居后,还会再尝试:此过程idle 和 active会切换;

三、命令部署:
R1(config)#router bgp 1
R1(config-router)#neighbor 12.1.1.2 remote-as 234

四、验证:
1、查看R1正常状态下BGP状态:show ip bgp neighbor
R1#show ip bgp neighbor
BGP state = Established, up for 02:08:06

2、R1进程下将邻居修改为remote-as 234,再次查看BGP状态:
R1#show ip bgp neighbor
BGP state = Active

R1#show ip bgp summary
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
12.1.1.2 4 234 6 6 0 0 0 never Active

技术分享图片

27-高级路由:BGP状态

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

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