CINXE.COM
Where to Buy | Buffalo Americas
<!DOCTYPE HTML> <html> <head> <title>Where to Buy | Buffalo Americas</title> <meta name='keywords' content='' /> <meta name='description' content='' /> <link rel='canonical' href='https://www.buffalotech.com/where-to-buy' /> <!-- generated by seo_lite --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta name="format-detection" content="telephone=no"> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MKPF82X'); </script> <!-- End Google Tag Manager --> <!-- Cookie Consent Scripting. --> <script> // Entrypoint to hide banner and enable cookies function CXAcceptsCookies() { console.log('Cookies accepted by CX.'); setCookieAccept(); document.getElementById('cookie-policy-notification').style.display = 'none'; } //Record acceptance of cookie policy function setCookieAccept() { var shelflife = 90; var expires = ""; var date = new Date(); date.setTime(date.getTime() + (shelflife*24*60*60*1000)); expires = "; expires=" + date.toUTCString(); document.cookie = "CookiePolicyAccepted=" + date + expires + "; path=/"; } //Check for prev acceptance of cookie policy function CookieAcceptanceCheck() { if (document.cookie.split('; ').find(row => row.startsWith('CookiePolicyAccepted'))) { console.log('Cookie policy previously accepted.'); CXAcceptsCookies(); } else { console.log('Cookie policy acceptance not on file.') } } </script> <!-- END Cookie Consent Scripting. --> <link rel="stylesheet" href="https://www.buffalotech.com/?css=includes/screen.v.1711559590" type="text/css" /> <link rel="stylesheet" href="https://www.buffalotech.com/?css=includes/responsive-screen.v.1655389552" type="text/css" /> <link rel="stylesheet" href="https://www.buffalotech.com/?css=includes/jquery.v.1654533827" type="text/css" /> <link rel="stylesheet" href="https://www.buffalotech.com/?css=includes/owl.carousel.v.1654533827" type="text/css" /> <link rel="stylesheet" href="/css/stylenew.css" /> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic|Share+Tech|Oswald:400,300,700' rel='stylesheet' type='text/css'> <link rel="icon" type="image/ico" href="/images/favicon.ico" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script type="text/javascript" src="/js/jquery-ui.min.js"></script> <script type="text/javascript" src="/js/jquery.ihavecookies.min.js"></script> <script src="/js/general.js?v=5"></script> <script src="/js/jquery.customSelect.min.js"></script> <script src="/js/typeahead.bundle.js"></script> <script src="/js/js.cookie.js"></script> <script src="/js/html5shiv.js"></script> <script src="/js/jquery.matchHeight.min.js"></script> <script src="/js/imagesloaded.pkgd.min.js"></script> <script src="/js/jquery.customSelect.min.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-412084-2', 'auto'); ga('send', 'pageview'); </script> <script src="https://www.googleoptimize.com/optimize.js?id=OPT-W8X4LDZ%22"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src=https://www.googletagmanager.com/gtag/js?id=UA-412084-2></script> <!--<script> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-412084-2'); </script> --> <script src="/js/imagesloaded.pkgd.min.js"></script> <script src="/js/isotopeMatchHeight.js"></script> <script src="/js/isotope.pkgd.min.js"></script> <script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js"></script> <script> $(document).ready(function(){ $(document).ready(function() { var $container = $(".grid"); // the container with all the elements to filter inside var filters = {}; //should be outside the scope of the filtering function /* --- read the documentation on isotope.metafizzy.co for more options --- */ var $grid = $container.isotope({ itemSelector: ".store", // the elements to filter percentPosition: true, // true if you use percentage widths }); // save some classes for later usage /* --- activeClass: adds this class to filters that are selected (active) comboClass: the class that indicates that the filter group is a chain filter, i.e. if you select two filters, only items with BOTH filters will be shown exclClass: the class that indicates that the filter group is an exclusion filter, i.e. you can only select one filter from that group at a time resetClass: the class for the overall reset button --- */ var activeClass = "selected", comboClass = "combine", exclClass = "exclusive", resetClass = "reset"; var $defaults = $("a." + activeClass + '[data-filter-value=""]'); $(".option-set a").click(function(e) { // insert your link selector where it says '.option-set a' var $this = $(this); // cache the clicked link var comboFilter, filterAttr = "data-filter-value"; if (resetClass && !$this.hasClass(resetClass)) { // defining variables var filterValue = $this.attr(filterAttr); // cache the filter var $optionSet = $this.parents(".option-set"); // cache the parent element var group = $optionSet.attr("data-filter-group"); // cache the parent filter group var filterGroup = filters[group]; // make new variable for the property being filtered if (!filterGroup) { // if the property doesn't exist filterGroup = filters[group] = []; // make a new empty array } var $selectAll = $optionSet.find("a[" + filterAttr + '=""]'); // cache the 'select all' button in the current group $("." + resetClass).removeClass(activeClass); comboFiltering( $this, filters, filterAttr, filterValue, $optionSet, group, $selectAll, activeClass, comboClass, exclClass ); comboFilter = getComboFilter(filters); // join all the filters if (!comboFilter.length) $("a." + resetClass).addClass(activeClass); $this.toggleClass(activeClass); } else { filters = {}; comboFilter = ""; $(".option-set a").removeClass(activeClass); $(this).addClass(activeClass); $defaults.addClass(activeClass); } $grid.isotope({ filter: comboFilter }); e.preventDefault(); }); }); function comboFiltering( $this, filters, filterAttr, filterValue, $optionSet, group, $selectAll, activeClass, comboClass, exclClass ) { // for non-exclusive groups of filters if (!$optionSet.hasClass(exclClass)) { // replace 'exclusive' with the class of your exclusive filter groups // if link is a filter that isn't selected if (!$this.hasClass(activeClass) && filterValue.length) { filters[group].push(filterValue); // add filter to array $selectAll.removeClass(activeClass); // remove the selected class from the 'select all' button } else if (filterValue.length) { // if link is a selected filter // remove filter from array // check if the filter group we're concerned with is a combination filter (.one.two instead of .one,.two) if ($optionSet.hasClass(comboClass)) { filters[group][0] = filters[group][0].replace(filterValue, ""); // delete the filter from the combined string if (!filters[group][0].length) // check if there is anything left in the string after deletion filters[group].splice(0, 1); // if no, remove the empty string } else { // if filter group is not a combo filter var curIndex = filters[group].indexOf(filterValue); // get index of filter string in array if (curIndex > -1) filters[group].splice(curIndex, 1); // remove the filter } if (!$optionSet.find("a." + activeClass).not($this).length) // if there are no remaining filters $selectAll.addClass(activeClass); // add the active class to the 'select all' button } else { // if link is the show all button for that group $optionSet.find("a." + activeClass).removeClass(activeClass); // remove the active class from all other buttons filters[group] = []; // clear the array of all filters } // join everything to a single string for the combined filtering groups if ($optionSet.hasClass(comboClass) && filters[group].length) filters[group] = [filters[group].join("")]; } else { // for exclusive groups // if link is a filter that isn't selected if (!$this.hasClass(activeClass) && filterValue.length) { // run a loop for all active filters $optionSet.find("a." + activeClass).each(function(k, filterLink) { // remove all active filters in the same group from the array var removeFilter = $(filterLink).attr(filterAttr); var removeIndex = filters[group].indexOf(removeFilter); filters[group].splice(removeIndex, 1); }); filters[group].push(filterValue); // add selected filter to array $optionSet.find("a." + activeClass).removeClass(activeClass); // remove the active class from all other links in the group } else if (filterValue.length) { // if link is a selected filter // remove filter from array var curIndex = filters[group].indexOf(filterValue); if (curIndex > -1) filters[group].splice(curIndex, 1); if (!$optionSet.find("a." + activeClass).not($this).length) // if there are no remaining filters $selectAll.addClass(activeClass); // add active class to 'select all' button } else { // if link is the show all button for that group $optionSet.find("a." + activeClass).removeClass(activeClass); // remove active class from all other buttons filters[group] = []; // reset all filters for this group } } } /* --- concat filters --- */ function getComboFilter(filters) { // pass the entire array of filters to the function var i = 0; // set counter variable as zero var comboFilters = []; // make a new array to save the string of filters for (var prop in filters) { // loop through all the properties in the filter array passed to the function var filterGroup = filters[prop]; // define variable // skip to next filter group if it doesn't have any values if (!filterGroup.length) { continue; // exit loop and move on with next iteration } if (i === 0) { // copy to new array comboFilters = filterGroup.slice(0); } else { var filterSelectors = []; // copy to fresh array var groupCombo = comboFilters.slice(0); // merge filter Groups for (var k = 0, len3 = filterGroup.length; k < len3; k++) { for (var j = 0, len2 = groupCombo.length; j < len2; j++) { filterSelectors.push(groupCombo[j] + filterGroup[k]); } } // apply filter selectors to combo filters for next group comboFilters = filterSelectors; } i++; // increment } var comboFilter = comboFilters.join(", "); return comboFilter; } $('.quickmenu_main_link').click(function(){ $(this).toggleClass('active'); $(this).find('.quickmenu_sub').toggle(); $(this).find('.border_cover').toggle(); $('.quickmenu_main_link').not(this).removeClass('active'); $('.quickmenu_main_link').not(this).find('.quickmenu_sub').hide(); $('.quickmenu_main_link').not(this).find('.border_cover').hide(); }); /*var $sContainer = $('#stores'); $sContainer.imagesLoaded(function(){ $('.store').matchHeight({ byRow: false, property: 'height' }); });*/ }); /* $(window).resize(function(){ $('.store.panama').matchHeight({ byRow: false, property: 'height' }); })*/ $(document).ready(function() { if (window.location.href.indexOf("pid") > -1) { //$('a.whole-where').parent().parent('.store').addClass('hide'); // Commented on Aug 8, 2022 } }); </script> <style> .option-set { display: flex; align-items: center; margin-left: 10px; list-style: none; flex-wrap: wrap; } .option-set li { margin-right: 30px; padding-left: 10px; } .option-set li a { position: relative; } .option-set li a::before { content: ''; -webkit-appearance: none; background-color: transparent; border: 1px solid gray; box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); padding: 6px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; border-radius: 3px; /* top: 0; */ /* bottom: 0; */ top: -2px; } .option-set li a.selected::after { content: ''; display: block; position: absolute; top: 4.3px; left: 5px; width: 3px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); } .option-set li a.selected::before { background: gray; } .store.hide { display: none; } @media only screen and (max-width: 600px) { .option-set li { width: 35%; } } </style> </head> <body id="where" class="internal"> <div id="wrapper"> <!-- Template includes/.header begin --> <header> <div id="header_top" class="full"> <!--<div class="container">--> <ul> <li><a href="/select-your-region/" id="header_top_region">Region: USA </a></li> </ul> <!--</div>--> </div> <div id="header_main" class="full"> <div id="brand"> <a href="https://www.buffalotech.com/"> <img src="https://www.buffalotech.com/images/uploads/BUFFALO_logo-highres-small.jpg" alt="Buffalo"> </a> </div> <nav> <ul> <li id="header_products" class="listitem_hasdropdown hello"> <a id="header_link_products" class="header_link">Products</a> <div id="header_menu_products" class="header_menu"> <div class="left"> <div class="inner"> <div class="column"> <h5><a href="/products/category/network-attached-storage">Network Attached Storage</a></h5> <ul> <li><a href="/products/for-business" >For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home" >For Home </a></li> </ul> <h5><a href="/products/category/external-solid-state-drive-ssd">Portable Solid State Drive (SSD)</a></h5> <ul> </ul> <h5><a href="/products/category/external-hard-drives">External Hard Drives</a></h5> <ul> <li><a href="/products/category/external-hard-drives/desktop-drives-drivestation" >Desktop Drives</a></li> <li><a href="/products/category/external-hard-drives/portable-drives-ministation" >Portable Drives </a></li> </ul> <h5><a href="/products/category/while-supplies-last">While Supplies Last</a></h5> <ul> <li><a href="/products/category/while-supplies-last/all-products-while-supplies-last" >View all limited supply products</a></li> </ul> </div> <div class="column"> <h5><a href="/products/category/optical-drives">Optical Drives</a></h5> <ul> <li><a href="/products/category/optical-drives/dvd-writers-mediastation" >DVD Writers</a></li> <li><a href="/products/category/optical-drives/blu-ray-writers-mediastation" >Blu-ray Writers</a></li> </ul> <h5><a href="/products/category/network-switches">Multi-Gigabit Switches</a></h5> <ul> <li><a href="/products/category/network-switches/10-gigabit-multi-gigabit-switch" >10-Gigabit / Multi-Gigabit Switch</a></li> </ul> <h5><a href="/products/category/accessories">Accessories</a></h5> <ul> <li><a href="/products/remote-management-service">Remote Management Service</a></li> <li><a href="/products/category/accessories/spare-hard-drives" >Spare Hard Drives</a></li> <li><a href="/products/category/accessories/spare-parts" >Adapter/Spare Parts</a></li> <li><a href="/products/category/accessories/software" >Anti-Virus Software</a></li> <li><a href="/products/category/accessories/warranty-services" >Warranty Services</a></li> </ul> <h5><a href="/products">View All</a></h5> </div> <div class="clear"></div> </div> <a href="/about/join-the-herd"><img src="/images/uploads/buffalobutton.png" alt=""></a> </div> <div class="right"> <img src="/images/made/chrootimages/about_buffalo/ts3030_270_150_s_c1.png" width="270" height="150" alt="" /> <div class="inner" style="padding: 18px 18px 0px 18px;"> <h5>Latest Articles</h5> <h3><a href="https://www.buffalotech.com/news/product-transition-announcement-updated-ts3020-nas-family-to-ts3030-and-ts5020-nas-families">Product Transition Announcement Update - TS3020 NAS Family to TS3030 and TS5020 NAS Families</a></h3> <hr class="bslash"> </div> <div class="inner" style="padding: 18px 18px 0px 18px;"> <h5>News & Press</h5> <h3><a href="https://www.buffalotech.com/news/CRN2024-win">Buffalo Americas Wins Eighth Consecutive CRN Annual Report Card Award for 2024</a></h3> <hr class="bslash"> </div> </div> </div> </li> <li id="header_resources" class="listitem_hasdropdown"> <a id="header_link_resources" class="header_link">Solutions</a> <!-- visibility: visible;opacity: 1; --> <div id="header_menu_resources" class="header_menu mega" style=""> <div id="mega_menu"> <div class="left"> <div class="inner"> <div style="display: grid; grid-template-columns: auto auto auto;"> <div class="col"> <h5><a href="/resources/use-cases-white-papers#case-studies">Case Studies</a></h5> <p><a href="/resources/buffalo-terastation-brings-agility-to-cmr-storage-solutions">Buffalo TeraStation™ brings agility to CMR storage solutions</a></p> <p><a href="/resources/terastation-nas-serves-as-reliable-storage-target-for-private-cloud-backup">TeraStation NAS as Storage Target for Private Cloud Backup Service</a></p> <p><a href="/resources/secure-and-10gbe-ready-nas-to-protect-your-on-site-data">Secure and 10GbE-ready NAS to protect your on-site data</a></p> <p><a href="/resources/use-cases-white-papers#case-studies" style="color:#0888b1;">See More ></a></p> </div> <div class="col"> <h5><a href="/blog-helpful-tips/">Blog & Helpful Tips</a></h5> <p><a href="/blog-helpful-tips/category/tips-resources">Tips & Resources</a></p> <p><a href="/blog-helpful-tips/" style="color:#0888b1;">See More ></a></p> <p><a href="/blog-helpful-tips/" style="color:#0888b1;"></a></p> <p><a href="/blog-helpful-tips/" style="color:#0888b1;"></a></p> <p><a href="/blog-helpful-tips/" style="color:#0888b1;"></a></p> <p><a href="/blog-helpful-tips/" style="color:#0888b1;"></a></p> </div> <!-- <div class="col"> <h5><a href="/resources/use-cases-white-papers#use-cases">Use Cases</a></h5> <p><a href="/resources/use-cases-white-papers#use-cases" style="color:#0888b1;">See More ></a></p> </div> --> <div class="col"> <h5><a href="/resources/use-cases-white-papers#white-papers">White Papers</a></h5> <p><a href="/resources/white-paper-buffalo-terastation-71210rh-network-storage">White Paper - Buffalo TeraStation 71210RH Network Storage Delivers Exceptional Performance and Scalability</a></p> <p><a href="/resources/how-buffalo-nas-can-enhance-your-data-security">How Buffalo NAS Can Enhance Your Data Security</a></p> <p><a href="/resources/should-you-use-cloud-services-or-nas-devices-to-store-your-data">Should You Use Cloud Services or NAS Devices to Store Your Data?</a></p> <p><a href="/resources/use-cases-white-papers#white-papers" style="color:#0888b1;">See More ></a></p> </div> <div class="col"> <h5><a href="/data-security/">Data Security</a></h5> <ul id="nav_categories" class="nav_categories"> <li> <p><a href="/data-security/category/data-protection">Data Protection</a></p> </li> <li> <p><a href="/data-security/category/data-management">Data Management</a></p> </li> <li> <p><a href="/data-security/category/data-backup-and-recovery">Data Backup and Recovery</a></p> </li> <li> <p><a href="/data-security/category/cloud-storage">Cloud Storage</a></p> </li> </ul> </div> <div class="col"> <h5><a href="/resources/category/webinars">Webinars</a></h5> <p><a href="/resources/working-from-home-how-to-secure-and-backup-your-home-office-data">Working from Home: How to Secure and Backup Your Home Office Data</a></p> <p><a href="/resources/learn-how-to-sell-nas-to-customers-in-need-of-server-expansion-how-to-backu">Learn: How to Sell NAS to Customers in Need of Server Expansion & How to Backup iSCSI</a></p> <p><a href="/resources/how-to-sell-server-expansion-to-your-customers-and-save-them-money">How to Sell Server Expansion to Your Customers and Save Them Money</a></p> <p><a href="/resources/category/webinars" style="color:#0888b1;">See More ></a></p> </div> <div class="col"> <!--<h5 style="border:none"><a href="/resources/taa-compliance1">TAA Compliance</a></h5> <br>--> <!--<h5 style="border:none"><a href="/resources/registration-benefits">Product Registration Benefits</a></h5>--> </div> </div> <div class="clear"></div> </div> <a href="/raid"><img src="/images/site/resources_menu_calc.jpg" alt=""></a> </div> <div class="right"> <img src="/images/made/chrootimages/about_buffalo/ts3030_270_150_s_c1.png" width="270" height="150" alt="" /> <div class="inner"> <h5>Latest Article</h5> <h3><a href="https://www.buffalotech.com/news/product-transition-announcement-updated-ts3020-nas-family-to-ts3030-and-ts5020-nas-families">Product Transition Announcement Update - TS3020 NAS Family to TS3030 and TS5020 NAS Families</a></h3> <hr class="bslash"> </div> </div> </div> </div> </li> <li> <a href="/resources/buffalo-public-sector"> Public Sector </a> </li> <li> <a href="/where-to-buy" class="current"> Where To Buy </a> </li> <li id="header_support" class="listitem_hasdropdown"> <a id="header_link_support" class="header_link">Support</a> <div id="header_menu_support" class="header_menu"> <div class="left"> <div class="inner"> <div class="column left_column"> <h5><a href="/support">Get Support</a></h5> <h5><a href="https://forums.buffalotech.com/" target="_blank">Forums</a></h5> <h5><a href="/knowledge-base">Knowledge Base</a></h5> <h5><a href="/data-recovery">Data Recovery</a></h5> <h5><a href="/resources/buffalo-security-notices-home">Security Notices</a></h5> </div> <div class="column"> <h5><a href="/warranty">Warranty Information</a></h5> <ul> <li><a href="https://www.buffalotech.com/warranty/warranty-terms">Warranty Terms</a></li> <li><a href="https://www.buffalotech.com/warranty/scope-of-support">Scope of Support</a></li> <li><a href="/support-pages/product-registration">Product Registration</a></li> </ul> </div> <div class="clear"></div> </div> <a href="/knowledge-base"><img class="left_img" src="/images/site/support_menu_knowledge.jpg" alt=""></a> <a href="https://forums.buffalotech.com/" target="_blank"><img class="right_img" src="/images/site/support_menu_forums.jpg" alt=""></a> </div> <div class="right"> <div class="inner"> <h3>Downloads</h3> <p>Find and download the latest product firmware, utility or driver.</p> <form id="prod_vars_search" method="post" action="https://www.buffalotech.com/" > <div class='hiddenFields'> <input type="hidden" name="params" value="eyJyZXN1bHRfcGFnZSI6InN1cHBvcnRcL2Rvd25sb2Fkcy1yZXN1bHRzIn0" /> <input type="hidden" name="ACT" value="32" /> <input type="hidden" name="site_id" value="1" /> <input type="hidden" name="csrf_token" value="5538aa9dd5b0e8113b22516ace1cb2df61f01f34" /> </div> <div id="typeahead"> <input class="typeahead" type="text" name="keywords" placeholder="Product" required> </div> <input type="submit" value="Submit"> </form> <!-- set list for typeahead variables using stash--> </div> </div> </div> </li> <li id="header_partners" class="listitem_hasdropdown"> <a id="header_link_partners" class="header_link">Partners</a> <div id="header_menu_partners" class="header_menu"> <div class="left"> <div class="inner"> <h5><a href="/partners">Partners</a></h5> <ul> <li><a href="https://www.buffalotech.com/partners/partner-program">Partner Program</a></li> <li><a href="https://www.buffalotech.com/partners/red-rewards-network-attached-storage">Red Rewards</a></li> <li><a href="https://www.buffalotech.com/partners/deal-registration">Deal Registration</a></li> <li><a href="/partners/partner-registration">Partner Registration</a></li> </ul> </div> <a href="/partners/partner-registration"><img src="/images/site/partners_menu_reg.jpg" alt=""></a> </div> <div class="right"> <img src="/images/made/chrootimages/about_buffalo/ts3030_270_150_s_c1.png" width="270" height="150" alt="" /> <div class="inner"> <h5>Latest Article</h5> <h3><a href="https://www.buffalotech.com/news/product-transition-announcement-updated-ts3020-nas-family-to-ts3030-and-ts5020-nas-families">Product Transition Announcement Update - TS3020 NAS Family to TS3030 and TS5020 NAS Families</a></h3> <hr class="bslash"> </div> </div> </div> </li> <li id="header_about" class="listitem_hasdropdown"> <a id="header_link_about" class="header_link">About</a> <div id="header_menu_about" class="header_menu"> <div class="left header_menu_about_column"> <div class="inner"> <h5><a href="/about">About</a></h5> <ul> <li><a href="https://www.buffalotech.com/about/about-buffalo">About Buffalo</a></li> <li><a href="https://www.buffalotech.com/about/contact-us">Contact Us</a></li> <li><a href="https://www.buffalotech.com/about/taa-compliant">TAA Compliant</a></li> <li><a href="https://www.buffalotech.com/about/join-the-herd">Receive our Solution & Announcement Emails</a></li> <li><a href="https://www.buffalotech.com/about/industry-partnerships">Industry Partnerships</a></li> <li><a href="https://www.buffalotech.com/about/Buffalo-Americas-Inc.-Trademarks">Trademarks</a></li> <li><a href="https://www.buffalotech.com/about/legal">Legal</a></li> </ul> <h5><a href="/careers">Careers</a></h5> <ul> <li><a href="https://www.buffalotech.com/careers/careers-at-buffalo">Careers at Buffalo</a></li> </ul> <h5><a href="/news">News & Press</a></h5> <ul> <li><a href="/news/category/press-releases">Press Releases</a></li> </ul> <!-- <h5><a href="/blog">Blog</a></h5> <ul> <li><a href="/blog/category/blog-helpful-tips">Blog & Tips</a></li> </ul> --> </div> <a href="/careers/"><img src="/images/site/about_menu_apply.jpg" alt=""></a> </div> <div class="right header_menu_about_column"> <img src="/images/made/chrootimages/about_buffalo/ts3030_270_150_s_c1.png" width="270" height="150" alt="" /> <div class="inner" style="padding: 18px 18px 0px 18px;"> <h5>Latest Articles</h5> <h3><a href="https://www.buffalotech.com/news/product-transition-announcement-updated-ts3020-nas-family-to-ts3030-and-ts5020-nas-families">Product Transition Announcement Update - TS3020 NAS Family to TS3030 and TS5020 NAS Families</a></h3> <hr class="bslash"> </div> <div class="inner" style="padding: 18px 18px 0px 18px;"> <h5>News & Press</h5> <h3><a href="https://www.buffalotech.com/news/CRN2024-win">Buffalo Americas Wins Eighth Consecutive CRN Annual Report Card Award for 2024</a></h3> <hr class="bslash"> </div> </div> </div> </li> <li class="last" id="header_search"> <a id="search_btn">Search</a> </li> </ul> </nav> <div id="sales_chat"> <!-- https://lc.chat/now/6075061/6 --> <a id="top-sales-chat-a" href="javascript:void(0)" target="_blank"> <img id="top-sales-chat" onclick="bootstrapChat()" src="/images/site/icon_buffalo.png" alt="Sales Chat - Click Here"> </a> </div> </div> <!-- mobile navigation --> <div class="mobile-nav"> <a href="javascript:void(0)" id="menu-trigger"> <span class="line-wrap"> <span class="line top"></span> <span class="line center"></span> <span class="line bottom"></span> </span> </a> <div id="mobile-navbar"> <!-- search form--> <div class="search_form"> <form method="post" action="https://www.buffalotech.com/" > <div class='hiddenFields'> <input type="hidden" name="params" value="eyJyZXN1bHRfcGFnZSI6InNlYXJjaCJ9" /> <input type="hidden" name="ACT" value="32" /> <input type="hidden" name="site_id" value="1" /> <input type="hidden" name="csrf_token" value="5538aa9dd5b0e8113b22516ace1cb2df61f01f34" /> </div> <input type="text" name="keywords" placeholder="keyword search..."> <input type="submit" value="Search"> </form> </div> <!-- navigation --> <nav> <ul> <!-- level 1 menu --> <li><a href="javascript:void(0)" class="">Products</a><em class="level-1"></em> <ul> <li test> <a href="/products/category/network-attached-storage">Network Attached Storage</a> <em class="level-2 ee"></em> <ul> <li><a href="/products/for-business" >For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home" >For Home </a></li> </ul> </li> <li test> <a href="/products/category/external-solid-state-drive-ssd">Portable Solid State Drive (SSD)</a> <em class="level-2 ee"></em> <ul> </ul> </li> <li test> <a href="/products/category/external-hard-drives">External Hard Drives</a> <em class="level-2 ee"></em> <ul> <li><a href="/products/category/external-hard-drives/desktop-drives-drivestation" >Desktop Drives</a></li> <li><a href="/products/category/external-hard-drives/portable-drives-ministation" >Portable Drives </a></li> </ul> </li> <li test> <a href="/products/category/while-supplies-last">While Supplies Last</a> <em class="level-2 ee"></em> <ul> <li><a href="/products/category/while-supplies-last/all-products-while-supplies-last" >View all limited supply products</a></li> </ul> </li> <li> <a href="/products/category/optical-drives">Optical Drives</a><em class="level-2 ee"></em> <ul> <li><a href="/products/category/optical-drives/dvd-writers-mediastation" >DVD Writers</a></li> <li><a href="/products/category/optical-drives/blu-ray-writers-mediastation" >Blu-ray Writers</a></li> </ul> </li> <li> <a href="/products/category/network-switches">Multi-Gigabit Switches</a><em class="level-2 ee"></em> <ul> <li><a href="/products/category/network-switches/10-gigabit-multi-gigabit-switch" >10-Gigabit / Multi-Gigabit Switch</a></li> </ul> </li> <li> <a href="/products/category/accessories">Accessories</a><em class="level-2 ee"></em> <ul> <li><a href="/products/remote-management-service">Remote Management Service</a></li> <li><a href="/products/category/accessories/spare-hard-drives" >Spare Hard Drives</a></li> <li><a href="/products/category/accessories/spare-parts" >Adapter/Spare Parts</a></li> <li><a href="/products/category/accessories/software" >Anti-Virus Software</a></li> <li><a href="/products/category/accessories/warranty-services" >Warranty Services</a></li> </ul> </li> <li><a href="/products">View All</a></li> </ul> </li> <!-- level 1 menu --> <li><a href="javascript:void(0)" class="">Resources</a><em class="level-1"></em> <ul> <li> <a href="/resources/use-cases-white-papers">Use Cases / White Papers / Case Studies</a> </li> <li> <a href="/resources/taa-compliance1" >TAA Compliance</a> </li> <li> <a href="/resources/registration-benefits " >Product Registration Benefits</a> </li> </ul> </li> <li><a href="/where-to-buy" class="current">Where To Buy</a></li> <!-- level 1 menu --> <li><a href="javascript:void(0)" class="">Support</a><em class="level-1"></em> <ul> <li><a href="/support" >Get Support</a></li> <li><a href="http://forums.buffalotech.com/" target="_blank">Forums</a></li> <li><a href="/knowledge-base" >Knowledge Base</a></li> <li><a href="/data-recovery" >Data Recovery</a></li> <li> <a href="/warranty" >Warranty</a><em class="level-2"></em> <ul> <li><a href="https://www.buffalotech.com/warranty/warranty-terms" >Warranty Terms</a></li> <li><a href="https://www.buffalotech.com/warranty/scope-of-support" >Scope of Support</a></li> </ul> </li> <li> <a href="javascript:Void(0);">Find and download</a><em class="level-2"></em> <ul class="find-downloads"> <li> <form id="prod_vars_search_mob" method="post" action="https://www.buffalotech.com/" > <div class='hiddenFields'> <input type="hidden" name="params" value="eyJyZXN1bHRfcGFnZSI6InN1cHBvcnRcL2Rvd25sb2Fkcy1yZXN1bHRzIn0" /> <input type="hidden" name="ACT" value="32" /> <input type="hidden" name="site_id" value="1" /> <input type="hidden" name="csrf_token" value="5538aa9dd5b0e8113b22516ace1cb2df61f01f34" /> </div> <div class="typeahead-mob"> <input class="typeahead-mob" type="text" name="keywords" placeholder="Model Number" required> </div> <input type="submit" value="Submit"> </form> </li> </ul> </li> </ul> </li> <!-- level 1 menu --> <li><a href="javascript:void(0)" class="">Partners</a><em class="level-1"></em> <ul> <li> <a href="/partners" >Partners</a><em class="level-2"></em> <ul> <li><a href="https://www.buffalotech.com/partners/arc-promo-form-submitted" >ARC Promo Form Submitted</a></li> <li><a href="https://www.buffalotech.com/partners/arc-partnership-promotion" >ARC Partnership Promotion</a></li> <li><a href="https://www.buffalotech.com/partners/optical-demo-program-ingram-micro-can" >Buffalo Optical Demo Program</a></li> <li><a href="https://www.buffalotech.com/partners/optical-demo-program-td-synnex-can" >Buffalo Optical Demo Program</a></li> <li><a href="https://www.buffalotech.com/partners/optical-demo-program-td-synnex" >Buffalo Optical Demo Program</a></li> <li><a href="https://www.buffalotech.com/partners/optical-demo-program-ingram-micro" >Buffalo Optical Demo Program</a></li> <li><a href="https://www.buffalotech.com/partners/optical-demo-program-DH" >Buffalo Optical Demo Program</a></li> <li><a href="https://www.buffalotech.com/partners/optical-demo-program-application-submitted" >Application Submitted</a></li> <li><a href="https://www.buffalotech.com/partners/optical-demo-program" >Buffalo Optical Demo Program</a></li> <li><a href="https://www.buffalotech.com/partners/activate-program-application-DH" >Activate Program Application</a></li> <li><a href="https://www.buffalotech.com/partners/activate-program-application-submitted-thank-you" >Activate Program Application Submitted - Thank You!</a></li> <li><a href="https://www.buffalotech.com/partners/activate-program-application" >Activate Program Application</a></li> <li><a href="https://www.buffalotech.com/partners/partner-program" >Partner Program</a></li> <li><a href="https://www.buffalotech.com/partners/red-rewards-network-attached-storage" >Red Rewards</a></li> <li><a href="https://www.buffalotech.com/partners/deal-registration" >Deal Registration</a></li> </ul> </li> </ul> </li> <!-- level 1 menu --> <li><a href="javascript:void(0)" class="">About</a><em class="level-1"></em> <ul> <li> <a href="/about" >About</a><em class="level-2"></em> <ul> <li><a href="https://www.buffalotech.com/about/about-buffalo" >About Buffalo</a></li> <li><a href="https://www.buffalotech.com/about/contact-us" >Contact Us</a></li> <li><a href="https://www.buffalotech.com/about/taa-compliant" >TAA Compliant</a></li> <li><a href="https://www.buffalotech.com/about/join-the-herd" >Receive our Solution & Announcement Emails</a></li> <li><a href="https://www.buffalotech.com/about/industry-partnerships" >Industry Partnerships</a></li> <li><a href="https://www.buffalotech.com/about/Buffalo-Americas-Inc.-Trademarks" >Trademarks</a></li> <li><a href="https://www.buffalotech.com/about/legal" >Legal</a></li> </ul> </li> <li> <a href="/careers" >Careers</a><em class="level-2"></em> <ul> <li><a href="https://www.buffalotech.com/careers/careers-at-buffalo" >Careers at Buffalo</a></li> </ul> </li> <li> <a href="/news" >News & Press</a><em class="level-2"></em> <ul> <li><a href="/news/category/press-releases" >Press Releases</a></li> </ul> </li> <li> <a href="/blog" >Blog</a><em class="level-2"></em> <ul> <li><a href="/blog/category/blog-helpful-tips" >Blog & Tips</a></li> </ul> </li> </ul> </li> </ul> </nav> </div> </div> </header> <script type='text/javascript'> async function UpdateAvailability() { const response = await fetch('https://d.la1-core1.sfdc-lywfpd.salesforceliveagent.com/chat/rest/Visitor/Availability.jsonp?sid=undefined&Availability.prefix=Visitor&Availability.ids=[5735x000000PCzc]&callback=embedded_svc.liveAgentAPI.connection.handlePing&deployment_id=5725x000000PCnZ&org_id=00D600000006wRa&version=48', {cache: "no-cache"}); const ResponseData = await response.text(); if (ResponseData.includes("true")) { jQuery('#top-sales-chat').attr("src","https://www.buffalotech.com/images/uploads/ChatOnline.png"); jQuery('#top-sales-chat-a').attr("href","javascript:void(0)"); jQuery('.new-s-option').attr("href","javascript:void(0)"); jQuery('#top-sales-chat-a').removeAttr("target"); console.log('Agent Available'); } else { jQuery('#top-sales-chat-a').attr("href","https://www.buffalotech.com/about/contact-us"); jQuery('#top-sales-chat').attr("src","https://www.buffalotech.com/images/uploads/ChatOffline.png"); jQuery('.new-s-option').attr("href","https://www.buffalotech.com/about/contact-us"); jQuery('.new-s-option-img-Live').attr("src","https://www.buffalotech.com/images/uploads/icon_live_chat_greyed_out.png"); jQuery('#top-sales-chat').removeAttr("onclick"); jQuery('.new-s-option-img-Live').removeAttr("onclick"); console.log('No Agent Available'); } setTimeout(UpdateAvailability, 30000) } UpdateAvailability(); </script><script type='text/javascript'> function bootstrapChat() {embedded_svc.bootstrapEmbeddedService()} </script> <script type='text/javascript' src='https://service.force.com/embeddedservice/5.0/esw.min.js'></script><script type='text/javascript'> embedded_svc.addEventHandler("onAvailability", function(data) { console.log("onAvailability event was fired. Agent availability status is " + data.isAgentAvailable); }); var initESW = function(gslbBaseURL) { embedded_svc.settings.displayHelpButton = false; //Or false embedded_svc.settings.language = ''; //For example, enter 'en' or 'en-US' //embedded_svc.settings.defaultMinimizedText = '...'; //(Defaults to Chat with an Expert) //embedded_svc.settings.disabledMinimizedText = '...'; //(Defaults to Agent Offline) //embedded_svc.settings.loadingText = ''; //(Defaults to Loading) //embedded_svc.settings.storageDomain = 'yourdomain.com'; //(Sets the domain for your deployment so that visitors can navigate subdomains during a chat session) // Settings for Chat //embedded_svc.settings.directToButtonRouting = function(prechatFormData) { // Dynamically changes the button ID based on what the visitor enters in the pre-chat form. // Returns a valid button ID. //}; //embedded_svc.settings.prepopulatedPrechatFields = {}; //Sets the auto-population of pre-chat form fields //embedded_svc.settings.fallbackRouting = []; //An array of button IDs, user IDs, or userId_buttonId //embedded_svc.settings.offlineSupportMinimizedText = '...'; //(Defaults to Contact Us) embedded_svc.settings.enabledFeatures = ['LiveAgent']; embedded_svc.settings.entryFeature = 'LiveAgent'; // saving pre chat details in chat transcript record embedded_svc.settings.extraPrechatFormDetails = [ {"label":"First Name", "transcriptFields": ["PreChat_First_Name__c"]}, {"label":"Last Name", "transcriptFields": ["PreChat_Last_Name__c"]}, {"label":"Email", "transcriptFields": ["PreChat_Email__c"]}, {"label":"Phone", "transcriptFields": ["PreChat_Phone__c"]}, {"label":"Reason for Contact:", "transcriptFields": ["PreChat_ReasonforContact__c"]}, {"label":"How can we help?", "transcriptFields": ["PreChat_How_can_we_help__c"]} ]; embedded_svc.init( 'https://buffaloamericas.my.salesforce.com', 'https://buffalotech.secure.force.com/liveAgentSetupFlow', gslbBaseURL, '00D600000006wRa', 'Pre_Sales', { baseLiveAgentContentURL: 'https://c.la1-c2-ia4.salesforceliveagent.com/content', deploymentId: '5725x000000PCnZ', buttonId: '5735x000000PCzc', baseLiveAgentURL: 'https://d.la1-c2-ia4.salesforceliveagent.com/chat', eswLiveAgentDevName: 'Pre_Sales', isOfflineSupportEnabled: false } ); }; if (!window.embedded_svc) { var s = document.createElement('script'); s.setAttribute('src', 'https://buffaloamericas.my.salesforce.com/embeddedservice/5.0/esw.min.js'); s.onload = function() {initESW(null);}; document.body.appendChild(s); } else {initESW('https://service.force.com');} </script> <!-- Template includes/.header end --> <section id="content"> <div class="container" style="margin-bottom: 50px;"> <h1>Where to Buy</h1> <hr class="bslash"> <p>Shop Online <strong>or</strong> find the closest retail store, Distributor or Reseller near you by using the filtering system below.</p> <p>Find an Authorized Buffalo Solution Provider in Your Area. Email <a href="mailto:VAR@buffaloamericas.com">VAR@buffaloamericas.com</a></p> </div> <!-- <section id="shop_quickmenu"> <h2>Shop Online</h2> <ul id="quickmenu_main"> <li class="quickmenu_main_link first"> <a>Network Attached Storage</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>Unmanaged Switches</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>Portable Solid State Drive (SSD)</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>Smart Switches</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>External Hard Drives</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>SFP Transceivers</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>While Supplies Last</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>Optical Drives</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>Multi-Gigabit Switches</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li><li class="quickmenu_main_link"> <a>Accessories</a> <ul class="quickmenu_sub"> <li><a href="/products/category/network-attached-storage/network-attached-storage-for-business">For Business</a></li> <li><a href="/products/category/network-attached-storage/Network-Attached-Storage-for-Home">For Home </a></li> </ul> <div class="border_cover"></div> </li> </ul> </section> --> <h2>Find the closest Retail Store, Distributor, or Reseller</h2> <section id="filters"> <div id="filters_top"> <div class="container"> <h5>Select Country*</h5> <select class="filters-select customselect"> <option value="*">Country</option> <option value=".united-states">United States</option> <option value=".canada">Canada</option> <option value=".mexico">Mexico</option> </select> <!-- Hidden 8-18-16 Design Solution Button <a href="#" class="btn">Design My Solution</a> --> <div class="clear"></div> </div> </div> <div id="filters_bottom"> <div class="container"> <h5>Select A Partner*<br><span>(check all that apply)</span></h5> <span class="filters"> <ul class="filter option-set" data-filter-group="fandom"> <li><a href="#" data-filter-value=".online-stores" id="15">Online Stores</a></li> <li><a href="#" data-filter-value=".retail-stores" id="14">Retail Stores</a></li> <li><a href="#" data-filter-value=".distributors" id="16">Distributors</a></li> <li><a href="#" data-filter-value=".resellers" id="17">Resellers</a></li> </ul> </span> <div class="clear"></div> </div> </div> </section> <div id="stores" class="grid"> <div class="store online-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Amazon.com_logo_RGB_copy_.jpg" alt="Amazon"> </div> <h3>Amazon</h3> <h4></h4> <h5><a class="whole-where" href="https://www.amazon.com/stores/node/13862123011?_encoding=UTF8&field-lbr_brands_browse-bin=BUFFALO&ref_=bl_dp_s_web_13862123011" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores mexico"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Abasteo_Logo.jpg" alt="Abasteo"> </div> <h3>Abasteo</h3> <h4>(33) 47371360</h4> <h5><a class="whole-where" href="http://www.abasteo.mx/Fabricante/BUFFALO/" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores canada"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Amazon_CA_Logo.jpg" alt="Amazon Canada"> </div> <h3>Amazon Canada</h3> <h4></h4> <h5><a class="whole-where" href="https://www.amazon.ca/s?k=buffalo+terastation&ref=nb_sb_noss_2" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores mexico"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/amazon_mexico.JPG" alt="Amazon Mexico"> </div> <h3>Amazon Mexico</h3> <h4></h4> <h5><a class="whole-where" href="https://www.amazon.com.mx/s?k=terastation&__mk_es_MX=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores retail-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/BH-Logo.jpg" alt="B&H Photo"> </div> <h3>B&H Photo</h3> <h4>(800) 606-6969</h4> <h5><a class="whole-where" href="https://www.bhphotovideo.com/c/search?Ntt=terastation&N=0&InitialSearch=yes&sts=ma&Top+Nav-Search=" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Best-Buy-Logo.jpg" alt="Best Buy"> </div> <h3>Best Buy</h3> <h4>(888) 237-8289</h4> <h5><a class="whole-where" href="https://www.bestbuy.com/site/searchpage.jsp?st=buffalo+technology&_dyncharset=UTF-8&_dynSessConf=&id=pcat17071&type=page&sc=Glob" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores canada"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Best-Buy-Logo.jpg" alt="Best Buy Canada"> </div> <h3>Best Buy Canada</h3> <h4>(866) 237-8289</h4> <h5><a class="whole-where" href="https://www.bestbuy.ca/en-ca/search?path=sellerName%253ABest%2BBuy%2BBusiness%253BbrandName%253ABUFFALO%2BAMERICAS&sort=priceLow" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/BUFFALO_logo-highres.jpg" alt="Buffalo Accessory Store"> </div> <h3>Buffalo Accessory Store</h3> <h4></h4> <h5><a class="whole-where" href="https://buffalo-support.myshopify.com/collections" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores resellers united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/CDW-Chopped-Red.gif" alt="CDW"> </div> <h3>CDW</h3> <h4>(800) 800-4239</h4> <h5><a class="whole-where" href="https://www.cdw.com/search/?key=buffalo%20terastation&searchscope=all&sr=1" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores resellers canada"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/CDW-Canada-Logo.jpg" alt="CDW Canada"> </div> <h3>CDW Canada</h3> <h4>(800) 972-3922</h4> <h5><a class="whole-where" href="https://www.cdw.ca/search/?key=terastation&searchscope=all&sr=1" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores mexico"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/CyberPuerta_Logo.png" alt="CyberPuerta"> </div> <h3>CyberPuerta</h3> <h4>GDA (33) 4737 1360 MEX (55) 4737 1360</h4> <h5><a class="whole-where" href="https://www.cyberpuerta.mx/Buffalo-TeraStation/" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store distributors united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/DHDist_RndBx_RGB_Shiny_Bb.png" alt="D&H"> </div> <h3>D&H</h3> <h4>(800) 340-1001</h4> <h5><a class="whole-where" href="https://www.dandh.com" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store distributors canada"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/DH-Canada-Rounded-Shiny-logo-blk-border.jpg" alt="D&H Canada"> </div> <h3>D&H Canada</h3> <h4>(800) 340-1008</h4> <h5><a class="whole-where" href="https://www.dandh.ca" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store distributors united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Ingram_Micro_Wordmark®_Blue_HiRes.jpg" alt="Ingram Micro"> </div> <h3>Ingram Micro</h3> <h4>(714) 566-1000</h4> <h5><a class="whole-where" href="http://www.ingrammicro.com/" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store distributors mexico"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Ingram_Micro_Wordmark®_Blue_HiRes.jpg" alt="Ingram Micro Mexico"> </div> <h3>Ingram Micro Mexico</h3> <h4>(55) 5263-6500</h4> <h5><a class="whole-where" href="https://mx.ingrammicro.com/Site/Search#keywords%3abuffalo" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores resellers united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/Insight_Logo_®_Vert_RGB_F.jpg" alt="Insight"> </div> <h3>Insight</h3> <h4>(800) 467-4448</h4> <h5><a class="whole-where" href="https://www.insight.com/en_US/search.html?qtype=all&q=terastation&pq=%7B%22pageSize%22%3A10%2C%22currentPage%22%3A1%2C%22shownFl" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores resellers canada"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/Insight_Logo_®_Vert_RGB_F.jpg" alt="Insight Canada"> </div> <h3>Insight Canada</h3> <h4>(800) 467-4448</h4> <h5><a class="whole-where" href="https://ca.insight.com/en_CA/search.html?qtype=all&q=terastation&pq=%7B%22pageSize%22%3A10%2C%22currentPage%22%3A1%2C%22shownFla" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores mexico"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/logo_intercompras_Alta_Definicion_fondo_transparente.jpg" alt="Intercompras"> </div> <h3>Intercompras</h3> <h4>01-800-099-6868</h4> <h5><a class="whole-where" href="https://intercompras.com/marcas/buffalo" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores retail-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Micro-Center-Logo.png" alt="Micro Center"> </div> <h3>Micro Center</h3> <h4>(614) 850-3675</h4> <h5><a class="whole-where" href="https://www.microcenter.com/search/search_results.aspx?Ntt=terastation" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store resellers mexico"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/MR_Computer_Solutions_Logo.JPG" alt="MR Solutions"> </div> <h3>MR Solutions</h3> <h4>(01 55) 5523-2003</h4> <h5><a class="whole-where" href="https://www.mrsolutions.com.mx/mrbuffalo/" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/NewEgg-Logo.jpg" alt="NewEgg"> </div> <h3>NewEgg</h3> <h4>(800) 390-1119</h4> <h5><a class="whole-where" href="https://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Order=BESTMATCH&Description=terastation&N=-1&isNodeId=1" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Office_Depot_Max_Logo.png" alt="Office Depot / Office Max"> </div> <h3>Office Depot / Office Max</h3> <h4>(800) 463-3768</h4> <h5><a class="whole-where" href="https://www.officedepot.com/catalog/search.do?Nty=1&Ntx=mode+matchpartialmax&Ntk=all&Ntt=buffalo&N=5&cbxRefine=723443&cbxRefine=" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store "> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/OWC_Logo.jpg" alt="Other World Computing"> </div> <h3>Other World Computing</h3> <h4>(800) 275-4576</h4> <h5><a class="whole-where" href="https://eshop.macsales.com/search/?q=buffalo&filter.catidpath=4353" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores resellers united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/PCC_Logo.jpg" alt="PC Connection"> </div> <h3>PC Connection</h3> <h4>(800) 800-0014</h4> <h5><a class="whole-where" href="https://www.connection.com/IPA/Shop/Product/Search?SearchType=1&term=terastation" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores mexico"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/PCEL_-_Logo.png" alt="PCEL"> </div> <h3>PCEL</h3> <h4>+52 (81) 8865-6000</h4> <h5><a class="whole-where" href="https://pcel.com/buffalo" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/PROVANTAGE_High_Res_Logo.jpg" alt="ProVantage"> </div> <h3>ProVantage</h3> <h4>(800) 336-1166</h4> <h5><a class="whole-where" href="https://www.provantage.com/service/searchsvcs?QUERY=terastation&SUBMIT.x=24&SUBMIT.y=8" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store "> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Sanko_International_Logo.png" alt="Sanko International"> </div> <h3>Sanko International</h3> <h4>(+571) 6210025</h4> <h5><a class="whole-where" href="http://sankoit.co/es" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store resellers united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/SIMPY-NAS-LOGO.jpg" alt="Simply NAS"> </div> <h3>Simply NAS</h3> <h4>(407) 960-4690</h4> <h5><a class="whole-where" href="https://www.simplynas.com/pages/buffalo-terastation-products" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores retail-stores united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Staples-Logo.jpg" alt="Staples"> </div> <h3>Staples</h3> <h4>(800) 333-3330</h4> <h5><a class="whole-where" href="https://www.staples.com/buffalo/directory_buffalo?fids=Department_3A_22NAS%21_2F%21Cloud%21Storage_22%7CDepartment_3A_22External" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store distributors united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/TD_SYNNEX_color_250x250-logo2.jpg" alt="TD Synnex"> </div> <h3>TD Synnex</h3> <h4>(800) 756-9888</h4> <h5><a class="whole-where" href="http://www.synnex.com/" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store distributors canada"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/about_buffalo/TD_SYNNEX_color_250x250-logo2.jpg" alt="TD Synnex Canada"> </div> <h3>TD Synnex Canada</h3> <h4>(800) 387-9140</h4> <h5><a class="whole-where" href="https://www.synnexcorp.com/ca/" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="store online-stores resellers united-states"> <div class="image"> <span class="helper"></span> <img src="https://www.buffalotech.com/images/where_to_buy/Zones_Logo_External.jpg" alt="Zones"> </div> <h3>Zones</h3> <h4>800.408.9663</h4> <h5><a class="whole-where" href="https://www.zones.com/site/locate/search_within.html?txt_refine_search=terastation&txt_search2.x=0&txt_search2.y=0" target="_blank">Website</a></h5><br> <p>Network Attached Storage, For Business, For Home , External Hard Drives, Optical Drives, Multi-Gigabit Switches, Accessories</p> </div> <div class="clear"></div> </div> </section> <div id="push"></div> </div> <footer> <div id="footer_main" class="full"> <div class="container"> <a href="/about/join-the-herd"> <div id="footer_main_left"> <img src="/images/site/join-the-herd.png" style="margin-top:13px; height: 39px;width: auto;"> </div> </a> <!-- <div id="footer_main_mid"> <img src="/images/site/tagline.png" alt="Performance Matters"> </div> --> <div id="footer_main_right" class="right"> <ul> <li><a href="https://www.facebook.com/BuffaloAmericas" id="Facebook" target="_blank"><div class="normal" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_facebook.png)">Facebook</div><div class="hover" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_facebook_hover.png)">Facebook</div></a></li> <li><a href="https://twitter.com/buffaloamericas" id="Twitter" target="_blank"><div class="normal" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_twitter.png)">Twitter</div><div class="hover" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_twitter_hover.png)">Twitter</div></a></li> <li><a href="https://www.linkedin.com/company/buffalo-technology" id="LinkedIn" target="_blank"><div class="normal" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_linkedin.png)">LinkedIn</div><div class="hover" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_linkedin_hover.png)">LinkedIn</div></a></li> <li><a href="https://community.spiceworks.com/pages/Buffalo" id="Spiceworks" target="_blank"><div class="normal" style="background: url(https://www.buffalotech.com/images/uploads/sworks_logo_new.png)">Spiceworks</div><div class="hover" style="background: url(https://www.buffalotech.com/images/uploads/sworks.png)">Spiceworks</div></a></li> <li><a href="https://www.youtube.com/user/buffalotechchannel" id="Youtube" target="_blank"><div class="normal" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_youtube.png)">Youtube</div><div class="hover" style="background: url(https://www.buffalotech.com/images/uploads/footer_icon_youtube_hover.png)">Youtube</div></a></li> <li><a id="Spicewoks" href="//community.spiceworks.com/pages/https://community.spiceworks.com/pages/Buffalo/follow?utm_medium=button_swoosh_only" target="_blank"><div class="normal">Spiceworks</div><div class="hover">Spiceworks</div></a></li> </ul> </div> </div> </div> <div id="footer_sitemap_container"> <a id="footer_bottom_tab"> <span>Global Site Map</span> </a> <div id="footer_sitemap"> <div class="container"> <div class="column"> <h5>Products</h5> <ul> <li><a href="/products/category/network-attached-storage-nas">Network Attached Storage</a></li> <li><a href="/products/category/external-hard-drives">External Hard Drives</a></li> <li><a href="/products/category/wireless-networking">Wireless Networking</a></li> <li><a href="/products/category/network-switches">Network Switches</a></li> <li><a href="/products/category/optical-drives">Optical Drives</a></li> <li><a href="/products/category/accessories">Accessories</a></li> </ul> </div> <div class="column"> <h5>Resources</h5> <ul> <li><a href="/resources/category/case-studies">Case Studies</a></li> <li><a href="/resources/category/white-papers">White Papers</a></li> <li><a href="/resources/category/success-stories">Success Stories</a></li> <li><a href="/raid">RAID Calculator</a></li> </ul> </div> <div class="column"> <h5><a href="/where-to-buy">Where to Buy</a></h5> <br> <h5>Support</h5> <ul> <li><a href="/support">Get Support</a></li> <li><a href="/knowledge-base">Knowledge Base</a></li> <li><a href="http://forums.buffalotech.com/" target="_blank">Forums</a></li> <li><a href="/warranty">Warranty</a></li> </ul> </div> <div class="column"> <h5><a href="/partners">Partners</a></h5> <h5><a href="/about">About</a></h5> <h5><a href="/careers">Careers</a></h5> <h5><a href="/news">News & Press</a></h5> <h5><a href="/blog">Blog</a></h5> <h5><a href="/about/contact-us">Contact</a></h5> </div> <div class="clear"></div> </div> </div> </div> <div id="footer_bottom" class="full"> <div class="container"> <div id="footer_bottom_left" class="left"> <a href="/about/legal#tab-privacy-policy">Privacy Policy</a> <a href="/about/legal">Patents</a> <a href="/select-your-region/">Change Region</a> </div> <div id="footer_bottom_right" class="right"> <p>© 2024 Buffalo Americas, Inc. All Rights Reserved</p> </div> </div> </div> </footer> <div id="search_popup"> <div id="search_container"> <a id="search_close">X</a> <div class="search_form"> <form method="post" action="https://www.buffalotech.com/" > <div class='hiddenFields'> <input type="hidden" name="params" value="eyJyZXN1bHRfcGFnZSI6InNlYXJjaCJ9" /> <input type="hidden" name="ACT" value="32" /> <input type="hidden" name="site_id" value="1" /> <input type="hidden" name="csrf_token" value="5538aa9dd5b0e8113b22516ace1cb2df61f01f34" /> </div> <input type="text" name="keywords" placeholder="keyword search..."> <input type="submit" value="Search"> </form> </div> </div> </div> <div class="darken"></div> <script> $(document).ready(function() { var substringMatcher = function(strs) { return function findMatches(q, cb) { var matches, substringRegex; // an array that will be populated with substring matches matches = []; // regex used to determine if a string contains the substring `q` substrRegex = new RegExp(q, 'i'); // iterate through the pool of strings and for any string that // contains the substring `q`, add it to the `matches` array $.each(strs, function(i, str) { if (substrRegex.test(str)) {matches.push(str);} }); cb(matches); }; }; var prodvars = ['TS51220RH12012', 'TS51220RH4812', 'TS51220RH1604', 'TS3430RN3204', 'TS3430RN1604', 'TS3430RN0804', 'TS3430RN1602', 'TS3430RN0802', 'TS3430RN0402', 'TS3430DN3204', 'TS3430DN1604', 'TS3430DN0804', 'TS3430DN1602', 'TS3430DN0802', 'TS3430DN0402', 'TS3230DN1602', 'TS3230DN0802', 'TS3230DN0402', 'TS3420RN6404', 'TS3420RN4804', 'SSD-SAO1.0U3B', 'SSD-SAO2.0U3B', 'SSD-PHO1.0U3B', 'SSD-PHO2.0U3B', ' SSD-PHO4.0U3B', 'TS3220DN1602', 'DVSM-PUV8U3B-US', 'BRXL-PUS6U3B-US', 'DVSM-PUV8U3B-TAA', 'OP-NVSSD-2.0T', 'OP-NVSSD-512G', 'TS71210RH24012', 'TS71210RH19212', 'TS71210RH14412', 'TS71210RH9612', 'TS71210RH8004', 'TS71210RH6404', 'TS71210RH4804', 'TS71210RH3204', 'TS5420DN8004', 'TS5420RN8004', 'TS5420RN6404', 'TS5420DN4002', 'TS5420DN3202', 'TS5420DN6404', 'TS5820DN6404', 'TS5820DN8004', 'TS5820DN16008', 'TS5820DN12808', 'BRXL-PUS6U3B-TAA', 'OP-HD20.0H2U-5Y', 'OP-HD16.0N', 'OP-HD20.0N', 'TS5820DN9608', 'TS5820DN6408', 'TS5820DN4804', 'TS5820DN3204', 'TS51220RH24012', 'TS51220RH19212', 'TS51220RH14412', 'TS51220RH9612', 'TS51220RH8004', 'TS51220RH6404', 'TS51220RH4804', 'TS51220RH3204', 'TS5420RN1604', 'TS5420RN3204', 'TS5420RN4804', 'TS5420DN4804', 'TS5420DN3204', 'TS5420DN1604', 'TS5420DN2402', 'TS5420DN1602', 'TS5420DN0802', 'TS3420R3204S', 'TS3420R2404S', 'TS3420R1604S', 'TS3420D3204S', 'TS3420D2404S', 'TS3420D1604S', 'TS3420D0804S', 'OP-HD8.0-2Y', 'OP-HD6.0-2Y', 'OP-HD4.0-2Y', 'OP-HD2.0-2Y', 'TS3420R0804S', 'OP-HD12.0N', 'TS5410RN4804', 'SSD-PUT2.0U3B', 'SSD-PG2.0U3B', 'HD-PGF5.0U3GB', 'HD-PGF4.0U3GB', 'HD-PGF2.0U3BB', 'HD-PGF1.0U3B', 'SSD-PUT1.0U3B', 'SSD-PUT500U3B', 'SSD-PG1.0U3B', 'SSD-PG500U3B', 'OP-HD10.0N', 'WS5420RN40S9', 'WS5420RN32S9', 'WS5420RN16S9', 'WS5420DN32S9', 'WS5420DN16S9', 'WS5420DN08S9', 'WS5220DN08S9', 'LS720D1602', 'LS720D0802', 'LS720D0402', 'LS710D0801', 'LS710D0401', 'LS710D0201', 'LS720D1602B', 'LS720D0802B', 'LS720D0402B', 'OP-HD8.0BST-3Y', 'OP-HD16.0H2U-5Y', 'TS51210RH19212', 'TS51210RH6404', 'OP-HD6.0BST-3Y', 'LS210D0601', 'LS220D1202', 'LS220D1202B', 'HD-HS500Qv2', 'TS6400DN0802', 'TS6400DN1602', 'TS6400RN0802', 'TS6400RN1602', 'TS3210DN0802', 'TS3410RN0804', 'TS3420DN0804', 'TS3410DN0804', 'TS3420DN1602', 'TS3420DN0802', 'TS3420DN0402', 'TS3420DN3204', 'TS3420DN1604', 'TS3220DN0402', 'TS3420RN3204', 'TS3420RN1604', 'TS3420RN1602', 'TS3420RN0402', 'TS3420RN0802', 'TS6400RN1604', 'TS6400RN3204', 'TS6400DN1604', 'TS6400DN3204', 'LS220D0802B', 'LS220D0402B', 'TS3410RN0802', 'TS3410RN0402', 'TS5410RN1602', 'TS5410RN0802', 'OP-HD12.0H2U-5Y', 'TS51210RH4804', 'TS51210RH14412', 'TS3410DN0802', 'TS3410DN0402', 'TS5410DN1602', 'TS5410DN0802', 'TS5410DN0402', 'OP-HD8.0BN/B', 'OP-HD4.0BN/B', 'OP-HD2.0BN/B', 'WSH5610DN48S6', 'WSH5610DN24S6', 'WSH5610DN12S6', 'WS5420RN32S6', 'WS5420RN16S6', 'WS5420DN32W6', 'WS5420DN16W6', 'WS5420DN08W6', 'WS5220DN08W6', 'WS5220DN04W6', 'OP-HD10.0H2U-5Y', 'TS51210RH4004', 'TS51210RH12012', 'TS5410RN3204', 'TS5410DN3204', 'OP-HD8.0H2U-5Y', 'OP-HD4.0H2U-5Y', 'TS5810DN6408', 'TS5810DN3208', 'TS5810DN3204', 'TS5810DN1604', 'OP-HD8.0N', 'OP-HD10.0ZH-3Y', 'BS-MP2012', 'BS-MP2008', 'OP-HD1.0N', 'OP-HD6.0N', 'OP-HD4.0N', 'OP-HD3.0N', 'OP-HD2.0N', 'OP-PU-10R2UWR', 'OP-HD8.0H2U', 'OP-HD4.0H2U', 'TS51210RH9612', 'TS51210RH4812', 'TS51210RH3204', 'TS51210RH1604', 'OP-HD4.0BN', 'OP-HD2.0BN', 'OP-HD1.0BN', 'LS520DN0802', 'LS520DN0402', 'LS520DN0202', 'HD-PCF2.0U3BD', 'HD-PCF1.0U3BD', 'Airstation WZR-1750DHP', 'HD-LX8.0TU3', 'TS3410RN1604', 'TS3410RN1204', 'TS3420RN0804', 'TS3410RN0404', 'TS3410DN1604', 'TS3410DN1204', 'TS3410DN0404', 'TS3220DN0802', 'TS3210DN0402', 'BS-XP2012', 'BS-XP2008', 'TS5410RN2404', 'TS5410RN1604', 'TS5410RN0804', 'TS5410DN2404', 'TS5410DN1604', 'TS5410DN0804', 'TS5210DN0802', 'TS5210DN0402', 'WSH5610DN24S2', 'WSH5610DN12S2', 'TS-2RZH120T12D', '3YKYD40', '3YKYD30', '3YKYD20', '3YKYD10', '3YNBD10', '3YNBD20', '5YNBD40', '5YNBD30', '5YNBD20', '5YNBD10', '5YKYD40', '5YKYD30', '5YKYD20', '5YKYD10', 'TS1200D0402', 'WZR-600DHP2', 'TS-8VH12TL/R6', 'HD-QL8TU3/R5', 'HA-N1HZ60', 'BS-SFP-GSR', 'BS-SFP-GLR', 'WLA-G54C', 'HA-N1ZH60BK', 'PC-P1LAN', 'PC-P3LWG/DVD', 'WLI-U2-KG125S', 'WLE-HG-NDC', 'HD-LEM2.0TU2', 'HD-LEM1.5TU2', 'HD-LEM1.0TU2', 'HD-CL2.0TU2', 'HD-CL1.0TU2', 'HD-PF500U2/BK', 'HD-LB1.0TU3', 'HD-PXT1TU2/B', 'HD-PXT500U2/R', 'HD-PXT500U2/W', 'HD-PXT500U2/B', 'HD-PXT320U2/R', 'HD-PXT320U2/W', 'HD-PXT320U2/B', 'HD-PET500U2/W', 'HD-PET500U2/B', 'HD-PET320U2/W', 'HD-LB1.5TU2', 'HD-LB1.0TU2', 'HD-CXT2.0TU2', 'HD-CXT1.5TU2', 'HD-CXT1.0TU2', 'HD-PE640U3/BK', 'HD-PE500U3/BK', 'HD-PV640U2/BK', 'HD-PV500U2/BK', 'HD-PV320U2/BK', 'HD-PV250U2/BK', 'HD-AV2.0TU2', 'HD-AV1.5TU2', 'HD-AV1.0TU2', 'HD-HX2.0TU3', 'HD-HX1.5TU3', 'HD-HX1.0TU3', 'HD-PA500IBU2D', 'HD-PX500U2/RD', 'HD-PX500U2/BK', 'HD-PX500U2/WH', 'HD-PX320U2/RD', 'HD-PX320U2/BK', 'HD-PX320U2/WH', 'HD-PX250U2/RD', 'HD-PX250U2/WH', 'HD-CX2.0TU2', 'HD-CX1.5TU2', 'HD-CX1.0TU2', 'HD-CX500U2', 'HD-CE2.0TU2', 'HD-HS1.5TU2/F', 'HD-PF500U2/WH', 'HD-CE500IU2', 'HD-W2.0TIU2/R1', 'HD-RQS1TSU2R5', 'HDS-PH320U2', 'HDS-PH160U2', 'HD-CE1.0TU2', 'HD-CE750U2', 'HD-CE640U2', 'HD-CE500U2', 'HD-CE320U2', 'HD-HS640U2', 'HD-PF320U2', 'HD-PF250U2/BK', 'HD-PF160U2/BK', 'HD-PF120U2/BK', 'HD-PS500U2', 'HD-HS320Q', 'HD-PS320U2', 'HD-HS750IU2', 'HD-WS1.0TU2', 'HD-HS1.0TIU2/F', 'HD-HS500IU2', 'HD-HS320IU2', 'HD-QS4.0TSU2/R5', 'HD-QS2.0TSU2/R5', 'HD-QS1.0TSU2/R5', 'HD-PS300U2', 'HD-HS1.0TU2/F', 'HD-PS250U2', 'HD-PS160U2', 'HD-PS120U2', 'HD-PS80U2', 'HD-HS750U2', 'HD-HS500U2', 'HD-HS320U2', 'HD-Q2.0TSU2/R5', 'HD-Q1.0TSU2/R5', 'HD-W1.5TIU2/R1', 'HD-W1.0TIU2/R1', 'HD-QL4TU3R5', 'HD-HC320U2', 'HD-HC750IU2', 'HD-HC500IU2', 'HD-HC320IU2', 'HD-HC250IU2', 'HD-HC750U2', 'HD-HC500U2', 'HD-W800IU2/R1', 'HD-W500IU2/R1', 'HD-HC400U2', 'HD-HC250U2', 'HD-HC160U2', 'HD-HB400U2', 'HD-PH40U2/BST', 'HD-HB160U2', 'WLI-H4-D1300', 'WLI-UC-G450', 'WLI-UC-GNHP', 'WLI-U2-SG54HG', 'WLI-UC-GN', 'WLI-PCI-G300N', 'WLI-UC-G300HP', 'WLI-U2-G300N', 'WLI-CB-G300N', 'WLI-CB-G54HP', 'WLI3-TX1-G54', 'WLI-U2-KG54-AI', 'WLI-CB-G54S', 'WLI2-PCI-G54S', 'WLE-RMC', 'WLE-AT-DACB', 'WLE-AT-DACW', 'WLE-MYG', 'WLE-DA2', 'WLE-AT-NDRHB', 'WLE-AT-NDRHW', 'WLE-HG-NDR', 'LPV3-U2', 'LPV2-USB-TX1', 'LPV-WL11G', 'WLI-TX4-G54HP', 'WLI-CB-B11', 'WLE-WK', 'WCA-G', 'WHR-G125', 'WLA2-G54C', 'WHR-G54S', 'WYR-G54', 'WCR-G54', 'WHR-HP-AG108', 'WLAR-L11G-L', 'WLA-L11G', 'WZR-G108', 'WZR-G240', 'WZR-HP-G54', 'WZR-RS-G54', 'HD-QL16TU3R5', 'hd-pf500u2', 'HD-PCT500U3/B', 'HD-PCT1TU3/B', 'HD-PCT1TU3/BB', 'HD-PCT1TU2/BK', 'HD-PCT640U2/B', 'HD-PCT500U2/B', 'HD-PCT320U2/B', 'HD-PCT1TU2/BB', 'HD-PX250U2/BK', 'HD-PZ500U3B', 'HD-PET640U2/W', 'HD-PET640U2/R', 'HD-PET640U2/B', 'HD-PET500U2/R', 'HD-PET320U2/R', 'HD-PET320U2/B', 'HD-PE500U2/RD', 'HD-PE500U2/WH', 'HD-PE500U2/Bk', 'HD-PE320U2/RD', 'HD-PE320U2/WH', 'HD-PE320U2/BK', 'HD-PE250U2/RD', 'HD-PE250U2/WH', 'HD-PE250U2/BK', 'HD-PCF500U3B', 'HD-PHS80U2/UC', 'HD-PHS40U2/UC', 'HD-PHS160U2/UC', 'LS-V4.0TL', 'LS-QVL/E', 'LS-Q8.0TL/R5', 'LS-Q6.0TL/R5', 'LS-Q4.0TL/R5', 'LS-Q2.0TL/R5', 'LS-Q1.0TL/R5', 'LS-QV8.0TL/R5', 'LS-QV6.0TL/R5', 'LS-QV4.0TL/R5', 'LS-QV12TL/R5', 'LS-QV2.0TL/R5', 'LS-XH500L', 'LS-XH2.0TL', 'LS-XH1.5TL', 'LS-XH1.0TL', 'LS-V1.5TL', 'LS-WVL/E', 'LS-WV6.0TL/R1', 'LS-WV4.0TL/R1', 'LS-WV2.0TL/R1', 'LS-W2.0TGL/R1', 'LS-W1.5TGL/R1', 'LS-W1.0TGL/R1', 'LS-V3.0TL', 'LS-V2.0TL', 'LS-V1.0TL', 'LS-750GL', 'LS-500GL', 'LS-400GL', 'LS-320GL', 'LS-250GL', 'LS-1000GL', 'LS-WSX500L/R1', 'LS-WSX1.0TL/R1', 'LS-WS500GLR1WH', 'LS-WS500GL/R1', 'LS-WS1.0TGLR1WH', 'LS-WS1.0TGL/R1', 'LS-CH500L', 'LS-X3.0TL', 'LS-CH2.0TL', 'LS-X2.0TL', 'LS-CH1.0TL', 'LS-CH1.5TL', 'LS-X1.0TL', 'HS-DH750GL', 'HS-DH500GL', 'HS-DH320GL', 'HS-DH250GL', 'HS-DH1000GL', 'HS-D400GL', 'HS-D300GL', 'HD-HG400LAN', 'HD-HG300LAN', 'HD-HG250LAN', 'HD-HG160LAN', 'LS-L500GL', 'LS-C500L', 'LS-L320GL', 'LS-C1.0TL', 'LS-WX6.0TL/R1', 'LS-WX4.0TL/R1', 'LS-WX2.0TL/R1', 'LS-WX1.0TL/R1', 'LS-WX3.0TL/R1', 'LS-WX1.0TL/1D', 'HD-H400LAN', 'HD-H300LAN', 'HD-H250LAN', 'HD-H160LAN', 'HD-H120LAN', 'HD-WL8TU3R1', 'HD-WL6TU3R1', 'HD-WL4TU3R1', 'HD-WL4TSU2R1', 'HD-WL2TSU2R1', 'IFC-EC2U3/UC2', 'HD-QL12TU3R5', 'HD-QL8TSU2R5', 'HD-QL4TSU2R5', 'HD-WL2TU3R1', 'HD-HS2.0TQ', 'HD-LB4.0TU3', 'HD-LB3.0TU3', 'HD-LB2.0TU3', 'HD-LB3.0TU2', 'HD-LB2.0TU2', 'HD-HB250U2', 'CS-X2.0', 'CS-X 1.0', 'CS-WV2.0/1D', 'CS-WV1.0/1D', 'CS-WX2.0/1D', 'CS-WX1.0/1D', 'BR3D-12U3', 'BR-PX68U2/BK', 'BR-X816U2', 'DVSM-PN58U2VB', 'DVSM-PN58U2VW', 'DVSM-P58U2/BW', 'HD-HS1.5TQ', 'HD-HS1.0TQ', 'BR-816SU2', 'DVSM-P58U2/B', 'BR-816FBS', 'BRHC-6316U2', 'HD-PUS500U3B', 'HD-PNT500U3S', 'HD-PNT500U3R', 'HD-PNT500U3B', 'HD-PNT2.0U3GB', 'HD-PNT1.0U3BS', 'HD-PNT1.0U3S', 'HD-PNT1.0U3BR', 'HD-PNT1.0U3R', 'HD-PNT1.0U3B', 'HD-PNT1.0U3BB', 'BRXL-PC6U2B', 'HD-CE1.5TU2', 'HD-CE640LU2', 'HD-CE500LU2', 'LT-H90LAN', 'HD-PF320U2/BK', 'HD-HS500Q', 'WHR-HP-G54', 'HD-QL8TU3R5', 'LS220D0602', 'HD-CE2.0TLU2', 'HD-CE1.5TLU2', 'HD-CE1.0TLU2', 'HD-CE1.0TIU2', 'HD-PZ1.0U3S', 'HD-PZ1.0U3R', 'IFC-EC2U3/UC', 'IFC-PCIE2U3', 'WZR-AG300NH', 'WZR-G300N', 'LSW4-GT-8EP/W', 'LSW3-TX-8EP/W', 'LSW3-TX-5EP/W', 'HA-N1AH40', 'HA-N1AH40BK', 'WZR-D1800H', 'WZR-300HP', 'TS-XE12TL/R5', 'TS-X12TL/R5', 'WS-Q2.0TL/R5', 'WS-Q4.0TL/R5', 'WS-RV8.0TL/R5', 'WS-RV4.0TL/R5', 'TS-RVH8.0TL/R6', 'TS-RVH4.0TL/R6', 'TS-RVH12TL/R6', 'WS-QV4.0TL/R5', 'TS-QVH8.0TL/R6', 'TS-QVH4.0TL/R6', 'TS-QVH12TL/R6', 'TS-RH8.0TGL/R5', 'TS-RH6.0TGL/R5', 'TS-RH4.0TGL/R5', 'TS-RH2.0TGL/R5', 'TS-RH1.0TGL/R5', 'TS-RI8.0TGL/R5', 'TS-RI6.0TGL/R5', 'TS-RI4.0TGL/R5', 'TS-RI2.0TGL/R5', 'TS-RI1.0TGL/R5', 'TS-I4.0TGL/R5', 'TS-I2.0TGL/R5', 'TS-I1.0TGL/R5', 'TS-H6.0TGL/R5', 'TS-H4.0TGL/R5', 'TS-H3.0TGL/R5', 'TS-H2.0TGL/R5', 'TS-H1.0TGL/R5', 'WS-WV2.0TL/R1', 'TS-WVH6.0TL/R1', 'TS-WVH4.0TL/R1', 'TS-WVH2.0TL/R1', 'TS-8VH8.0TL/R6', 'TS-8VH24TL/R6', 'TS-8VH16TL/R6', 'WS-6V6.0TL/R5', 'WS-6V12TL/R5', 'TS-6VH6.0TL/R6', 'TS-6VH18TL/R6', 'TS-6VH12TL/R6', 'TS-2.0TGL/R5', 'TS-1.6TGL/R5', 'TS-1.0TGL/R5', 'TS-0.6TGL/R5', 'HS-DH4.0TGL/R5', 'HS-DH3.0TGL/R5', 'HS-DH2.0TGL/RSEU', 'HS-DH2.0TGL/R5', 'HS-DH1.0TGL/R5', 'TS-RX8.0TL/R5', 'TS-RX4.0TL/R5', 'TS-RX2.0TL/R5', 'TS-RX12TL/R5', 'TS-X6.0TL/R5', 'TS-X4.0TL/R5', 'TS-X2.0TL/R5', 'TS-RX6.0TL/R5', 'TS-RX16TL/R5', 'TS-RIX8.0TL/R5', 'TS-RIX6.0TL/R5', 'TS-RIX4.0TL/R5', 'TS-RIX2.0TL/R5', 'TS-RIX12TL/R5', 'TS-IX4.0TL/R5', 'TS-IX2.0TL/R5', 'TS-X8.0TL/R5', 'HD-H2.0TGL/R5', 'HD-H1.6TGL/R5', 'HD-H1.0TGL/R5', 'HD-H0.6TGL/R53', 'HS-D2.0TGL/R5', 'HS-D1.6TGL/R5', 'HS-D1.0TGL/R5', 'TS-XE6.0TL/R5', 'TS-XE2.0TL/R5', 'TS-WX4.0TL/R1', 'TS-WX2.0TL/R1', 'TS-WX1.0TL/R1', 'TS-WX1.0TL/1D', 'WCR-GN', 'WHR-G300N', 'WLAE-AG300N', 'WLI-TX4-AG300N', 'WLI-UC-G300N', 'HD-PZ1.0U3B', 'HD-PZ2.0U3B', 'LS420D0802S', 'LS420D0602', 'HD-PZ500U3S', 'HD-PZ500U3R', 'HD-RQS2TSU2R5', 'WHR-300HP', 'WAPS-AG300H', 'WHR-600D', 'WZR-HP-G450H', 'WMR-300', 'WZR-HP-AG300H', 'WHR-HP-G300N', 'WZR-HP-G300NH', 'WHR-HP-GN', 'WZR-600DHP2D', 'WZR-1166DHP', 'WI-U2-866D', 'BSL-POE-G2105U', 'LSW3-GT-5EP/W', 'BS-G2124U', 'BSL-PS-G2116M', 'BS-G2116U', 'TS5200D0202', 'TS5400D1604', 'WZR2-G300N', 'TS5400D1204', 'TS5400D0804', 'TS5400D0404', 'TS5400RH0804', 'TS5200D0802', 'TS5200D0602', 'TS5200D0402', 'WS5600D2406SR2', 'WS5600D1206SR2', 'WS5400R0804SR2', 'WS5400R1604SR2', 'WS5400D0804WR2', 'WS5400D0404WR2', 'WS5400D1204WR2', 'WS5200D0802WR2', 'WS5200D0402WR2', 'WS-QV8.0TL/R5', 'WS-WV4.0TL/R1', 'TS-XE8.0TL/R5', 'TS-XE4.0TL/R5', 'TS-2RZS08T04D', 'TS-2RZN12T04D', 'TS-2RZH72T12D', 'TS-2RZH36T12D', 'TS5800D3208', 'TS5800D2408', 'TS5800D1608', 'WS5600D2406', 'WS5600D1206', 'TS5600D1806', 'TS5600D1206', 'TS5400R0804', 'TS5400R1604', 'TS5400R1204', 'WS5400R0804', 'WS5400D0804', 'WS5400D0404', 'WS5400R1604', 'WS5400D1204', 'TS5400RH2404', 'WS5200D0802', 'WS5200D0402', 'TS1200D0602', 'HD-PA500TU3', 'HD-PGD500U3', 'HDW-PD1.0U3', 'SSD-WA256T', 'SSD-WA512T', 'SSD-WA1.0T', 'HD-GD1.0U3', 'BSL-PS-G2108M', 'OP-TSVC-5Y', 'OP-TSVC-3Y', 'OP-TSVC-1Y', 'OP-LP-CAMDS', 'OP-LP-CAM5', 'OP-LP-CAM3', 'OP-LP-CAM1', 'LPV4-U2-300S', 'IFC-PCIE2U3S2', 'OP-FAN-2RZ-3Y', 'OP-AC12', 'OP-PU-2RZ-3Y', 'OP-MEM-8GX2-3Y', 'OP-MEM-4GX2-3Y', 'OP-HD1.0/A', 'OP-HD2.0/A', 'OP-HD2.0T/512-3Y', 'OP-HD1.0T/512-3Y', 'OP-HD2.0WH', 'OP-HD3.0WH', 'OP-HD4.0WH', 'OP-HD4.0QH', 'OP-HD3.0QH', 'OP-HD2.0QH', 'TS-OPHD-H8.0T', 'TS-OPHD-H4.0T', 'TS-OPHD-H2.0T', 'OP-HD2.0BNB', 'OP-HD4.0BNB', 'OP-HD8.0BHB', 'OP-HD6.0QH', 'OP-HD1.0T/4K-3Y', 'OP-HD2.0T/4K-3Y', 'OP-HD3.0T/4K-3Y', 'OP-HD4.0BST-3Y', 'OP-HD3.0BST-3Y', 'OP-HD2.0BST-3Y', 'OP-HD1.0BST-3Y', 'OP-HD3.0WR', 'OP-HD6.0WR', 'OP-HD4.0WR', 'OP-HD2.0WR', 'OP-HD1.0WR', 'OP-HD8.0H-3Y', 'OP-HD6.0H-3Y', 'OP-HD4.0H-3Y', 'OP-HD3.0H-3Y', 'OP-HD2.0H-3Y', 'OP-HD4.0S-3Y', 'OP-HD3.0S-3Y', 'OP-HD2.0S-3Y', 'OP-HD1.0S-3Y', 'OP-HD2.0ZS-3Y', 'OP-HD3.0ZS-3Y', 'OP-HD8.0ZH-3Y', 'OP-HD6.0ZH-3Y', 'OP-HD4.0ZH-3Y', 'OP-HD3.0ZH-3Y', 'OP-HD2.0ZH-3Y', 'LPV4-U2-300S', 'OP-FAN', 'OP-FAN-A-3Y', 'OP-FAN-2RZ-3Y', 'EWNBD03', 'EWNBD02', 'EWNBD01', 'BS-GU2024', 'BS-GU2016', 'BS-GU2008', 'BS-GU2005', 'BS-GU2016P', 'BS-GU2008P', 'BS-GU2005P', 'BS-GS2048', 'BS-GS2024', 'BS-GS2016', 'BS-GS2008', 'BS-GS2024P', 'BS-GS2016P', 'BS-GS2008P', 'BRXL-PT6U2VB', 'BRXL-16U3', 'DVSM-PT58U2VB', 'DVSM-PC58U2VB', 'WI-U2-300D', 'WI-U2-433DM', 'WLI-UC-GNM', 'WAPS-APG600H', 'WXR-1900DHPD', 'WSR-1166DD', 'WSR-600DD', 'WZR-1750DHPD', 'WZR-600DHP', 'WZR-450HP2D', 'WHR-300HP2D', 'WXR-1900DHP', 'WZR-1750DHP', 'WHR-1166D', 'WMR-433-BK', 'WHR-300HP2', 'MX404DN1204/S', 'HD-PA2.0TU3', 'HD-PA1.0TU3', 'HD-PGD1.0U3', 'HD-QH24TU3R5', 'HD-QH16TU3R5', 'HD-QH12TU3R5', 'HD-QH8TU3R5', 'HD-WH8TU3R1', 'HD-WH6TU3R1', 'HD-WH4TU3R1', 'HD-GD3.0U3', 'HD-GD2.0U3', 'HD-LX6.0TU3', 'HD-LX4.0TU3', 'HD-LX3.0TU3', 'HD-LX2.0TU3', 'HD-LX1.0TU3', 'TS5200D0202S', 'TS5200D0402S', 'HD-PZN2.0U3B', 'TS5200D0802S', 'LS420D0402S', 'LS420D0202S', 'HD-LC4.0U3', 'HD-LC3.0U3', 'HD-LC2.0U3', 'WS5600DN2406S2', 'WS5600DN1206S2', 'WS5400RN1604S2', 'WS5400RN0804S2', 'WS5400DN1204W2', 'WS5400DN0804W2', 'WS5400DN0404W2', 'WS5200DN0802W2', 'WS5200DN0402W2', 'HD-PCF2.0U3GB', 'HD-PCF1.0U3BB', 'LS441DE', 'LS421DE', 'LS420D0802', 'LS420D0402', 'LS420D0202', 'LS410D0401', 'LS410D0301', 'LS410D0201', 'LS220D0802', 'LS220D0402', 'LS220D0202', 'LS220DE', 'LS210D0401', 'LS210D0301', 'LS210D0201', 'TS-2RZH96T12D', 'TS-2RZH48T12D', 'TS-2RZH24T12D', 'TS-2RZS12T04D', 'TS3400R1604', 'TS3400R1204', 'TS3400R0804', 'TS3400R0404', 'TS3400D1604', 'TS3400D1204', 'TS3400D0804', 'TS3400D0404', 'TS1400R1604', 'TS1400R1204', 'TS1400R0804', 'TS1400R0404', 'TS1400D1604', 'TS1400D1204', 'TS1400D0804', 'TS1400D0404', 'TS1200D0802', 'TS1200D0402', 'HD-PZN1.0U3B', 'TS1200D0202', 'HD-DN040T/R6', 'HD-DH080T/R6', 'HD-HN024T/R6', 'HD-HN012T/R6', 'TS5400RH3204', 'TS5400RH1604', 'TS5400RH1204', 'TS5400RN2404', 'TS5400RN1604', 'TS5400RN1204', 'TS5400RN0804', 'TS5800DN4808', 'TS5800DN3208', 'TS5800DN2408', 'TS5600DN1806', 'TS5600DN1206', 'TS5400DN2404', 'TS5400DN1604', 'TS5400DN1204', 'TS5400DN0804', 'TS5200DN0802', 'TS5200DN0402', 'TS5200DN0202', ]; $('#typeahead .typeahead, .typeahead-mob .typeahead-mob ').typeahead({ hint: true, highlight: true, minLength: 1 },{ name: 'prodvars', source: substringMatcher(prodvars) }); // constructs the suggestion engine var prodvars = new Bloodhound({ datumTokenizer: Bloodhound.tokenizers.whitespace, queryTokenizer: Bloodhound.tokenizers.whitespace, // 'prodvars' is an array of product variations defined in div "typeahead" local: prodvars }); $('#bloodhound .typeahead').typeahead({ hint: true, highlight: true, minLength: 1 },{ name: 'prodvars', source: prodvars }); }); </script> <script> var SWPX = SWPX || {}; SWPX.cmd = SWPX.cmd || []; SWPX.cmd.push(function() { SWPX.pixel.setPixel('set2'); // Uncomment the following line to place an identifer // SWPX.pixel.setIdentifier(''); SWPX.pixel.fire(); }); </script> <!-- <script src="//px.spiceworks.com/px.js" async></script> <noscript> <img src="//px.spiceworks.com/px/set2" height="1" width="1"> </noscript> --> <script> window.addEventListener('load',function(){ jQuery('[value="Search"]').click(function(){ ga('send', 'event','button','click','search'); }); jQuery('a:contains("Download")').click(function(){ ga('send', 'event','button','click','download'); }); }); </script> <script> window.addEventListener('load', function(){ if(document.querySelector('form[action^="/support/serial-lookup"]')){ document.querySelector('form[action^="/support/serial-lookup"]').addEventListener('submit', function(){ ga('send','event','search option','submit',document.querySelector('input[name="serial_number"]').value); }); } }); </script> <!-- Cookie Consent Popup --> <div id="cookie-policy-notification" style=' background: rgba(128, 128, 128, .95); color: white; text-align: center; width: 100%; position: fixed; bottom: 0; left: 0; display: inline-flex; z-index: 999999; flex-direction: row;'> <p style=' width: 100%; font-size: 14px; padding: 20px; box-sizing: border-box; margin-bottom: 0; color: white; text-shadow: 1px 1px #000000;'> This site uses cookies in order to improve your user experience and to provide content tailored specifically to your interest. By continuing to browse our site, you agree to our use of cookies. You can view our Privacy Notice <a href="https://www.buffalotech.com/about/legal" target="_blank">here</a>. </p> <button class="close-btn" title="Accept" onclick="CXAcceptsCookies();" style=' border: 0; min-height: 34px; max-height: 300px; max-width: 300px; min-width: 7em; width: 10%; line-height: 34px; background-color: #0072BC; color: #ffffff; font-size: 16px; outline: 0; padding: 0 20px; border-radius: 5px; cursor: pointer; margin: 20px 5px;'> Accept </button> </div> <script> CookieAcceptanceCheck(); </script> <script> var $sContainer = $('#stores'); $sContainer.imagesLoaded(function(){ $('.store').matchHeight({ byRow: false, property: 'height' }); }); //Isotope Filtering Combining Select and Checkboxes var $container = $('#stores').isotope({ itemSelector: '.store', resizable: false, // disable normal resizing layoutMode: 'fitRows' }); // filter with selects and checkboxes var $selects = $('#filters select'); var $checkboxes = $('#filters input'); $selects.add( $checkboxes ).change( function() { // map input values to an array var exclusives = []; var inclusives = []; // exclusive filters from selects $selects.each( function( i, elem ) { if ( elem.value ) { exclusives.push( elem.value ); } }); // inclusive filters from checkboxes $checkboxes.each( function( i, elem ) { // if checkbox, use value if checked if ( elem.checked ) { inclusives.push( elem.value ); } }); // combine exclusive and inclusive filters // first combine exclusives exclusives = exclusives.join(''); var filterValue; if ( inclusives.length ) { // map inclusives with exclusives for filterValue = $.map( inclusives, function( value ) { return value + exclusives; }); filterValue = filterValue.join(', '); } else { filterValue = exclusives; } $container.isotope({ filter: filterValue }) }); // auto filter by online stores when load //$('.filters input#15')[0].click(); // Auto select distributors for following projects // avoid multiple filters chcked at once $(document).on('click','.filters input',function() { $('.filters input').each(function(){$(this).prop('checked',false);}) $(this).prop('checked',true); }); // Default filter by distributors //$container.isotope({ filter: '.distributors' }); // Select distributors //$("#16").addClass('selected'); </script> </body> </html>