Forum Discussion

Sallz's avatar
Sallz
Icon for Nimbostratus rankNimbostratus
May 23, 2019

Case insensitive search on Big IP Web Interface

I frequently use Big IP web interface,

say I am in section>> Security ›› Network Firewall : Address Lists, and I have multiple names, and in the search tab, now I want find all names with word "jump" in it, all case insensitive letters. like it should also pick "Jump" for me.

 

So far I am unable to do regex like [jJ]ump search, not sure what is the advanced searching approach used here?

 

Any help will be appreciated

 

Sal

1 Reply

  • I don't think you can, you can do simple wildcard matching like *ump but think that's it.

     

    I would look at using CLI as you can use tmsh from bash and pipe to egrep.