01-19-2012 09:49 AM - edited 03-04-2019 02:57 PM
I need to configure BGP on our 7204 and 2811 router. The 7204 is our main router and currently running EIGRP internally. Our remote locations just moved to an MPLS connectivity and they have a 2811 router. I will need to configure BGP for the routing protocol. I have the AS number and the remote AS number. Attached is the the current configuration of the two routers.
Your help is greatky appreciated.
Alfred
Solved! Go to Solution.
01-19-2012 10:34 AM
01-19-2012 10:17 AM
On the 7200
router bgp [your AS]
bgp router-id 10.10.128.206
no synchronization
neighbor 10.10.128.205 remote-as [their AS]
network 0.0.0.0
redistribute eigrp 100
redistribute connected
no auto-summary
router eigrp 100
redistribute bgp [your AS] metric x x x x x
On the 2800
router bgp [your AS]
bgp router-id 10.10.29.194
no synchronization
neighbor 10.10.29.193 remote-as [their-AS]
network 10.10.67.0 mask 255.255.255.0
no auto-summary
01-19-2012 10:22 AM
Hi Edison,
Thanks much for the help. I will be configuring this tonight after hours and I will keep you posted.
Alfred
01-19-2012 10:34 AM
Please remember to rate the thread when issue gets resolved.
Thanks
01-19-2012 10:39 AM
will do!
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