: Configure Fast Delicensing Using CLI
Focus
Focus

Configure Fast Delicensing Using CLI

Table of Contents

Configure Fast Delicensing Using CLI

The Command-Line Interface (CLI) provides an alternative, scriptable method for configuring Fast Delicensing, useful for automation or advanced users.
  1. Access the Panorama CLI and enter configuration mode.
  2. Configure a new AWS Delicensing Manager instance.
    Use the set plugins aws delicensing-manager command to define the configuration.
    set plugins aws delicensing-manager description "" iam-role asg-ids [ ... ] remove-device [yes|no] enable [yes|no].
    Example:
    set plugins aws delicensing-manager liberator1 description "License Liberator" iam-role test asg-ids [ arn:aws:autoscaling:us-east-2:688382500471:autoScalingGroup:a59f91b4-5866-4ecd-9127-b87fbdf5d611:autoScalingGroupName/rameshpa-delic2-FW-ASG ] remove-device yes enable yes.
  3. Commit the CLI changes.
  4. To verify the AWS Delicensing Manager status:
    Use the show plugins aws delicensing-manager-status command.
    For detailed information, append detail: show plugins aws delicensing-manager-status detail.
  5. To update an existing Delicensing Manager configuration:
    Use the set plugins aws delicensing-manager <name> command with the desired parameters to update.
    Example: set plugins aws delicensing-manager liberator1 remove-device no.
  6. To delete a Delicensing Manager configuration:
    Use the delete plugins aws delicensing-manager <name> command.
    Example: delete plugins aws delicensing-manager liberator1.
  7. Commit the changes.