helo
i have 2 mikrotics:
board-name: CCR1036-8G-2S+ version: 6.28
board-name: CCR1036-8G-2S+ version: 6.31
my problem is: when bgp with my providers disconnect it stays disconnected until i disable and enable peer
if provider re-enables me at his side only – it does’nt help
sep/24 20:34:57 route,bgp,error HoldTimer expired
sep/24 20:34:57 route,bgp,error RemoteAddress=x.x.19.1
sep/24 20:35:53 route,bgp,info TCP connection established
sep/24 20:35:53 route,bgp,info RemoteAddress=x.x.19.1
sep/24 20:35:53 route,bgp,info Connection terminated
sep/24 20:35:53 route,bgp,info RemoteAddress=x.x.19.1
sep/25 21:06:19 system,info bgp peer city1 changed by root
sep/25 21:06:21 system,info bgp peer city1 changed by root
sep/25 21:06:23 route,bgp,info TCP connection established
sep/25 21:06:23 route,bgp,info RemoteAddress=x.x.19.1
my config is simple:
/routing bgp instance
set default as=xxxx
/routing bgp network
add network=x.x.184.0/21 synchronize=no
/routing bgp peer
add in-filter=defolt name=city1 out-filter=our remote-address=x.x.19.1 remote-as=xxxx
add in-filter=defolt name=city2 out-filter=our remote-address=x.x.19.254 remote-as=xxxx
thank you