I have got a problem with BGP routes.
Got 2 Gateways. They are connected to BGP and to OSPF and they do
mutual redistribution of the routes.
For the route below I got the following problem.
Got two BGP and one OSPF routes for the same subnet 10.0.0.0/24.
One is announced via EBGP (peer 1.144.126.12

and the other one come
from the redistribution (origin incomplete).
I expect the BGP to take over, but this does not happen. My thought is
that BGP process see two different BGP entries for the same subnet and
it thinks that there is a loop and it does not insert a BGP route in
the routing table.
Looking to the following output it is the only idea I have got.
Any other explanation? Any Cisco web site link to explain this?
Router1#sh ip bgp | include 10.0.0.0
BGP routing table entry for 10.0.0.0/24, version 698
Paths: (2 available, best #2, table Default-IP-Routing-Table)
Advertised to non peer-group peers:
1.144.126.128
2856 64530
1.144.126.128 from 1.144.126.128 (1.144.126.12

Origin IGP, localpref 100, valid, external
Local
1.9.205.200 from 0.0.0.0 (10.97.8.200)
Origin incomplete, metric 199, localpref 100, weight 32768, valid,
sourced, best
O E1 10.0.0.0/24 [110/199] via 1.9.205.200, 01:37:36, FastEthernet0/0
Any help is appreciated
Matteo