cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2571
Views
5
Helpful
10
Replies

BGP keeps advertising unavailable route on ASA

we redestributed a route from ospf to bgp then the bgp keeps advertising the route even if the ospf is turned off

1 Accepted Solution

Accepted Solutions

 

Hello Giuseppe,

 

Thank you so much, we have managed to resolve the issue.

View solution in original post

10 Replies 10

Hello

is the route part of a summary address?


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hi Paul,

 

Thank you!

 

If I understand it correctly, we didn't summarized anything we just redistributed the route from ospf to bgp as it is

Hello

so the asa is running bgp 

sh route bgp 
sh route x.x.x.x

sh bgp summary 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

sh bgp summary

Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
10.10.2.52 4 65534 4412 3977 11 0 0 3d01h 8
10.10.2.54 4 65534 4405 3976 11 0 0 3d01h 8

show route bgp

>

> show route 172.17.39.0

% Subnet not in table

 

After the issue we have added static route to the ASA from the switch. So, I think that's why it is not showing the roue on "sh route bgp'

 

 

The scenario is like this:

 

with one leg the ASA connects with a router and runs ospf and receive routes from the router and then with another leg the ASA connects to a nexus switch and runs bgp. So, the route should go from the router to the switch through redistribution. The subnets are:

172.17.39.0/24

10.200.20.17/32

Normally, we went for such arrangement because the ASA doesn't have a feature of route reflector for ibgp.

 

Hello @TsadikuBahiru78025 ,

at this point I would remove BGP from ASA and run OSPF with both the router and the switch.

So no need for redistirbution on ASA and this job is moved on the switch.

 

Hope to help

Giuseppe

 

Hello Giuseppe,

 

Thank you!

That may be a solution. Let me try it and notify you.

 

Hello Giuseppe,

 

Thank you so much, we have managed to resolve the issue.

Hello @TsadikuBahiru78025 ,

thank you for feedback

can you provide more detals on the solution ?

Have you moved the OSPF to BGP redistirbution to the switch or you have found a way to do it correctly on ASA ?

 

Just to have a complete history.

 

Best Regards

Giuseppe

 

 

Hello Giuseppe,

 

As you suggested, I just replaced the bgp between the asa and the switch with ospf. Previously, we have also tried this way but the neighborship was not happening. As we debug it, it was an mtu issue between the switch and the asa. So, once we matched the mtu the neighborship happened and now they exchange route perfectly.

 

Thank You.