Hello!
I have been working on BGP for about a week so I am quite new about this sorry if this is a dumb question. I have setup my BGP4 and 6 connections. There are no problem with IPv6 but I am having a problem about distributing IP4.
I have a problem about using my announced pool on other BGP peers of mine. I have 4 points that has the same AS number. I am announcing the whole block on my main router; for instance 195.10.10.0/22.
I distributed system like below; (they are all located at different location)
Central: ASN: 12345, Peer AS: 67890, Network: 195.10.10.0/22 - Router IP: X
Node1: ASN: 12345, Peer AS: 67890, Network: 195.10.10.0/24 - Router IP: Y
Node2: ASN: 12345, Peer AS: 67890, Network: 195.10.11.0/24 - Router IP: Z
Node3: ASN: 12345, Peer AS: 67890, Network: 195.19.12.0/24 - Router IP: T
Node4: ASN: 12345, Peer AS: 67890, Network: 195.10.13.0/24 - Router IP: U
Eeach router has its own routing filter and only let desired network to advertise. When I check status on BGP - Advertisements, all of their Origin are IGP. (There is a problem about routing filters, but I managed to make it work with weird method.)
But for isntance when I want to use 195.10.13.10 at Node4 (which has the correct network), I am not able to access this IP.
I wonder if, how I distributed network is wrong? If yes, what could I do for correct distribution?