[j-nsp] Quick way to delete multiple licenses on SRX

Gojko Vujovic gojko at gojkovujovic.com
Sat Feb 2 10:45:20 EST 2013


On 30-Jan-13 16:34, Mark Menzies wrote:
> Is there any way other than the very slow "request system license delete
> <license ID>" command, to get rid of multiple licenses all at once?


start shell user root
cli show system license | grep ident | awk '{print $3}' | xargs -n 1 cli 
request system license delete



More information about the juniper-nsp mailing list