12-07-2015 06:07 AM - edited 03-12-2019 12:00 AM
Hi,
There is a problem with my ASA and BFD through it. BGP sessions are constantly breaking:
*Dec 7 05:47:34.476: %BGP-5-ADJCHANGE: neighbor 192.168.0.2 Up
*Dec 7 05:47:34.992: %BGP-5-NBR_RESET: Neighbor 192.168.0.2 reset (BFD adjacency down)
*Dec 7 05:47:34.993: %BGP-5-ADJCHANGE: neighbor 192.168.0.2 Down BFD adjacency down
*Dec 7 05:47:34.993: %BGP_SESSION-5-ADJCHANGE: neighbor 192.168.0.2 IPv4 Unicast topology base removed from session BFD adjacency down
*Dec 7 05:47:48.813: %BGP-5-ADJCHANGE: neighbor 192.168.0.2 Up
*Dec 7 05:47:49.327: %BGP-5-NBR_RESET: Neighbor 192.168.0.2 reset (Peer closed the session)
*Dec 7 05:47:49.328: %BGP-5-ADJCHANGE: neighbor 192.168.0.2 Down Peer closed the session
*Dec 7 05:47:49.328: %BGP_SESSION-5-ADJCHANGE: neighbor 192.168.0.2 IPv4 Unicast topology base removed from session Peer closed the session
without ASA everything is ok. BFD neighbors are up, BGP is established.
Here is my config on ASA:
access-list ALLOW-ANY_IN ethertype permit any
access-list ALLOW-ANY_OUT ethertype permit any
access-list capt ethertype permit any
access-list ALLOW-ANY-IP_IN extended permit tcp any eq 3784 any
access-list ALLOW-ANY-IP_IN extended permit tcp any eq 3785 any
access-list ALLOW-ANY-IP_IN extended permit udp any eq 3784 any
access-list ALLOW-ANY-IP_IN extended permit udp any eq 3785 any
access-list ALLOW-ANY-IP_IN extended permit ip any any
access-list ALLOW-ANY-IP_OUT extended permit tcp any eq 3784 any
access-list ALLOW-ANY-IP_OUT extended permit tcp any eq 3785 any
access-list ALLOW-ANY-IP_OUT extended permit udp any eq 3785 any
access-list ALLOW-ANY-IP_OUT extended permit udp any eq 3784 any
access-list ALLOW-ANY-IP_OUT extended permit ip any any
!
access-group ALLOW-ANY_IN in interface inside
access-group ALLOW-ANY-IP_IN in interface inside
access-group ALLOW-ANY_OUT in interface outside
access-group ALLOW-ANY-IP_OUT in interface outside
but these lists didn't catch anything with bfd ports.
P.S.
ASA5585-SSP-60, Cisco Adaptive Security Appliance Software Version 9.1(5)21.
05-18-2016 06:12 AM
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