var fDesc=new Array(); fDesc[0] = "SoftPerfect Switch Port Mapper works with managed network switches and reports what is connected to switch ports, and which ports are not connected. For every connected port, it lists the MAC address, IP address and host names of the computers associated with that port. Additionally, it can display each client's network card vendor, port speed, and the counters of erroneous and discarded frames for every port. A great tool for troubleshooting network connectivity issues.
Features: shows what is connected to every switch port in a simple table format; pulls ARP table from a router to display IP information of connected clients; scans the current subnet for MAC-to-IP address mappings if there is no router; comes in two editions: a GUI application and a console application for using in scripts; allows direct launch of other applications and tools for convenience and easy management; fully supports SNMPv1, SNMPv2c and SNMPv3, including bulk operations.
Download from www.softperfect.com"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }