Ping not working

Hi Guys

I am trying to ping 10.99.0.249 which has static route on eth3 but on tcpdump i can see its not even generating ping request. On the other hand when i try to ping eth3 which has 10.100.1.5 from 10.99.0.249 the echo requests are coming but no echo reply sent back. On the interface there is no firewall setting. I have even tried by putting firewall on eth3 which specifically allow 10.99.0.249 but currently there is no firewall setting. I need to have connectivity with 10.99.0.249 please help me acheiving that.

show ip route 10.99.0.249
Routing entry for 10.99.0.248/29
Known via “static”, distance 1, metric 0, best

  • 10.100.1.4, via eth3.31

Below is the static route:
set protocols static interface-route 10.99.0.248/29 next-hop-interface ‘10.100.1.4’

set interfaces ethernet eth3 duplex ‘auto’
set interfaces ethernet eth3 hw-id ‘68:05:ca:25:dd:74’
set interfaces ethernet eth3 ip source-validation ‘disable’
set interfaces ethernet eth3 smp_affinity ‘auto’
set interfaces ethernet eth3 speed ‘auto’
set interfaces ethernet eth3 vif 31 address ‘10.100.1.5/31’
set interfaces ethernet eth3 vif 31 ip source-validation ‘disable’

Thanks in advance. If you need more information in understanding the issue please let me know,

Hi

Can someone please share some feedback on my post. If this is not the right forum for this Q’s please guide me.

Thanks