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

how to redistribute ibgp route to igp protocol.

Ru Song Fu
Level 1
Level 1

ibgp CAN'T inject route in eigrp or ospf,how can do it.think's

router eigrp 100

log-adjacency-changes

redistribute bgp 1 metric 100 1 255 1 1500

network 154.100.1.0 0.0.0.255

network 154.255.255.0 0.0.0.255

no auto-summary

!

router bgp 1

no synchronization

bgp log-neighbor-changes

neighbor 154.2.1.252 remote-as 1

neighbor 154.2.1.252 next-hop-self

no auto-summary

!

4 Replies 4

Richard Burts
Hall of Fame
Hall of Fame

rusong

From the command reference:

bgp redistribute-internal

To allow the redistribution of iBGP routes into an interior gateway protocol such as IS-IS or OSPF, use the bgp redistribute-internal command in router configuration mode. To remove the bgp redistribute-internal command from the configuration file and restore the system to its default condition where the software does not allow the redistribution of iBGP routes into Interior Gateway Protocols (IGPs), use the no form of this command.

HTH

Rick

HTH

Rick

think/s.I find it in high ios ver.

Hi Rusong,

The command support was introduced in 12.1. i dont think you would be running a code lower than that.

see link for more details

http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hirp_r/rte_bgh1.htm#wp1072295

HTH

Narayan

Rusong,

The command should be under the BGP process, not the EIGRP process. Perhaps that's the reason you are unable to enter such command in your config.

_____

HTH,

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:

Review Cisco Networking products for a $25 gift card