Hi Guys, hope one of you can give an idea about this behavior
We have a cluster XL with BGP with several GW and we connect that BGP via Ipsec routed base tunnel.
Every host behind the firewalls is ABLE to ping the remote networks learning by BGP but i am not able to do it from the active member firewall.
I also tried to ping by source but nothing.
fw ctl zdebug + drop is showing nothing.
Topology is:
Cluster XL interfaces:
bond1.1 with public IP.
bond1.2 transit private IP 10.100.200.247 (physical 248 and 249)
bond1.3 private IP 10.100.1.250 (physical 248 and 249)
the Bond is connected to a switch that has 3 Interface Vlan
Int clan 1.1 : External public IP
int vlan 1.2: 10.10.10.1 (default gateway for local host)
int vlan 1.3: local network.
Connecto from the local network and trace to the remote host:
traceroute 172.22.241.47
traceroute to 172.22.241.47 (172.22.241.47), 64 hops max, 52 byte packets
1 192.168.10.1 (192.168.10.1) 2.481 ms 2.106 ms 2.197 ms
2 10.100.200.247 (10.100.200.247) 3.183 ms * 3.225 ms
3 10.11.1.65 (10.11.1.65) 32.279 ms 35.524 ms 41.145 ms IPSEC TUNNEL BGP
4 * * *
^C
ping 172.22.241.47
PING 172.22.241.47 (172.22.241.47): 56 data bytes
64 bytes from 172.22.241.47: icmp_seq=0 ttl=123 time=209.151 ms
64 bytes from 172.22.241.47: icmp_seq=1 ttl=123 time=40.271 ms
64 bytes from 172.22.241.47: icmp_seq=2 ttl=123 time=39.915 ms
64 bytes from 172.22.241.47: icmp_seq=3 ttl=123 time=48.013 ms
/////////////////
From Firewall
CP-2> traceroute 172.22.241.47
traceroute to 172.22.241.47 (172.22.241.47), 30 hops max, 40 byte packets
1 10.11.1.65 (10.11.1.65) 28.403 ms 28.247 ms 28.286 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 *^C
CP-2> ping 172.22.241.47
PING 172.22.241.47 (172.22.241.47) 56(84) bytes of data.
^C
--- 172.22.241.47 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2001ms
CP-2> ping -s 10.100.1.249 172.22.241.47
PING 172.22.241.47 (172.22.241.47) 10(38) bytes of data.
^C
--- 172.22.241.47 ping statistics ---
34 packets transmitted, 0 received, 100% packet loss, time 32998ms
show route destination 172.22.241.47
Codes: C - Connected, S - Static, R - RIP, B - BGP (D - Default),
O - OSPF IntraArea (IA - InterArea, E - External, N - NSSA),
A - Aggregate, K - Kernel Remnant, H - Hidden, P - Suppressed,
NP - NAT Pool, U - Unreachable, i - Inactive
B 172.22.240.0/20 via 10.11.1.65, vpnt40, cost None, age 8432
/////////
From remote host
ping 10.100.1.250
Pinging 10.100.1.250 with 32 bytes of data:
Reply from 10.100.1.250: bytes=32 time=36ms TTL=61
Reply from 10.100.1.250: bytes=32 time=32ms TTL=61
Ping statistics for 10.100.1.250:
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 32ms, Maximum = 36ms, Average = 34ms
Also when I tcpdump the outgoing ping from the firewall I don't see anything, but could be a common behavior right?
Any help will be appreciated!
Thx!