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 - iwannabe.r00t

#16
Thank You for answer Sir, after trying to pull l2 topology from Catalyst 2970 same result. Only one node shows on map.
How to deal with this devices then? I want to send SMS when node is down, but I dont want get messages on child nodes of that host(NODE_DOWN state). Event processing policy? What about performance when i have hundreds of hosts, and I use event processing policy for maintain host dependencies?
#17
Hello Sir,
Perhaps I misunderstood concept. I tried to generate a L2 map  for test from any random switch(rb750 -software bridged) in the network. Results in attachments. If I missed something sorry for trouble.
#18
Hello. Code in attachment. First tool, forgive me coding and security patterns:)
This was created for test, and served very well, but it is away from being complete solution(propably need more condition checking, let's say on TODO). Use at own risk.
Save attachment on NetXMS server, make it "+x". Create tool (server command) with name of script and %a as parameter. Command produces output and need allowed output about 3 minutes(depends on connection speed and etc.). Put npk with ROS nearby(adjust path)

---edit
I've uploaded code with flaw(my mistake, saved file between version with hardcoded things and file capable of using all passed arguments), need to edit nearby $mtpass variable. Correct upload when i finish newer version. Beside this typo it is working.
#19
General Support / Newbie question about host dependencies
December 05, 2016, 08:42:35 PM
Hello All,
I've installed NetXMS couple days ago and I must say: Good job.

This is my first encounter with system that automatically detects network topology, and I have some questions. I have MikroTik network(about 200 AP), and couple of UBNT AP. I have one central cisco router serving PPPoE to clients over vlans(one vlan per AP interface), and serving couple management vlans to all other network devices. Big L2 network.
As switches i have Nexus 3k, Catalysts 3k, CRS's(switch chip used), rb2011(bridge), and rb750(bridge).
Is it possible for NetXMS to discover all this(i mean dependencies of each host)?
Now when I do some upgrading some devices i've got info about all nodes behind as down, and I cannot generate L2 map.
Before NeXMS I've used software where dependencies are defined statically, so I'm little confused.
Thanks in advance