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

BGP default route

sun816
Level 1
Level 1

I configured bgp default-information originate

but it not worked. Is there something more need to be configured?

THKS

4 Replies 4

s-doyle
Level 3
Level 3

If all you want to do is control the redistribution of a protocol or network into BGP, then you are in good shape. Take a look at the BGP Technical Tips page if you are running into problems.

http://www.cisco.com/warp/public/459/18.html

hsharkas
Level 1
Level 1

make sure you have a default route some where on the config on the same router, having the default-information statment is like having a network statment, to work you have to have a specific route.

thisisshanky
Level 11
Level 11

Default-information originate helps in injecting a default route only if there is default route in the router.

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

wkumari
Level 1
Level 1

default-information originate requires that the router has a default route in the routing table (0.0.0.0 0.0.0.0). If you just want to send a default route to one of your neighbors, you should be using default-originate on the neighbor statemenet, eg:

router bgp 65535

neighbor 1.2.3.4 default-originate

This will send a defualt to your neighbor, which is most likely what your are tying to accomplish....

-- Warren

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco