If you are using the current version of Cumulus NetQ, the content on this page may not be up to date. The current version of the documentation is available here. If you are redirected to the main page of the user guide, then this page may have been renamed; please search for it there.

Upgrade NetQ Agents and CLI on Cumulus Linux Switches

The following instructions are applicable to both Cumulus Linux 3.x and 4.x, and for both on-premises and remote deployments.

To upgrade the NetQ Agent and CLI on a switch or host:

  1. Log in to your switch or host.

  2. Update and install the new NetQ debian packages.

    sudo apt-get update
    sudo apt-get install -y netq-agent netq-apps
    
    sudo yum update
    sudo yum install netq-agent netq-apps
    
  3. Restart the NetQ Agent and CLI.

    netq config restart agent
    netq config restart cli
    

Refer to Install and Configure the NetQ Agent on Cumulus Linux Switches to complete the upgrade.