Hi,
Is it possible to use wildcard character for the input parameter to the "find" command?
I have several ip blocks which have http access restriction in the web-proxy access list (such as 192.168.2.38/31, 192.168.2.112/30 etc). I would like to disable the restrictions on certain time of days. To make things easier I would like to employ a single script such as these :
/ip web-proxy access disable [/ip web-proxy access find src-address=192.168.5.*]
assuming the asterisk is the wildcard character.
I know this can be done by tagging the items in access lists with the same comment, but Iam using the comment field for something else.
Please help