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 rootcli show system license | grep ident | awk '{print $3}' | xargs -n 1 cli request system license delete
_______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

