02-27-2018 03:14 AM - edited 03-05-2019 09:59 AM
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.
Solved! Go to Solution.
02-27-2018 03:41 AM
Hi,
This is some default behaviour of IGP and BGP.
Check below documents:
Regards,
Deepak Kumar
02-27-2018 03:41 AM
Hi,
This is some default behaviour of IGP and BGP.
Check below documents:
Regards,
Deepak Kumar
02-27-2018 03:56 AM
Thanks Deepak:
Ok but this is for IBGP and Im using EBGP. :)
Thanks a lot
02-27-2018 04:19 AM
Anyway it worked using a route-map as suggested.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide