FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14163 questions

16817 answers

27651 comments

54086 members

0 votes
476 views 3 comments
by

Hi, I saw that SNMP is not install by default anymore.

I use CLI to configure my RUT955 and want to install SNMP with it, but when I got this error :

/root$ opkg install snmp
Collected errors:
 * opkg_install_cmd: Cannot install package snmp.
Unknown package 'snmp'.

How can I fix it ? Thanks.

1 Answer

0 votes
by
Hi,

SNMP is installed through Package Manager in WebUI. Navigate to it through System > Package Manager.

EB.
Best answer
by
Hi, thanks for your return. So it's not possible to install with CLI ? Thanks
by

Hi,

If you want to do it through CLI, you will need to download .ipk through curl.

curl -o file.ipk https://rut-fota.s3.eu-central-1.amazonaws.com/production/package_manager/RUT9/tlt_custom_pkg_snmpd_5.8_ar71xx.ipk

Install it with opkg install ./file.ipk (if you're in the folder where it was downloaded

EB.

by
Thanks for your return. It worked with this. How can I follow the update of this package (will it be written in changelog ?)