function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
can i still use my Dell - USB - Server Interface Pod with this KVM
Thank you for your inquiry. Unfortunately, dongles/SIPs/CIMs/CAMs/Pods for KVMs are typically proprietary and not interchangeable. IT is possible it may work fine, may work with limited functionality or it may not work at all. For full compatibility and to prevent possible damage, we would recommend using interface pods only from the manufacturer. Thank you for your inquiry. Unfortunately, dongles/SIPs/CIMs/CAMs for KVMs are typically proprietary and not interchangeable.
100% of 3 people found this helpful. Was this helpful to you? Yes(3) | No(0)
Hi, though the specifications indicate a target resolution of up to 1600x1200 pg. 70 of the manual states "When Full Screen mode is enabled, the image adjusts to fit the desktop up to a size of 1024 x 768". I require the web interface to display 1600x1200 in full, however the manual isn't entirely clear on whether this is possible. Could you please advise?
Thank you for your inquiry. We are waiting to hear back from the manufacturer to confirm the specifications. We will update this page and notify you when we hear back from Avocent.

-UPDATED: We have received confirmation from Avocent that the remote port for the AV3008 and AV3016 has a maximum resolution of 1600x1200 @60Hz. The lower resolutions for the remote user (1280x1024 @75Hz) found in the manual reference the AutoView3200.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Hi, just wondering if I can daisychain this switch with another Avocent IP KVM? Thanks
Thank you for your inquiry. According to the manual, you can cascade (daisychain) this switch with other AutoView switch models:
You can cascade other AutoView switch models to an AutoView 3008/3016 switch via a CAT 5 cable. In a cascaded system, an available target port on the AutoView 3008/3016 switch will connect to an AVRIQ-PS/2 module or ACI (Avocent Console Interface) port on each cascaded AutoView switch.
NOTE: In a cascaded configuration, the AutoView 3008/3016 switch must be at the top of the cascade.
To cascade multiple AutoView switches if your switch has an ACI port:
1. Using an appropriate length of CAT 5 cable, connect the ACI port on the cascaded switch to an available port on your 3008/3016 switch.
2. Repeat step 1 for all additional cascaded AutoView switches.

0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
If I buy this switch and long with it I buy DSAVIQ-PS2M
Thank you for your inquiry. Yes, you will need to purchase Computer Interface Modules for each device you plan to attach to the AutoView 3008. The DSAVIQ-PS2M will work with PS/2 compatible devices, and the AVRIQ-USB2 will work with USB enabled devices. You can also use the integrated access cables. The USBIAC line will work with USB devices and the PS2IAC will work with PS/2 devices.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Would this KVM switch give virtual media support? would this CIM DSAVIQ-PS2M give the KVM virtual media support.
Thank you for your inquiry. Unfortunately, no, the AutoView 3008 does not natively support Virtual Media. Additionally, since the AV3008 does not natively support Virtual Media, using the DSAVIQ-PS2M will not provide that functionality.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';