cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
703
Views
1
Helpful
8
Replies

BGP default route to none BGP router

MonkeyBear007
Level 1
Level 1

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

Screenshot 2025-01-29 020601.pngScreenshot 2025-01-29 093205.png

1 Accepted Solution

Accepted Solutions
8 Replies 8

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 

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?

Where you add this defualt route ??

MHM

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?

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



Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Screenshot 2025-01-29 020601.png

Thank you

Friend 

You are so welcome 

MHM