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.
What 10GbE Switches are endorsed by Adder to run the InfinityLink 4000?
Thank you for your inquiry,

I have been speaking with Adder tech support, system test, and product management teams about the switch requirements. They say that every major switch manufacturer should have models that meet the requirements. System test were performed using HP 5700 FlexFabric JG896A and Hauwei CE6810-48S4Q switches in their lab. Provided the switch meets the requirements detailed in the "ALIF: Successful Implementation" post at support.adder.com and comes up with a "soft Yes" using this excel document calculators "10G" tab, the switch should work fine. The values that need to be entered into the calculator are usually found in the switch manufacturer’s data sheet for the switch model.

Basics:
  • Non-blocking switch
  • IP address and subnet mask configured for the VLAN that supports the Infinity network
  • IGMP Snooping enabled at the switch and VLAN level
  • IGMP Querier enabled on a 10 GbE switch, if there are 10GbE switches in the network (which there will be for 4K/60 :-)
  • Support for multiple multicast groups per port. Transmitters setup a separate multicast group for each video and the audio, so a dual-video transmitter can have three multicast groups
  • "spanning tree portfast" set on all ports that will host Infinity RXs, TXs, and managers
  • "switchport mode access" set on all ports that will host Infinity RXs, TXs, and managers
  • Jumbo frames enabled
  • The same IGMP version level needs to be running on the switch and the ADDERLink Infinity Manager (AIM). v2 or v3 is supported by the manager.

Please let us know if there is anything else we can help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';