Showing license informationΒΆ

Use the vrl-status command to display the license status.

# vrl-status
Active perpetual license for virtual-accelerator
Serial number is xxxxxxxxxxxxxxxxxxxxxxx
License was activated offline
Support is valid until 2022-01-01 00:00:00 (standard mode)
Max throughput 100.0G (moving average 0.0G)
IPsec activated for 100000 tunnels (currently used 0)
#

You will want to look for the following output to confirm that your license key is active and valid:

  • Active perpetual license for Virtual Accelerator

  • License was activated offline

In case of doubt, jump to the next section to learn how to check the license service logs.

For automation, the state of the license can also be retrieved in json format using vrl-status -j.

# vrl-status -j
{
  "status": 1,
  "status_text": "Product Authorized",
  "short_license_type": 1,
  "short_license_type_text": "perpetual",
  "online": false,
  "computer_id": "",
  "serial": "xxxxxxxxxxxxxxxxxxxxxxx",
  "connected": false,
  "last_healthcheck_date": 0,
  "lease_end_date": 0,
  "current_activations": 0,
  "allowed_activations": 0,
  "license_type": 6001,
  "license_type_text": "Perpetual, local",
  "activation_type": 6001,
  "activation_type_text": "License was activated offline",
  "support_type": "standard",
  "support_end_date": 1640991600,
  "throughput_max": 100.0,
  "ipsec_tunnels_max": 100000,
  "cgnat_conntracks_max": 0,
  "throughput_avg": 0.0,
  "ipsec_tunnels": 0,
  "ipsec_tunnels_avg": 0.0,
  "cgnat_conntracks": 0,
  "cgnat_conntracks_avg": 0.0
}
#