一、实验拓扑:
27-高级路由:BGP状态
二、实验要求:
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状态

转载于:https://blog.51cto.com/13856092/2137553

相关文章:

  • 2021-03-31
  • 2022-01-10
  • 2021-06-10
  • 2021-08-19
  • 2022-01-10
  • 2022-01-29
  • 2022-12-23
  • 2021-06-15
猜你喜欢
  • 2021-05-03
  • 2021-09-10
  • 2021-08-04
  • 2021-05-20
  • 2021-11-19
  • 2021-12-25
  • 2021-10-05
相关资源
相似解决方案