MERAprojects / ops-quagga

GNU General Public License v2.0
0 stars 0 forks source link

It is not possible to know the keepalive and hold time parameters for each BGP neighbor #13

Closed xivamar closed 7 years ago

xivamar commented 8 years ago

CLI command show ip bgp summary should display keepalive and hold time parameters for each neighbor, for example:

      switch# show ip bgp summary 
      BGP router identifier 1.1.1.1, local AS number 64500
      RIB entries 8
      Peers 2

      Neighbor             AS MsgRcvd MsgSent Up/Down  State       Keepalive  Hold-time
      2002::6500:1      64501      44      46 00:37:41 Established        60        180
      2002::6600:1      64502      44      46 00:37:34 Established        60        180
      switch# 
xivamar commented 8 years ago

The fix is present in ctogitlab

xivamar commented 7 years ago

Now it may be checked via show ip bgp neighbors:

  OpenSwitch-1# show ip bgp neighbors 
    name: 101.0.0.1, remote-as: 64501
      state: Established
      fallover_bfd: Disable
      tcp_port_number: 179
      Configured timers: Keepalive 50, Holdtime 150
      Negotiated timers: Keepalive 60, Holdtime 180
      (пропущено)
       ....
  OpenSwitch-1#
  OpenSwitch-1# show version 
  OpenSwitch 0.4.0 (Build: appliance-ops-0.4.0-devel/master-20161107122528-dev)
  OpenSwitch-1#