hello Gabriel,
your router is in AS65200
the neighbor is in as10834
you accept up to 10 times your own AS 65200 in updates
neighbor 172.26.255.93 allowas-in 10
you also have iBGP neighbors from which you not accept anything
neighbor 77.0.120.9 distribute-list local in
neighbor 77.0.120.25 distribute-list local in
ip access-list extended local
deny ip any any
and you try to do AS path prepending to your iBGP neighbor (as path attribute is not changed this should be not effective)
neighbor 77.0.120.9 route-map prepend out
this last command is wrong in my opinion
you should think to send few summarized routes to this device.
1500 routes inside a VPN if in all cases you need to send traffic to the same neighbor you don't need to receive all this detail
Hope to help
Giuseppe