What is the issue with DUDE and SNMP?

Hi,
A few days ago, I first upgraded my RouterOS to version 6.48.2 on my hap ac2, I then downloaded DUDE client 6.48.2 too.
I had already DUDE server installed on my Mikrotik before I upgraded RouterOS. Was Dude server also upgraded with the system automatically? How can I check that?

Anyway, I connected the client to the server and scanned my LAN.
I wanted to use the snmp to check the bandiwith on each link but there is no item in the field “Interface” as you can see in ther image underneath:

Why? What’s the issues and how can I fix it?

Thanks

In principle all installed packages get upgraded at the same time. Having packages with version different than system package is not supported and upgrade procedure should abort and revert if such condition would exist after upgrade procedure is done.
You can verify package versions by checking /system package print.

I can’t give any comment on your basic issue as I don’t use the dude.



[admin@mytik] >  /system package print 
Flags: X - disabled 
 #   NAME                                                  VERSION                                                 SCHEDULED              
 0   routeros-arm                                          6.48.2                                                                         
 1   system                                                6.48.2                                                                         
 2 X ipv6                                                  6.48.2                                                                         
 3   wireless                                              6.48.2                                                                         
 4   hotspot                                               6.48.2                                                                         
 5   mpls                                                  6.48.2                                                                         
 6   routing                                               6.48.2                                                                         
 7   ppp                                                   6.48.2                                                                         
 8   dhcp                                                  6.48.2                                                                         
 9   security                                              6.48.2                                                                         
10   advanced-tools                                        6.48.2                                                                         
11   dude                                                  6.48.2

I of course enabled dude server in settings and snmp in IP>SNMP

Thanks

on the image whit open menu you obscure what is writed under…
you select on device the routerboard,
you select mastering type SNMP?
you select inside device property the right snmp profile?
how is configured snmp on routerboard?

I think so. I selected its IP address.

you select mastering type SNMP?

Yes.

you select inside device property the right snmp profile?

Where exactly should I check it?

how is configured snmp on routerboard?

I just enabled it


Thanks

paste this on terminal,


/snmp community set [find default=yes] addresses=0.0.0.0/0 authentication-password="" authentication-protocol=MD5 encryption-password="" encryption-protocol=DES name=public read-access=yes security=none write-access=no
/snmp set contact="" enabled=yes engine-id="" location="" trap-community=public trap-generators=temp-exception trap-target=0.0.0.0 trap-version=2 src-address=0.0.0.0

supposing you do not have any firewall or other rules to block the connections,

and on dude, open the object router_mikrotik and on top-right select on snmp-profile "v2-public"

if routerboard have any public IP address, remember, after your tests, to disable snmp until you know how to secure the routerboard.

I followed your instruction. As far as I know, nothing changed. Interfaces still don't show up.

if routerboard have any public IP address, remember, after your tests, to disable snmp until you know how to secure the routerboard.

No public Ip

Thanks

;( too few elements, for me, to hypotize another problem