6 Jan
2013
6 Jan
'13
4:30 p.m.
On wich router? -- Miłosz Oller Dnia 2013-01-06, nie o godzinie 17:01 +0100, Ondrej Zajicek pisze:
On Sun, Jan 06, 2013 at 03:47:32PM +0100, Miłosz Oller wrote:
Hi
I configured ibgp witch two routers. On R1 "main" prefix is 91.237.68.0/22 (with gw on 68.1 for client network), on R2 "main" is 91.231.205.0/24 (with gw on 205.1 for client network).
If protocol static is configured on both routers like: protocol static { route 91.231.205.0/24 reject; route 91.237.68.0/22 reject; }
From R1 network 91.231.205.0/24 is unreachable and from R2 91.237.68.0/22 is unreachable.
Perhaps you could use different kinds of static routes, like:
route 91.231.205.0/24 via "eth0";
(if 91.231.205.0/24 is a local network)