How To Redistribute Eigrp Into Bgp?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Identify the routes you want to redistribute from EIGRP into BGP.
2. Configure the BGP router to accept incoming EIGRP routes, for instance:
router bgp <ASN>
redistribute eigrp <ASN>
3. Optionally add filters to control what EIGRP routes are accepted.
4. Configure the EIGRP router to advertise the route(s) to the BGP router using an offset list.
5. Optionally adjust the weight of the announcements sent to the BGP router, or configure other BGP attributes.
6. Verify that the routes are seen on the BGP router and that they are being advertised to external peers (if applicable).