Link to home
Start Free TrialLog in
Avatar of leblanc
leblanc

asked on

Redistribute OSPF to BGP?

In my scenario below, I have OSPF running between the wan router and the core switches. I will have bgp running between the mpls ce and the wan router. I am planning to configure BGP as below. But I just wonder if it is better to redistribute OSPF in BGP. Any thoughts would be greatly appreciated. Thanks

- WAN router routes:
router ospf 1
network 10.10.0.0 0.0.255.255 area 0

router bgp 65001    ! THIS IS WHAT I WAS PLANNING TO CONFIGURE
 no synchronization
 network 10.10.0.0 mask 255.255.0.0
 redistribute connected
 neighbor 10.10.30.9 remote-as 65010
 no auto-summary

ip route 0.0.0.0 0.0.0.0 10.10.30.9
ip route 0.0.0.0 0.0.0.0 10.10.30.13 250


- Core switches routes:
router ospf 1
network 10.10.0.0 0.0.255.255 area 0

ip route 0.0.0.0 0.0.0.0 10.10.30.5

User generated image
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of leblanc
leblanc

ASKER

That is the ISP rule to run EBGP.