cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
520
Views
0
Helpful
1
Replies

MPLS/BGP default router from ISP

Amafsha1
Level 2
Level 2

Hello, we currently have a setup where we use our MPLS WAN Router to connect to ISP which is MPLS which connects to all our branches; not internet access, it's just to connect to our branches, then they all come back here to the hub and use a different circuit for the internet.   We use BGP to neighbor up with the ISP.  If I see the following commands configured on our Router, does this mean that ISP has given us a default route out?  And is that being redistributed into our EIGRP domain?  Am I on the right track here?  Some of the commands in there might be redundant.  

 

 

 

 

!

router eigrp 1
redistribute bgp 650000 route-map bgp-to-eigrp

!

ip prefix-list bgp-to-eigrp seq 100 permit 0.0.0.0/0 le 32

!

route-map bgp-to-eigrp permit 100
match ip address prefix-list bgp-to-eigrp
set metric 100 1 255 1 1500

!

 


 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight

The prifix list you use for the redistribution does not necesseraly mean you receive a default route from the ISP, it simply means that you redistribute any route from BGP to EIGRP.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

1 Reply 1

Harold Ritter
Spotlight

The prifix list you use for the redistribution does not necesseraly mean you receive a default route from the ISP, it simply means that you redistribute any route from BGP to EIGRP.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)