1. 程式人生 > >27-高級路由:BGP狀態

27-高級路由:BGP狀態

com ffffff fff stat remote 握手 route 1.2 正在

一、實驗拓撲:
技術分享圖片
二、實驗要求:
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狀態