Community discussions

MikroTik App
 
fpascual
Member Candidate
Member Candidate
Topic Author
Posts: 140
Joined: Mon May 29, 2006 3:17 pm

Routing Problem

Wed Oct 04, 2006 6:00 pm

Please, help me.
I have MK router with 6 peers. One of them connect me to netwok 200.x.x.0/23 directly (trought a cisco router into my AS). The problem is that the MK router show me that:

# DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE
1319 Db 200.x.x.0/23 r CISCO_MY_AS 200 red_acceso
1320 ADb 200.x.x.0/23 r IP_PROVIDER 30 provider


where

CISCO_MY_AS is a router into my network, in the same datacenter. This router run iBGP against the MK router.
IP_PROVIDER is the peer of one of my providers connected directly to MK.
The point is, I need to route this network (200.x.x.0/23) trought CISCO_MY_AS peer.

Do you undetstand my problem ?

Thanks a lot.
 
fpascual
Member Candidate
Member Candidate
Topic Author
Posts: 140
Joined: Mon May 29, 2006 3:17 pm

Wed Oct 04, 2006 9:30 pm

Regarding to the last issue, why mikrotik chooses eBGP than iBGP ?, how do I set mikrotik to choose iBGP than eBGP ?, is it possible ?.

Thanks
 
User avatar
Eugene
Forum Veteran
Forum Veteran
Posts: 986
Joined: Mon May 31, 2004 5:06 pm
Location: Cranfield, UK

Wed Oct 04, 2006 11:50 pm

This is good for your education: http://wiki.mikrotik.com/wiki/BGP_Best_ ... _Algorithm

And this is a solution to your problem: http://wiki.mikrotik.com/wiki/BGP_Case_Studies_1 (search for "routing filters")

Good luck,
Eugene
 
fpascual
Member Candidate
Member Candidate
Topic Author
Posts: 140
Joined: Mon May 29, 2006 3:17 pm

Thu Oct 05, 2006 3:14 pm

Eugene, thank you very much !, i'm going to try.