cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1042
Views
0
Helpful
4
Replies

Configure BGP on 7204 Router with EIGRP

dacruzer1
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Please remember to rate the thread when issue gets resolved.

Thanks

View solution in original post

4 Replies 4

Edison Ortiz
Hall of Fame
Hall of Fame

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

Hi Edison,

Thanks much for the help.  I will be configuring this tonight after hours and I will keep you posted.

Alfred

Please remember to rate the thread when issue gets resolved.

Thanks

will do!