Forum Discussion

mangesh_kakade's avatar
mangesh_kakade
Icon for Nimbostratus rankNimbostratus
Feb 12, 2020

How can we extract all partition xforward-for profile in one shot for partition based LTM F5?

I would like to extract all partition (mass) x-forwared-for profile info. I am struggling to get in one shot.

 

Similar output I am expecting from below command.

list ltm profile http insert-xforwarded-for

2 Replies

  • Hello Mangesh.

    Try this from the bash shell

    tmsh -q -c "cd / ; list ltm profile http recursive insert-xforwarded-for"

    KR,

    Dario.

    • mangesh_kakade's avatar
      mangesh_kakade
      Icon for Nimbostratus rankNimbostratus

      Thank you Dario very much. perfectly worked for me. 😍

      i tried few other commands too and worked perfectly, :)