News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Victor Kirhenshtein

#3166
Hi,

we add more MIBs to standard distribution so maybe it just grows too large. Check that you are running MIB compiler with -z option (to produce compressed MIB file). Also, you can remove unneeded MIBs - good candidates are vendor MIBs that can be easily identified by name prefix:

A3COM-HUAWEI-* - Huawei/H3C switches
BAY-STACK-* - Nortel/Avaya BayStack switches
CISCO-* - Cisco switches and routers
DES*, DGS* - DLink switches
FOUNDRY-* - Foundry Networks switches
H3C-*, HH3C-* - HP A-series and H3C switches
NETSCREEN-* - Netscreen firewalls
NTWS-* - Nortel wireless
SYMBOL-*, WS-* - Symbol/Motorola wireless
VMWARE-* - VMWare

Best regards,
Victor
#3167
Hi

so the problem is that device do not respond to standard OIDs .1.3.6.1.2.1.1.1.0 and .1.3.6.1.2.1.1.2.0 which NetXMS server uses to detect SNMP agent. Try to set custom attribute named snmp.testoid on this node to .1.3.6.1.2.1.1.3.0 (or any other working OID) and re-run configuration poll.

Best regards,
Victor
#3168
Announcements / NetXMS 2.0-M3 released
April 09, 2015, 12:52:15 AM
Hi all!

NetXMS version 2.0-M3 is out. This release contains significant internal changes mostly related to IPv6 support. Full change log is following:

- IPv6 support: communications, address information, topology
- New NXSL functions: gethostbyaddr, gethostbyname, md5, sha1, AgentReadList
- Added posibility to wakeup unmanaged node
- Instance discovery separated from configuration polls
- Instance discovery type "SNMP Walk - OIDs" sets instance name to OID value by default
- GPIO.PinState parameter in Raspberry Pi subagent
- Server housekeeping process runs once per day at fixed configurable time
- Server housekeeping process performance optimization
- Added driver for Qtech OLT switches
- New agent parameter FileSystem.Type(*)
- New agent parameters Net.Resolver.AddressByName(*) and Net.Resolver.NameByAddress(*)
- Fixed broken SNMP proxy functionality in agent
- Management console:
   - Fixed broken popup menu actions on "Interfaces" tab
   - Macro %USERNAME% can be used in object tools
   - VLAN highlight on port selection in VLAN view
   - "Use multipliers" option in DCI summary tables
   - "Zoom to fit" action in network maps
   - "Always fit layout to screen" option in network maps
   - Last selected zoom level preserved on network map close
   - Invisible dashboards and charts do not refresh itself automatically
   - "Current" column in extended line chart legend
   - Option to clone network maps
- Android console:
    - Implemented feature #776 (WoL)
- Fixed issues: #690, #693, #702, #722, #725, #745, #750, #752, #755, #756, #757, #758, #759, #760, #763, #764, #765, #766, #767, #768, #769, #770, #771, #776, #778, #779, #782, #785, #787, #788, #789, #790, #792, #793

Best regards,
Victor
#3169
General Support / Re: Not storing incoming syslogs
April 09, 2015, 12:23:39 AM
Hi,

do you have syslog server enabled on NetXMS server? if yes, check that netxmsd listen on port 514. Try to enable debug level 6 and check netxmsd log records with word "syslog" in them.

Best regards,
Victor
#3170
General Support / Re: Select all while in map
April 09, 2015, 12:16:05 AM
Hi,

it's not possible. I'll add "Select all" function in next release.

Best regards,
Victor
#3171
General Support / Re: last month presets
April 09, 2015, 12:15:27 AM
Hi,

seems to be a database performance problem. Do you have anything logged in MySQL slow query log? Check CPU usage and I/O on MySQL server when you request month graph.

Best regards,
Victor
#3172
Hi,

what you get if you run nxsnmpget on OID .1.3.6.1.2.1.1.2.0 from command line?

Best regards,
Victor
#3173
Feature Requests / Re: 3com switchs
April 09, 2015, 12:08:47 AM
Hi,

in 2.0-M3 I fixed a bug that prevents setting of peer node information on port under certain condition, so that may be your case to. It is fixed in 2.0-M3 released today. You can try to install it on test system and see if problem will be gone.

Best regards,
Victor
#3174
Hi,

configuration parameters are case-sensitive, so make sure you define it as SMSDriver and SMSDrvConfig. Set debug level to 4 or higher, then you should see websms driver diagnostic messages (they started with prefix WebSMS).

Best regards,
Victor
#3175
Hi,

currently it's not possible. There is a feature request for this, we plan to implement it in one of 2.0 releases.

Best regards,
Victor
#3176
Немного поправил скрипт:


println($node->sysDescription);

if ($node->sysDescription ~= "^DES|^D-Link DES-3028")
{
   println "Node passed filter";
foreach(i : GetNodeInterfaces($node))
{
   if (i->slot == 1 && i->port <= 24)
   {
   SetInterfaceExpectedState(i, "IGNORE");
   }
      else if (i->port >= 25 && i->port <= 28 && i->slot == 1)
      {
   i->setStatusPropagation(4,1,2,3,3);
   }
}
}


Там было несколько мелких ошибок по синтаксису (& вместо &&, = вместо ==, пробел перед скобкой в вызове функции, и т.д.), но в целом идея правильная.
Скрипты удобно проверять через меню "Run server script" в контекстном меню ноды - можно видеть результат выполнения и вывод trace/println.
#3177
Да, nxsnmpset как server command будет то что требуется.
#3178
Общие вопросы / Re: 1.2.17 SNMP
April 08, 2015, 01:08:44 PM
Мы сегодня выкладываем 2.0-M3. Попробуйте, если проблема останется, то присылайте лог, буду разбираться.
#3179
Какая версия NetXMS сейчас установлена? В 2.0-M3 мы довольно сильно переделали все что связано с адресами и подсетями - я предлагаю посмотреть сохранится ли проблема после обновления на 2.0-M3 или выше.
#3180
Hi,

SNMP proxy functionality was broken in 2.0-M2. I've fixed it in 2.0-M3. I've also change logic a bit so if node is proxy for itself it will use loopback address instead of primary IP address for SNMP requests - this can help avoid possible firewall problems and secure SNMP access to node by allowing only requests via loopback.

Best regards,
Victor