FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
159 views 1 comments
by anonymous
Hello,

I am trying to configure SNMP traps with firmware 07.02.4 on RUT360 and nothing appears when I click "ADD" on "Trap settings page".

Is this a bug? Am I missing something?

Somebody knows the configuration file format, so I can do it in command line?

Thank you

1 Answer

0 votes
by anonymous

Hello,

It is a known issue, which will be solved in 7.3 firmware, related to a missing dependency, when compiling final firmware, which leads to SNMP traps package simply not being installed. To solve this, you need to upload SNMP package manually via Services > Package Manager > Upload page, the package can be downloaded from here.

Otherwise, you need to access the router via CLI (In the web UI navigate to System -> CLI) or SSH (you can use PuTTy) client and execute the following commands:

  • opkg update
  • opkg install snmptrap 

Best regards,

Žygimantas

Best answer
by anonymous
Thank you very much!

Yes, that was the problem and the solution.

Best regards