01-29-2025 06:37 AM
This is for lab i want to use BGP
My problem you usually default route by neighbor command
I'm not running on my router so i need to inject default to home router all the BGP route but not the sure of the command
Solved! Go to Solution.
01-29-2025 08:25 AM
01-29-2025 07:00 AM
there is no way
either you run BGP in home router or run IGP
the easy way is use default route in your home router point to ISP
MHM
01-29-2025 07:44 AM
network 0.0.0.0
ip route 0.0.0.0 0.0.0.0 172.32.1.1
Following didn't work when i try it
what command you recommend?
01-29-2025 07:47 AM
Where you add this defualt route ??
MHM
01-29-2025 07:50 AM - edited 01-29-2025 08:00 AM
Usually route-map or default is at neighbor but i don't have one facing the home router
address-family ipv4
network 0.0.0.0
ip route 0.0.0.0 0.0.0.0 172.32.1.1
i used to have " ip route 0.0.0.0 0.0.0.0 null0" but i took it out.
Should i do no auto summ?
01-29-2025 08:20 AM
Hello
Run an IGP (eigrp) between home rtr and DC1/2,and DC1/2 links
from home rtr advertise a summary via both links towards DC1/2
int x/x
description to dc1
ip summary-address eigrp x 0.0.0.0/0
int x/y
description to dc2
ip summary-address eigrp x 0.0.0.0/0
01-29-2025 08:25 AM
01-29-2025 09:36 AM
Thank you
01-29-2025 09:45 AM
Friend
You are so welcome
MHM
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