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

mahanth's avatar
mahanth
Icon for Altostratus rankAltostratus
Aug 17, 2020

Can I run TMSH commands inside an iRule?

I have added:        set NODENAME [HTTP::header value test]  POOLMEMBER_IP=($(tmsh list ltm node $NODENAME | grep "address" | awk '{print $2}'))   1) I am trying to run tmsh commands using/i...