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

Topics - Iliyan Vutov

#1
Hi,

I'm trying to do simple math calculations in order to show correct used disk space. The value I'm taking it from SNMP and then I'm doing a simple transformation as follows:


sub main()
{
return 4096 * $1 / 1099511627776;
}


For example when $1 is equal to 1265236238 (which is actual value in my case), the result should be similar to 4.7133.
However it shows -0.001384

So my question is, how the hell did I get this value?

Cheers,
Iliyan
#2
Feature Requests / NDD Driver
February 03, 2014, 02:00:26 PM
I would very much appreciate if there's an easy way of building NDD drivers for various devices. As far as I know NDD drivers are build based on SNMP MIB's for that particular device and if we can build them ourselves it will very much extend the functionality of NXMS
#3
General Support / Check latency on remote hosts
October 02, 2013, 03:30:26 PM
I am trying to figure out how to check connection status to remote host (using PING to check latency and packet loss) without having agent installed on that host. One option, I am using now, is adding PING section in the agent's configuration on a local host to check the remote one, however I cannot measure uptime of the connection between me and the remote host as a Business Service.
I want to define NODE object for the remote host and add PING checks on it to check the latency and packet loss. Is there a way to do it?

Thanks in advance.

Iliyan
#4
Hello,

I want to understand how "Show VLAN" takes the VLAN information from the switch? I have AT-GS950/24 and AT-GS950/48 port L2 and L3 switches however only /24 can display VLAN information. I have compiled AT private MIB and then when I do snmpwalk on it - it displays the VLAN information. Is there an option to MAP this information to display proper VLAN information in "Show VLANs" section?

My second question is that in Object details, PORTS section doesn't display the port configuration but blank screen. I saw that on interface section the "Port" column is empty. Again my question is: Is it possible to map the data taken from the private MIB to this section?

I have attached screenshots from the console.