cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
0
Helpful
1
Replies

BGP default route announce

Kerem Gursu
Level 1
Level 1

During the configuration of a bgp default route announce,"redistribute static" and "default-information originate" must be defined under bgp conf. Also the default route should be known as a static route entry in the general conf. I thought the static route under the general conf. and the default information originate under bgp conf. would be enough for the default route announcement. I would like to learn the necessity of the "redistribute static" command under general bgp conf.

Regards,

1 Accepted Solution

Accepted Solutions

Harold Ritter
Cisco Employee
Cisco Employee

"default-information originate" simply allows redistribution of 0/0 via static or dynamic routing protocol in bgp. It doesn't originate the default route as it is the case with ospf.

On the other hand, you could use the "neighbor x.x.x.x default-originate" command to advertise to a specific neighbor without the need to even have the default route installed in the local rib.

hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

View solution in original post

1 Reply 1

Harold Ritter
Cisco Employee
Cisco Employee

"default-information originate" simply allows redistribution of 0/0 via static or dynamic routing protocol in bgp. It doesn't originate the default route as it is the case with ospf.

On the other hand, you could use the "neighbor x.x.x.x default-originate" command to advertise to a specific neighbor without the need to even have the default route installed in the local rib.

hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México