11-09-2024 08:54 PM
Hello, I'm trying to get this network to work properly. I can get the OSPF area to communicate with each other, but I can't seem to get the OSPF to communicate to the BRP.
I'm truly stuck. Can anyone please help?
Solved! Go to Solution.
11-09-2024 10:28 PM
Some hints
redistribute from ospf into bgp need command
redis ospf <xx> match internal external
redistribute from bgp into ospf need command
redis bgp <xx> subnet
11-09-2024 09:35 PM
@markieceBreeding hi, seems link its not an issue with redistribution. in 'BGP_AS_100' router, you added network 203.1.100.1 as network. but in the router, interface IP is 203.100.100.1. change your interface IP to 203.1.100.1. then you will see that network propagates to all other routers.
11-09-2024 09:51 PM
Thank you so much @Kasun Bandara. I made that update but when I try to ping from of the PC's it times out. So for example PC0 or PC1 to Web_Server 200.1.100.2 or www.test.com from the DNS. Any time I try to go from a PC in the OSPF area, I can't seem to connect to the BGP routers.
11-09-2024 10:37 PM
@markieceBreeding hi, your server IP also not in correct subnet. use correct IP in server (203.1.100.2). and set the default gateway to 203.1.100.1
11-09-2024 10:28 PM
Some hints
redistribute from ospf into bgp need command
redis ospf <xx> match internal external
redistribute from bgp into ospf need command
redis bgp <xx> subnet
11-10-2024 08:07 AM
THANK YOU!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide