I'm running quagga and I've noticed that one of the bgp-neigbors isn't connected.
Code:
vtysh -c 'show ip bgp sum'
...
x.x.x.x ...... Idle
That neighbor is still connected to a different neighbor, so the problem didn't show up immediately.
Now I connected to quagga and that shows
Code:
show ip bgp neighbor x.x.x.x
BGP neighbor is x.x.x.x, remote AS 0, internal link
BGP version 4, remote router ID 0.0.0.0
BGP state = OpenSent
Last read never , hold time is 0 keepalive interval is 0 seconds
Received 0 messages, 0 notifications, 0 in queue
Sent 0 messages, 0 notifications, 0 in queue
Route refresh request: received 0, sent 0
Minimum time between advertisement runs is 0 seconds
Connections established 0, dropped 0
Last reset never
Read thread: on Write thread: off
That repeats 4 times
and then it gives the correct neighbor settings as well.
Any ideas how that could have happened?
How can I delete that?