Page 1 of 1

snmp problem on multi core x86 system

Posted: Sun Apr 17, 2011 3:21 pm
by bda
Good day!

I think, snmp subsystem counts only one core on multi cpu x86 system. After I bind network adapters per separate cores - it reports very low cpu usage.Cpu usage in winbox stays the same.

Dear developers, please help.

PS Memory and disk OID still not working at all.

Re: snmp problem on multi core x86 system

Posted: Sun Apr 17, 2011 6:55 pm
by fewi
Just a quick comment to point out that the official support channel is email to support@mikrotik.com. Mikrotik staff may or may not read this thread.

Re: snmp problem on multi core x86 system

Posted: Mon Apr 18, 2011 2:11 pm
by bda
Just a quick comment to point out that the official support channel is email to support@mikrotik.com. Mikrotik staff may or may not read this thread.
Thanks, but maybe anybody facing such problem... I think all x86 multi-core devices have it.

Re: snmp problem on multi core x86 system

Posted: Wed Apr 20, 2011 12:59 pm
by janisk
get OID:
/system resource cpu print oid 
on test router i get
admin@tst] > sy resource cpu print oid 
 load=.1.3.6.1.2.1.25.3.3.1.2.1 

 load=.1.3.6.1.2.1.25.3.3.1.2.2 
router has 2 cores
$ snmpget -c public -v 1 tst .1.3.6.1.2.1.25.3.3.1.2.1
iso.3.6.1.2.1.25.3.3.1.2.1 = INTEGER: 7

$ snmpget -c public -v 1 tst .1.3.6.1.2.1.25.3.3.1.2.2
iso.3.6.1.2.1.25.3.3.1.2.2 = INTEGER: 0

Re: snmp problem on multi core x86 system

Posted: Thu Apr 21, 2011 7:05 pm
by bda
get OID:
/system resource cpu print oid 
on test router i get
admin@tst] > sy resource cpu print oid 
 load=.1.3.6.1.2.1.25.3.3.1.2.1 

 load=.1.3.6.1.2.1.25.3.3.1.2.2 
router has 2 cores
$ snmpget -c public -v 1 tst .1.3.6.1.2.1.25.3.3.1.2.1
iso.3.6.1.2.1.25.3.3.1.2.1 = INTEGER: 7

$ snmpget -c public -v 1 tst .1.3.6.1.2.1.25.3.3.1.2.2
iso.3.6.1.2.1.25.3.3.1.2.2 = INTEGER: 0
It works! Thank you very mutch!