For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Oreoluwa's avatar
Oreoluwa
Icon for Altocumulus rankAltocumulus
Aug 29, 2019
Solved

Static Route

Hi, I created a Static route on my F5 BIG IP appliance to be able to reach a particular network through a gateway ip address. I cannot ping the remote network and when I do a traceroute, I do not se...
  • Dario_Garrido's avatar
    Dario_Garrido
    Aug 29, 2019

    Please clarify this. Is it your topology?

    if you can ping your next-hop but not the device behind it, this could be for some reasons.

    First of all, capture traffic using tcpdump for being sure that your packets are being sent.

    #tcpdump -nnei 0.0 'host <destination_ip>'

    Do you see traffic when you ping your destination ip?

    Please, share also your routing table

    # ip route
    # tmsh show net route 

    KR,

    Dario.