Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save russelltadams/2b35c5c91d48629e5641975565dcdf2a to your computer and use it in GitHub Desktop.
Save russelltadams/2b35c5c91d48629e5641975565dcdf2a to your computer and use it in GitHub Desktop.
How to update netqX to netq3 on a cumulus switch
How to update netq to netq3 on a cumulus switch...
deb http://apps3.cumulusnetworks.com/repos/deb CumulusLinux-3 netq-1.4 <-- get rid of this
deb http://apps3.cumulusnetworks.com/repos/deb CumulusLinux-3 netq-3.0 <-- make it this
do these...
sudo apt-get update
sudo apt-get install -y netq-agent netq-apps3
netq config restart agent
netq config restart cli
config file in etc...
cumulus@sw:/etc/netq$ cat config.d/netq.yml
netq-agent:
port: 31980
server: 10.x.x.x
vrf: default
netq-cli:
netq-user: admin
port: 32708
server: 10.x.x.x
then restart the netqd service...
sudo systemctl start netqd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment