I have a BGP session between MK and Cisco Router.
It's strange because in Cisco the session is OK, but not in MK.
Look that:
CISCO (200.x.x.9)
AS1#sh ip bgp sum
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
200.x.x.11 4 xxxx 5203 7098 6565 0 0 02:58:49 33
MIKROTIK (200.x.x.11)
[admin@FW1] routing bgp peer> print statu
remote-address=200.x.x.9 remote-as=xxxx multihop=no in-filter="" out-filter=filter-as1-out route-reflect=no hold-time=3m ttl=1 tcp-md5-key="" remote-id=200.x.x.9 remote-hold-time=3m used-hold-time=3m used-keepalive-time=1m state=active
I'm trying to run iBGP, this are two routers under the same AS.
Look at the MK log:
11:08:20 route,bgp,info Failed to open TCP connection: Operation now in progress
11:08:20 route,bgp,info RemoteAddr=200.x.x.9
11:08:20 route,bgp,info RemotePort=179
What could it be ???
Thanks