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

Mark Menzies mark at deimark.net
Sat Feb 2 10:58:51 EST 2013


Well thats a great bit of code there.  Works a treat

Thanks bud  :)


On 2 February 2013 15:45, Gojko Vujovic <gojko at gojkovujovic.com> wrote:

> 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
>
>
> ______________________________**_________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/**mailman/listinfo/juniper-nsp<https://puck.nether.net/mailman/listinfo/juniper-nsp>
>


More information about the juniper-nsp mailing list