In this FREE six-day email course, you'll learn from Janis Griffin, Database Performance Evangelist. She'll teach 12 steps that you can use to optimize your queries as much as possible and see measurable results in your work. Get started today!
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
On Site B
ip route 0.0.0.0 0.0.0.0 'default-gateway ip of Comcast'
access-list 1 permit 0.0.0.0
route-map default permit 10
match ip address 1
set metric 100
router bgp xxx
neighbor x.x.x.x route-map default out
You might want to setup peer groups for your internal routers and then you will only have to update the peer group rather then adding neighbor statement for all your internal routers with the route-map.
Ensure that you clear ip bgp * soft out
Billy