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

#2536
А какая это модель и версия 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

#2537
А они поддерживают LLDP или CDP?
#2538
Да, по прежнему только 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 лучше вернуть.
#2539
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
#2540
It was not intentional. I'll check it.

Best regards,
Victor
#2541
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
#2542
Ну собственно так и есть - устройство сообщает что у него только 2 bridge порта (индексы интерфейсов 10101 и 10102). Это баг в SNMP агенте на устройстве.
#2543
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
#2544
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
#2545
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
#2546
Похоже что SNMP агент на устройстве дает неполную или некорректную информацию по портам. Пришлите пожалуйста результат SNMP walk по OID'ам .1.3.6.1.2.1.17.1.4.1 и .1.3.6.1.2.1.17.4.3.1.
#2547
Hi,

there is agent management chapter in admin guide: https://www.netxms.org/documentation/adminguide/agent-management.html

Best regards,
Victor
#2548
General Support / Re: Deleting files script
April 22, 2016, 11:19:37 AM
Hi,

I'm suppose ~ in ~\Downloads\ refers to home directory of the user - but if you run agent as a service it by default runs under local system account, so ~ points to completely different place.

Best regards,
Victor
#2549
General Support / Re: SNMP Table Thresholds
April 22, 2016, 09:37:30 AM
Hi,

currently it's not possible. In fact tabular data support needs major improvements in NetXMS - we have plans to improve it at some point.

Best regards,
Victor
#2550
Т.е. в правиле несколько действий - terminate alarm плюс рассылка, и подавлять надо именно остальные действия.