cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
781
Views
3
Helpful
5
Replies

OSPF and BGP work

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?

1 Accepted Solution

Accepted Solutions

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  

View solution in original post

5 Replies 5

@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. 

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

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.

@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

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

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  

THANK YOU!