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

BGP/OSPF Redistribution not able to see one remote loopback

draftuncle
Level 1
Level 1

Hi:

 

I am not able to see the loopback of R6 (6.6.6.6) in R1. I can see it in R2 but I dont know why it is not being redistributed into R1. There is a BGP session in between R1 and R2 and OSPF 1 in between R2 and R3 - R4.

 

R1#show run | sec rout
router bgp 1
no synchronization
bgp log-neighbor-changes
redistribute connected
neighbor 192.168.12.2 remote-as 2
no auto-summary

 

R2#show run | sec rout
router ospf 1
log-adjacency-changes
redistribute bgp 2 metric 20 subnets
network 2.2.2.2 0.0.0.0 area 0
network 192.168.23.0 0.0.0.255 area 0
network 192.168.24.0 0.0.0.255 area 0
router bgp 2
no synchronization
bgp log-neighbor-changes
redistribute connected
redistribute ospf 1 metric 100
neighbor 192.168.12.1 remote-as 1
no auto-summary

 

R2#show ip route 6.6.6.6
Routing entry for 6.6.6.6/32
Known via "ospf 1", distance 110, metric 100
Tag 3, type extern 2, forward metric 11
Redistributing via bgp 2
Last update from 192.168.24.4 on Ethernet0, 00:27:21 ago
Routing Descriptor Blocks:
192.168.24.4, from 5.5.5.5, 00:27:21 ago, via Ethernet0
Route metric is 100, traffic share count is 1
Route tag 3
* 192.168.23.3, from 5.5.5.5, 00:27:21 ago, via FastEthernet0
Route metric is 100, traffic share count is 1
Route tag 3

 

R1#show ip route 6.6.6.6
% Network not in table

 

 

I have the equivalent probelm in R6 with 1.1.1.1 (R1) so there should be some problem on the redistribution that I dont know.

 

Thanks a lot.

1 Accepted Solution

Accepted Solutions

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

This is some default behaviour of IGP and BGP.

Check below documents:

 

https://supportforums.cisco.com/t5/network-infrastructure-documents/redistributing-internal-bgp-routes-into-ospf/ta-p/3111243

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

View solution in original post

3 Replies 3

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

This is some default behaviour of IGP and BGP.

Check below documents:

 

https://supportforums.cisco.com/t5/network-infrastructure-documents/redistributing-internal-bgp-routes-into-ospf/ta-p/3111243

 

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

Thanks Deepak:

 

Ok but this is for IBGP and Im using EBGP. :)

 

Thanks a lot

Anyway it worked using a route-map as suggested.

Review Cisco Networking for a $25 gift card