Forum Discussion
Naumin_Dave_144
Nimbostratus
Feb 21, 2019CLI command to get partial configuration for specific VIPs
Hello All;
Good Day.
I am looking for a cli command of LTM to get ONLY list of VSs who are having serverssl profile in it.
Could you please help me with this?
I have used "list ltm vir...
Nicolas_Menant_
Apr 17, 2008Historic F5 Account
Just some additional stuff, if you want to see how using regexp or string commands impact your performance you have a specific command you can use to evaluate this:
the timing command: Click here
You have a really good examples about how to use it here: Click here
lbertacco
Nimbostratus
Jan 26, 20171) I'd go with just if { $var eq "" } or if { $var ne "" } for the opposite condition.