|
<- Previous Message | Next Message -> Thread Index [isp-bgp] Re: BGP Configuration
> The issue, is that EIGRP doesn't have a 'gateway of last resort' set, > naturally, because there's no redistribution from BGP into EIGRP. I > haven't configured EIGRP to redistribute into BGP for the obvious reasons. > > How can one tell EIGRP to head to a BGP router without redistributing ! router ei 24098 redist bgp route-map default-only ! route-map default-only match ip add prefix default set tag 20 ! ip prefix default per 0.0.0.0/0 ip prefix default den 0.0.0.0/0 le 32 > BGP into EIGRP or using 'ip route 0.0.0.0 0.0.0.0 Serial4/0 254' to fool > EIGRP into thinking there's a route out? Nope, won't work. Redistribution, or 'route of last resort' check works by walking through the RIB which is visible by 'show ip route' command. Adding a default with admin dstn set to 254 will make BGP default override it, hence making BGP the default route. Redistribute BGP into EIGRP but just match default route. -J -- James Jun TowardEX Technologies, Inc. Technical Lead Network Design, Consulting, IT Outsourcing james@... Boston-based Colocation & Bandwidth Services cell: 1(978)-394-2867 web: http://www.towardex.com , noc: www.twdx.net To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
Thread Index |