Help, cannot connect iBGP

Hello all,

I have try to set internal BGP, i have router A that running use zebra.

Now i set another router use mikrotik 2.9.42
But it never worked. the internal BGP never establish

from my mikrotik log i can read weird message.

08:15:46 route,bgp,info Failed to open TCP connection: Success
08:15:46 route,bgp,info RemoteAddr=202.xx.127.30
08:15:46 route,bgp,info RemotePort=179

from my mikrotik box, i can ping router A.
[admin@MikroTik] > ping 202.xx.127.30
202.xx.127.30 64 byte ping: ttl=62 time=2 ms
202.xx.127.30 64 byte ping: ttl=62 time=2 ms
202.xx.127.30 64 byte ping: ttl=62 time=1 ms
202.xx.127.30 64 byte ping: ttl=62 time=1 ms
4 packets transmitted, 4 packets received, 0% packet loss

please advise

regards,

are you allowing multihop, if needed ? are you more than 1 hop away ?

Sam

mmmm, yes i am allowing multihop

My simple network topologi is
routerA(zebra) ---- cisco -------- cisco ------ mikrotik

routerA = AS65001
mikrotik = AS65001

If i change the mikrotik with zebra(B), the internal BGP can work properly.

I just type like this on both on the side.

on zebraA
!
router bgp 65001
bgp router-id 202.xx.127.30
neighbor 202.xx.112.1 remote-as 65001
!

on zebraB
!
router bgp 65001
bgp router-id 202.xx.112.1
neighbor 202.xx.127.30 remote-as 65001
!

how to count multihop ? and what konfig i must try on mikrotik ?

regards,