<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unable to ping failover any standby IP in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/unable-to-ping-failover-any-standby-ip/m-p/4108155#M1071362</link>
    <description>&lt;P&gt;I have two ASAs 5516 in Active / Standby failover.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my active unit, I can not ping any standby IP, except may be for failover.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is my config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;channel-group 1 mode on&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;channel-group 1 mode on&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;description LAN Failover Interface&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1&lt;BR /&gt;lacp max-bundle 8&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1.22&lt;BR /&gt;management-only&lt;BR /&gt;vlan 22&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.22.2.240 255.255.255.0 standby 10.22.2.239&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1.21&lt;BR /&gt;vlan 21&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.22.1.130 255.255.255.192 standby 10.22.1.129&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;access-list outside_access_in extended permit icmp any any time-exceeded&lt;BR /&gt;access-list outside_access_in extended permit icmp any any unreachable&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;failover&lt;BR /&gt;failover lan unit primary&lt;BR /&gt;failover lan interface Failover GigabitEthernet1/3&lt;BR /&gt;failover polltime unit 1 holdtime 3&lt;BR /&gt;failover polltime interface 1 holdtime 5&lt;BR /&gt;failover key 12345&lt;BR /&gt;failover replication http&lt;BR /&gt;failover interface ip Failover 172.5.20.200 255.255.255.0 standby 172.5.20.199&lt;/P&gt;&lt;P&gt;monitor-interface management&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-7131.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route inside 10.0.0.0 255.0.0.0 10.22.1.190 1&lt;BR /&gt;route management 10.0.0.0 255.0.0.0 10.22.2.254 10&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;aaa-server TACACS protocol tacacs+&lt;BR /&gt;aaa-server TACACS (inside) host 10.20.30.40&lt;BR /&gt;key *****&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication http console TACACS LOCAL&lt;BR /&gt;aaa authentication serial console LOCAL&lt;BR /&gt;aaa authentication ssh console TACACS LOCAL&lt;BR /&gt;aaa authorization command TACACS LOCAL&lt;BR /&gt;aaa accounting ssh console TACACS&lt;BR /&gt;aaa accounting command TACACS&lt;BR /&gt;aaa authentication login-history&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps entity cpu-temperature&lt;BR /&gt;snmp-server enable traps memory-threshold&lt;BR /&gt;snmp-server enable traps interface-threshold&lt;BR /&gt;snmp-server enable traps cpu threshold rising&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;/P&gt;&lt;P&gt;ssh scopy enable&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh 0 0 management&lt;BR /&gt;ssh 0 0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;/P&gt;&lt;P&gt;console timeout 0&lt;BR /&gt;management-access inside&lt;BR /&gt;dhcpd auto_config management&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;!&lt;BR /&gt;class-map sfr&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect icmp&lt;BR /&gt;inspect icmp error&lt;BR /&gt;class sfr&lt;BR /&gt;sfr fail-open&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname state&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;output none&lt;BR /&gt;Cryptochecksum:2df417383b347d68e731dbc68e757550&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imp: When i ping standby IP of management interface, in the log, I see the source as 'inside' interface's IP not management's. I have other firewalls which on which I can reach standby IPs, and the source IP ( in ping) is 'management' interface and not 'inside'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping 10.22.2.239&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%ASA-6-302020: Built outbound ICMP connection for faddr 10.22.2.239/0 gaddr &lt;STRONG&gt;10.22.1.130&lt;/STRONG&gt;/15684 laddr &lt;STRONG&gt;10.22.1.130&lt;/STRONG&gt;/15684 type 8 code 0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 10.22.2.239/0 gaddr 10.221.1.130/15683 laddr 10.22.1.130/15683 type 8 code 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jun 2020 17:26:23 GMT</pubDate>
    <dc:creator>Brad_Shawh</dc:creator>
    <dc:date>2020-06-23T17:26:23Z</dc:date>
    <item>
      <title>Unable to ping failover any standby IP</title>
      <link>https://community.cisco.com/t5/network-security/unable-to-ping-failover-any-standby-ip/m-p/4108155#M1071362</link>
      <description>&lt;P&gt;I have two ASAs 5516 in Active / Standby failover.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my active unit, I can not ping any standby IP, except may be for failover.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is my config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;channel-group 1 mode on&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;channel-group 1 mode on&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;description LAN Failover Interface&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1&lt;BR /&gt;lacp max-bundle 8&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1.22&lt;BR /&gt;management-only&lt;BR /&gt;vlan 22&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.22.2.240 255.255.255.0 standby 10.22.2.239&lt;BR /&gt;!&lt;BR /&gt;interface Port-channel1.21&lt;BR /&gt;vlan 21&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.22.1.130 255.255.255.192 standby 10.22.1.129&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;access-list outside_access_in extended permit icmp any any time-exceeded&lt;BR /&gt;access-list outside_access_in extended permit icmp any any unreachable&lt;BR /&gt;access-list inside_access_in extended permit ip any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;failover&lt;BR /&gt;failover lan unit primary&lt;BR /&gt;failover lan interface Failover GigabitEthernet1/3&lt;BR /&gt;failover polltime unit 1 holdtime 3&lt;BR /&gt;failover polltime interface 1 holdtime 5&lt;BR /&gt;failover key 12345&lt;BR /&gt;failover replication http&lt;BR /&gt;failover interface ip Failover 172.5.20.200 255.255.255.0 standby 172.5.20.199&lt;/P&gt;&lt;P&gt;monitor-interface management&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-7131.bin&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;access-group inside_access_in in interface inside&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route inside 10.0.0.0 255.0.0.0 10.22.1.190 1&lt;BR /&gt;route management 10.0.0.0 255.0.0.0 10.22.2.254 10&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;aaa-server TACACS protocol tacacs+&lt;BR /&gt;aaa-server TACACS (inside) host 10.20.30.40&lt;BR /&gt;key *****&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication http console TACACS LOCAL&lt;BR /&gt;aaa authentication serial console LOCAL&lt;BR /&gt;aaa authentication ssh console TACACS LOCAL&lt;BR /&gt;aaa authorization command TACACS LOCAL&lt;BR /&gt;aaa accounting ssh console TACACS&lt;BR /&gt;aaa accounting command TACACS&lt;BR /&gt;aaa authentication login-history&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps entity cpu-temperature&lt;BR /&gt;snmp-server enable traps memory-threshold&lt;BR /&gt;snmp-server enable traps interface-threshold&lt;BR /&gt;snmp-server enable traps cpu threshold rising&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpool policy&lt;/P&gt;&lt;P&gt;ssh scopy enable&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh 0 0 management&lt;BR /&gt;ssh 0 0 inside&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;/P&gt;&lt;P&gt;console timeout 0&lt;BR /&gt;management-access inside&lt;BR /&gt;dhcpd auto_config management&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;!&lt;BR /&gt;class-map sfr&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect icmp&lt;BR /&gt;inspect icmp error&lt;BR /&gt;class sfr&lt;BR /&gt;sfr fail-open&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname state&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;output none&lt;BR /&gt;Cryptochecksum:2df417383b347d68e731dbc68e757550&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imp: When i ping standby IP of management interface, in the log, I see the source as 'inside' interface's IP not management's. I have other firewalls which on which I can reach standby IPs, and the source IP ( in ping) is 'management' interface and not 'inside'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping 10.22.2.239&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%ASA-6-302020: Built outbound ICMP connection for faddr 10.22.2.239/0 gaddr &lt;STRONG&gt;10.22.1.130&lt;/STRONG&gt;/15684 laddr &lt;STRONG&gt;10.22.1.130&lt;/STRONG&gt;/15684 type 8 code 0&lt;BR /&gt;%ASA-6-302021: Teardown ICMP connection for faddr 10.22.2.239/0 gaddr 10.221.1.130/15683 laddr 10.22.1.130/15683 type 8 code 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 17:26:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/unable-to-ping-failover-any-standby-ip/m-p/4108155#M1071362</guid>
      <dc:creator>Brad_Shawh</dc:creator>
      <dc:date>2020-06-23T17:26:23Z</dc:date>
    </item>
  </channel>
</rss>

