Forum Discussion

Korai_331784's avatar
Korai_331784
Icon for Altostratus rankAltostratus
Jan 31, 2019

Traceroute witin route domains - version 10.2.4

Hi,

 

we have connectivity issue and wana trace destination from F5 with source ip but within route domain. we have route domain like this 10.10.10.1%1 (source ip on F5)

 

Please guide how i can do this in F5 version 10.2.4. I tried many way but still cant

 

2 Replies

  • wlopez's avatar
    wlopez
    Icon for Cirrocumulus rankCirrocumulus

    On versions 11.x and later you can do:

     

    From bash:

     

    rdexec 1 traceroute -s 10.10.10.1 20.20.20.20

     

    where source 10.10.10.1 is a self non-floating IP address of the BigIP and 20.20.20.20 is the destination.

     

    Have't done it on version 10.x, but I think it should work as well.