Hello,
I was wondering, does PRTG have the ability to determine what ports servers, printers, and workstations are actually plugged into on the swithces?
For instance, a mail server is plugged into Switch 1 port 36. Can PRTG report that mail server is actually plugged into port 36 on switch 1? Or at least port 36?
And if this is possible, what needs to be monitored by PRTG? Does the device in question and the Switch need to be monitored? Does just the Switch need to be monitored? Or can just the device be monitored?
Is there some additional monitoring on the PRTG server that needs to be setup in order to allow for this?
Thank you
Article Comments
Hello,
thank you for your response. It is to bad PRTG does not have this functionality. This may be out of the range of its capability and intended purpose. We have been testing other software that has the ability to track right down to the port on the switch where a device is plugged in.
Thank you for your response.
Cheers
Jan, 2012 - Permalink
I would like to second a motion for this ability. It is quite possible to do with SNMP though it does take a bit of work and manipulation. Simply querying the FIB (switch forwarding) table gives a list of which MAC addresses are attached to which ports. Then querying the gateway ARP table (or other ARP tables on the LAN) will produce the MAC to IP mapping. From there it's just DNS lookups on the matched IP addresses to put a name to the IP.
Switch forwarding tables are standard MIB II fare and begin at OID .1.3.6.1.2.1.17.4.3.
Even if PRTG skips the IP-to-MAC lookups it would be nice to be able to produce a table of MAC address connected to a given port.
Jan, 2012 - Permalink
If I could up vote Mr. Kirby's response I would gladly!
In the past, we produced these types of lists manually using a series of scripts. It would be nice to see PRTG look at incorporating this feature into their software!
And I would agree, even a table that contained a list of MAC's per port on any given switch would be of great help!
Thank you
Jan, 2012 - Permalink
Thank you for your replies. We will take this matter up elsewhere. For your reference, here are some results of a quick google search "mac address via prtg" that all discuss wanting the ability to reference MAC address in PRTG. https://helpdesk.paessler.com/en/support/solutions/articles/28843-capture-mac-address-for-ping-sensor https://helpdesk.paessler.com/en/support/solutions/articles/59637-capture-mac-address https://helpdesk.paessler.com/en/support/solutions/articles/760000635112353-auto-discovery-snmp-and-mac-address https://helpdesk.paessler.com/en/support/solutions/articles/30863-prtg-switches-and-what-s-plugged-in
May, 2016 - Permalink
Paessler should absolutely add this. We run an ANCIENT package called netinfo (from some guy named Stefanos Harhalakis -- hanks Stefanos!) that we found years ago that we have been using ever since. It does essentially exactly what people here are asking for, and we would LOVE for PRTG to take over this function. Here is a link to the package.
Mar, 2017 - Permalink
Hello,
I'm very sorry, but PRTG does not monitor 'what' is connected on which interface to a switch. This is not possible. With SNMP Traffic Sensors though PRTG can check the connection state of a port, if a cable is plugged in or not.
best regards.
Jan, 2012 - Permalink