Hello, i have this network diagram:
Router 1 (Cisco 6500) has 4 Providers with full BGP 10G
Router 2 (Cisco 6500) has 1 Provider with full BGP 10G (this provider is also included in Router 1) and all BGP tables included on Router 1 with another 10G dedicated fiber.
Router 3 (Mikrotik 1072) has 1 10G fiber against Router2 With Full BGP.
The problem is that all routers have same AS and Mikrotik only get 480K routes from Router2, this routes are from the ISP provider of Router2 but BGP routes from Router1 are not accepted.
In accepted routes does not show his AS number in bpg-as-path message.
This is my config:
Peer
name="interna" instance=default remote-address=XX.XX.XX.X remote-as=3XXXX tcp-md5-key="" nexthop-choice=default multihop=no route-reflect=yes hold-time=3m ttl=225 in-filter="" out-filter="" address-families=ip default-originate=never allow-as-in=10 remove-private-as=no as-override=no passive=no use-bfd=no
I tried changing route-reflect, multihop, ... but i do not receive routes.
PD: Sorry for my bad english.