var fDesc=new Array(); fDesc[0] = "The D-Link® DGS-3100-48 switch provides entry-level, layer 2 managed performance at gigabit speeds. The switch provides 10/100/1000Base-T auto-sensing ports. The DGS-3100-48 switch also comes equipped with 4 combo SFP ports, giving you greater network flexibility, and 2 HDMI ports for high-speed switch stacking. Up to 6 switches can be stacked under a single IP Address, providing up to 288Gbps total bandwidth for the ideal small-to-medium business backbone solution.

The DGS-3100-48 switch supports a variety of user-friendly features to make switch management easier than ever. SNMP v1/2/3 support enables the switch to be polled for valuable status information and send traps on abnormal events. This sharing of vital management information saves time and money. Other user-friendly features include 802.1d Spanning Tree and RMON, for remote network monitoring."; 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 = ''; } }