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

#2581
Hi,

do you have attribute DowntimeStart set on that node? Will it work if you run the following script on a node:


println GetCustomAttribute($node, "DowntimeStart");


via "Execute server script" menu?

Best regards,
Victor
#2582
Hi,

I'm currently investigation VRRP issue and it works as expected on my devices. Could you please provide more information about your devices? I'm interesting in vendor/model information, are you using SNMP or agent for monitoring, for SNMP devices result of SNMP walk on .1.3.6.1.2.1.2.2.1, for agents - content of Net.InterfaceList list.

Best regards,
Victor
#2583
Hi,

server console not implemented yet in Web UI. There is feature request to add script object tools - this will be easier way to execute server scripts for specific node or group of nodes.

Best regards,
Victor
#2584
Hi,

just checked - map status calculation is working in 2.0.3. Can you explain your problem in more details - what is configured, what is expected, etc.?

Best regards,
Victor
#2585
Пришлите пожалуйста результат SNMP walk по OID .1.0.8802.1.1.2.1.4.1.1.5 по нескольким соединенным коммутаторам.
#2586
А какая это модель и версия IOS? У меня есть только старые Catalyst 2900, они дают все правильно:

Fa0/1 ifIndex=2 bridgePortNumber=13
Fa0/18 ifIndex=19 bridgePortNumber=32
Fa0/7 ifIndex=8 bridgePortNumber=19
Fa0/4 ifIndex=5 bridgePortNumber=16
Fa0/8 ifIndex=9 bridgePortNumber=20
Fa0/11 ifIndex=12 bridgePortNumber=24
VL2 ifIndex=27 bridgePortNumber=0
VL1 ifIndex=1 bridgePortNumber=0
Fa0/3 ifIndex=4 bridgePortNumber=15
Fa0/5 ifIndex=6 bridgePortNumber=17
Fa0/6 ifIndex=7 bridgePortNumber=18
Fa0/9 ifIndex=10 bridgePortNumber=22
Fa0/12 ifIndex=13 bridgePortNumber=25
Fa0/13 ifIndex=14 bridgePortNumber=26
Fa0/14 ifIndex=15 bridgePortNumber=27
Fa0/15 ifIndex=16 bridgePortNumber=28
Fa0/16 ifIndex=17 bridgePortNumber=29
Fa0/17 ifIndex=18 bridgePortNumber=31
Nu0 ifIndex=26 bridgePortNumber=0
Fa0/20 ifIndex=21 bridgePortNumber=34
Fa0/10 ifIndex=11 bridgePortNumber=23
Fa0/23 ifIndex=24 bridgePortNumber=37
Fa0/24 ifIndex=25 bridgePortNumber=38
Fa0/22 ifIndex=23 bridgePortNumber=36
Fa0/21 ifIndex=22 bridgePortNumber=35
Fa0/2 ifIndex=3 bridgePortNumber=14
Fa0/19 ifIndex=20 bridgePortNumber=33

#2587
А они поддерживают LLDP или CDP?
#2588
Да, по прежнему только 2:

SNMPv2-SMI::mib-2.17.1.4.1.2.1 = INTEGER: 10101
SNMPv2-SMI::mib-2.17.1.4.1.2.2 = INTEGER: 10102

это точно баг в прошивке. Надо пробовать обновлять прошивку и/или обращаться в суппорт. ifindex persist лучше вернуть.
#2589
Hi,

I got the following error in log:

[27-Apr-2016 10:09:24.605] [DEBUG] ValidateConfig(): Template "Server - Linux/net-snmp device" DCI "- Memory Load  (%)" threshold 1 attribute "activationEvent" refers to unknown event

It refers to event with name sys_threshold_reached_simple which is not on target system. Did you rename system event? If yes, you have to rename it same way on target system or change event name in XML file to match target system.

Best regards,
Victor
#2590
It was not intentional. I'll check it.

Best regards,
Victor
#2591
Hi!

try to check server debug log after import attempt - it should have additional information. Alternatively, post your template here - I'll check what's wrong with it.

Best regards,
Victor
#2592
Ну собственно так и есть - устройство сообщает что у него только 2 bridge порта (индексы интерфейсов 10101 и 10102). Это баг в SNMP агенте на устройстве.
#2593
You can read it from interface object (you can find one using GetInterfaceObject function), or directly from device via SNMP or agent (there are functions for direct SNMP or agent access).

Best regards,
Victor
#2594
Hi,

ifTable is different from many other SNMP tables because it actually returns value of index column. I suppose that table in question do not do that - you can check it by doing SNMP walk on .1.3.6.1.2.1.10.21.1.3.1.1.1. Try to choose any data column as base OID. When building table NetXMS will just scan all indexes using provided base OID and then retrieve values for each column using those indexes.

Best regards,
Victor
#2595
Hi,

startup scripts for various platforms can be found in source tree: http://git.netxms.org/public/netxms.git/tree/HEAD:/contrib/startup?js=1

Best regards,
Victor