cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1034
Views
5
Helpful
4
Replies

Redistribution

star1
Spotlight
Spotlight

Hello All,

 

i am using GNS3 for hands on.

I have router C7200. 

 

I have created OSPF topology and I want to redistribute the  OSPF into BGP but the feature is not available under the BGP, please see the attached file.

 

 

Can you help please.

 

Many thank you.

 

Regards,

 

SS

 

1 Accepted Solution

Accepted Solutions

 

Try going into address family mode first eg. 

 

address-family ipv4
redistribute ?

 

Jon

View solution in original post

4 Replies 4

Hello,

 

no file attached. Either way, which command is not availabe' 'redistribute ospf' under the BGP process ? Which IOS version are you running on the 7200 ?

Hello Georg,
I use Version 15.2(4)S5.
Yes,'redistribute ospf' under the BGP process in no available.

R4(config)#router bgp 6500
R4(config-router)#?
Router configuration commands:
address-family Enter Address Family command mode
bgp               BGP specific commands
default            Set a command to its defaults
exit              Exit from routing protocol configuration mode
help             Description of the interactive help system
neighbor           Specify a neighbor router
no                  Negate a command or set its defaults
route-server-context           Enter route server context command mode
scope                 Enter scope command mode
snmp                    Modify snmp parameters
template                Enter template command mode
timers                       Adjust routing timers

R4(config-router)#

 

Try going into address family mode first eg. 

 

address-family ipv4
redistribute ?

 

Jon

Hello Jon,

 

It worked thank you so much.