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

BGP Soft reconfiguration on ASA

cyodesigns
Level 1
Level 1

I'm running BGP on an ASA 5512-X (Version 9.7(1))

I am trying to see the received routes from a BGP peer before filtering is applied, however I receive this error:

# show bgp neighbors 192.168.198.2 received-routes

% Inbound soft reconfiguration not enabled on 192.168.198.2

I've tried to find out how to enable soft-reconfiguration but I can't see an ASA equivalent of the IOS command:

neighbor 10.232.1.1 soft-reconfiguration inbound

Anyone know how to enable soft-reconfiguration on an ASA?

Regards,
Mark

2 Accepted Solutions

Accepted Solutions

Philip D'Ath
VIP Alumni
VIP Alumni

I can't find this command even in the 9.6 ASA BGP manual.  I'm guessing it has not been implemented yet.

http://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/general/asa-96-general-config/route-bgp.html

View solution in original post

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi, 

Try to open the discussion under the security or firewall category. I was trying to find the command but I think it could be a BGP limitation on ASA.

https://supportforums.cisco.com/community/4561/security 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

5 Replies 5

Philip D'Ath
VIP Alumni
VIP Alumni

I can't find this command even in the 9.6 ASA BGP manual.  I'm guessing it has not been implemented yet.

http://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/general/asa-96-general-config/route-bgp.html

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi, 

Try to open the discussion under the security or firewall category. I was trying to find the command but I think it could be a BGP limitation on ASA.

https://supportforums.cisco.com/community/4561/security 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

bogdan.sileanu
Level 1
Level 1

Hi,

 

That command, even if showing up in '?' is not supported on ASA. Instead use:

"#show bgp neighbors X.X.X.X routes"

replace x.x.x.x with your actual neighbor(s) - 192.168.198.2 , 10.232.1.1

 

Regards,

Wouldn't this command show bgp neighbors X.X.X.X routes only show you routes post filter?

Correct.