cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1191
Views
0
Helpful
3
Replies

bgp default-originate

petercinvest
Level 1
Level 1

any difference between bgp neighbor default-originate and bgp default-information originate, are they the same? does bgp neighbor default-originate requires a static route? thanks

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Have a look at this post:

https://supportforums.cisco.com/discussion/11303951/difference-between-default-originate-and-network-0000-bgp

HTH

Hello

 With bgp neighbour- you can advertise a default to a specific peer without need for the rttr to check for a default route in the rib table before a default can be advertised.

the global command is to ALL peers and requires the forementioned checks

ree

paul


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

I don't want to add a static ip route in my router 1, but I have a router 2, which is ospf neighbor to R1, in R2 ospf process, I use default infor orig. so R1 will receive a OE2 route

can I use bgp default-infor orig in R1 now?