I have two ASAs 5516 in Active / Standby failover.
From my active unit, I can not ping any standby IP, except may be for failover.
Following is my config:
!
interface GigabitEthernet1/1
channel-group 1 mode on
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/2
channel-group 1 mode on
no nameif
no security-level
no ip address
!
interface GigabitEthernet1/3
description LAN Failover Interface
!
interface Management1/1
management-only
no nameif
no security-level
no ip address
!
interface Port-channel1
lacp max-bundle 8
no nameif
no security-level
no ip address
!
interface Port-channel1.22
management-only
vlan 22
nameif management
security-level 100
ip address 10.22.2.240 255.255.255.0 standby 10.22.2.239
!
interface Port-channel1.21
vlan 21
nameif inside
security-level 100
ip address 10.22.1.130 255.255.255.192 standby 10.22.1.129
ftp mode passive
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object network obj_any
subnet 0.0.0.0 0.0.0.0
access-list outside_access_in extended permit icmp any any time-exceeded
access-list outside_access_in extended permit icmp any any unreachable
access-list inside_access_in extended permit ip any any
pager lines 24
logging enable
logging asdm informational
mtu management 1500
failover
failover lan unit primary
failover lan interface Failover GigabitEthernet1/3
failover polltime unit 1 holdtime 3
failover polltime interface 1 holdtime 5
failover key 12345
failover replication http
failover interface ip Failover 172.5.20.200 255.255.255.0 standby 172.5.20.199
monitor-interface management
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-7131.bin
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
arp rate-limit 16384
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
route inside 10.0.0.0 255.0.0.0 10.22.1.190 1
route management 10.0.0.0 255.0.0.0 10.22.2.254 10
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
timeout conn-holddown 0:00:15
timeout igp stale-route 0:01:10
aaa-server TACACS protocol tacacs+
aaa-server TACACS (inside) host 10.20.30.40
key *****
user-identity default-domain LOCAL
aaa authentication http console TACACS LOCAL
aaa authentication serial console LOCAL
aaa authentication ssh console TACACS LOCAL
aaa authorization command TACACS LOCAL
aaa accounting ssh console TACACS
aaa accounting command TACACS
aaa authentication login-history
no snmp-server contact
snmp-server enable traps entity cpu-temperature
snmp-server enable traps memory-threshold
snmp-server enable traps interface-threshold
snmp-server enable traps cpu threshold rising
service sw-reset-button
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
ssh scopy enable
no ssh stricthostkeycheck
ssh 0 0 management
ssh 0 0 inside
ssh timeout 5
ssh version 2
console timeout 0
management-access inside
dhcpd auto_config management
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
dynamic-access-policy-record DfltAccessPolicy
!
class-map sfr
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
no tcp-inspection
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
inspect icmp
inspect icmp error
class sfr
sfr fail-open
!
service-policy global_policy global
prompt hostname state
no call-home reporting anonymous
output none
Cryptochecksum:2df417383b347d68e731dbc68e757550
: end
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'.
ping 10.22.2.239
%ASA-6-302020: Built outbound ICMP connection for faddr 10.22.2.239/0 gaddr 10.22.1.130/15684 laddr 10.22.1.130/15684 type 8 code 0
%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