CINXE.COM
Visionworks | Cisco Meraki
<!DOCTYPE html> <html lang="en-US"> <head ><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",e=>{this.persisted=e.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{if(t.hasAttribute("src")){let i=new URL(t.src).origin;i!==location.origin&&e.push({src:i,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){return await this._littleBreath(),new Promise(t=>{function i(){e.setAttribute("data-rocket-status","executed"),t()}function r(){e.setAttribute("data-rocket-status","failed"),t()}try{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");if(n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",i),e.addEventListener("error",r),s)e.src=s,e.removeAttribute("data-rocket-src");else if(navigator.userAgent.indexOf("Firefox/")>0){var a=document.createElement("script");[...e.attributes].forEach(e=>{"type"!==e.nodeName&&a.setAttribute("data-rocket-type"===e.nodeName?"type":e.nodeName,e.nodeValue)}),a.text=e.text,e.parentNode.replaceChild(a,e),i()}else e.src="data:text/javascript;base64,"+btoa(e.text)}catch(o){r()}})}async _loadScriptsFromList(e){let t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(e,i){!function e(i){!t[i]&&(t[i]={originalFunctions:{add:i.addEventListener,remove:i.removeEventListener},eventsToRewrite:[]},i.addEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.add.apply(i,arguments)},i.removeEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.remove.apply(i,arguments)});function r(e){return t[i].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(i)}function r(e,t){let i=e[t];Object.defineProperty(e,t,{get:()=>i||function(){},set(r){e["rocket"+t]=i=r}})}i(document,"DOMContentLoaded"),i(window,"DOMContentLoaded"),i(window,"load"),i(window,"pageshow"),i(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(e){let t;function i(i){if(i&&i.fn&&!e.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(i)),i([])};let r=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},e.allJQueries.push(i)}t=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){i(e)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" href="https://meraki.cisco.com/wp-content/themes/genesis-meraki/images/meraki-favicon-76x76.png" sizes="32x32" /> <link rel="icon" href="https://meraki.cisco.com/wp-content/themes/genesis-meraki/images/meraki-favicon-120x120.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://meraki.cisco.com/wp-content/themes/genesis-meraki/images/meraki-favicon-152x152.png" /> <meta name="msapplication-TileImage" content="https://meraki.cisco.com/wp-content/themes/genesis-meraki/images/meraki-favicon-152x152.png" /> <link rel="alternate" href="https://meraki.cisco.com/en-au/customers/visionworks/" hreflang="en-au" /> <link rel="alternate" href="https://meraki.cisco.com/pt-br/customers/visionworks/" hreflang="pt-br" /> <link rel="alternate" href="https://meraki.cisco.com/fr-ca/customers/visionworks/" hreflang="fr-ca" /> <link rel="alternate" href="https://meraki.cisco.com/zh-cn/customers/visionworks/" hreflang="zh-cn" /> <link rel="alternate" href="https://meraki.cisco.com/fr-fr/customers/visionworks/" hreflang="fr-fr" /> <link rel="alternate" href="https://meraki.cisco.com/de-de/customers/visionworks/" hreflang="de-de" /> <link rel="alternate" href="https://meraki.cisco.com/ja-jp/customers/visionworks/" hreflang="ja-jp" /> <link rel="alternate" href="https://meraki.cisco.com/es-co/customers/visionworks/" hreflang="es-co" /> <link rel="alternate" href="https://meraki.cisco.com/en-uk/customers/visionworks/" hreflang="en-uk" /> <link rel="default" href="https://meraki.cisco.com/customers/visionworks/" hreflang="x-default" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v21.3) - https://yoast.com/wordpress/plugins/seo/ --> <title>Visionworks | Cisco Meraki</title> <link rel="canonical" href="https://meraki.cisco.com/customers/visionworks/" /> <meta property="og:locale" content="en" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Visionworks" /> <meta property="og:url" content="https://meraki.cisco.com/customers/visionworks/" /> <meta property="og:site_name" content="Cisco Meraki" /> <meta property="article:publisher" content="https://www.facebook.com/CiscoMeraki/" /> <meta property="og:image" content="https://meraki.cisco.com/wp-content/uploads/2022/09/iStock-1256696204-scaled.jpg" /> <meta property="og:image:width" content="2560" /> <meta property="og:image:height" content="1707" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@meraki" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://meraki.cisco.com/customers/visionworks/","url":"https://meraki.cisco.com/customers/visionworks/","name":"Visionworks | Cisco Meraki","isPartOf":{"@id":"https://meraki.cisco.com/#website"},"primaryImageOfPage":{"@id":"https://meraki.cisco.com/customers/visionworks/#primaryimage"},"image":{"@id":"https://meraki.cisco.com/customers/visionworks/#primaryimage"},"thumbnailUrl":"https://meraki.cisco.com/wp-content/uploads/2022/09/iStock-1256696204-scaled.jpg","datePublished":"2022-09-28T19:32:28+00:00","dateModified":"2022-09-28T19:32:28+00:00","breadcrumb":{"@id":"https://meraki.cisco.com/customers/visionworks/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://meraki.cisco.com/customers/visionworks/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://meraki.cisco.com/customers/visionworks/#primaryimage","url":"https://meraki.cisco.com/wp-content/uploads/2022/09/iStock-1256696204-scaled.jpg","contentUrl":"https://meraki.cisco.com/wp-content/uploads/2022/09/iStock-1256696204-scaled.jpg","width":2560,"height":1707,"caption":"Sales clerk putting eyeglasses back to enlighted shelf and serving young woman choosing eyewear"},{"@type":"BreadcrumbList","@id":"https://meraki.cisco.com/customers/visionworks/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://meraki.cisco.com/"},{"@type":"ListItem","position":2,"name":"Visionworks"}]},{"@type":"WebSite","@id":"https://meraki.cisco.com/#website","url":"https://meraki.cisco.com/","name":"Cisco Meraki","description":"","publisher":{"@id":"https://meraki.cisco.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://meraki.cisco.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://meraki.cisco.com/#organization","name":"Cisco Meraki","url":"https://meraki.cisco.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://meraki.cisco.com/#/schema/logo/image/","url":"https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-og-logo-655x655.jpg","contentUrl":"https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-og-logo-655x655.jpg","width":655,"height":655,"caption":"Cisco Meraki"},"image":{"@id":"https://meraki.cisco.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/CiscoMeraki/","https://twitter.com/meraki"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//api.ringlead.com' /> <link rel='dns-prefetch' href='//pixel.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//www.google-analytics.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link data-minify="1" rel='stylesheet' id='meraki-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/themes/genesis-meraki/style.css?ver=1732207239' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://meraki.cisco.com/wp-includes/css/dist/block-library/style.min.css' media='all' /> <link data-minify="1" rel='stylesheet' id='wc-blocks-vendors-style-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors-style.css?ver=1732207239' media='all' /> <link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.css?ver=1732207239' media='all' /> <link data-minify="1" rel='stylesheet' id='wp-bootstrap-blocks-styles-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/plugins/wp-bootstrap-blocks/build/style-index.css?ver=1732207239' media='all' /> <style id='meraki-block-button-inline-css'> .wp-block-buttons { .wp-block-button.is-style-secondary { .wp-block-button__link { background-color: var( --wp--preset--color--white ) !important; color: var( --wp--preset--color--secondary ) !important; border-color: var( --wp--preset--color--white ) !important; border-radius: 32px !important; box-shadow: none; &:hover { background-color: transparent !important; color: var( --wp--preset--color--secondary ) !important; border-color: var( --wp--preset--color--secondary ) !important; box-shadow: none; } } } } </style> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #080808;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #FFFFFF;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #5AA646;--wp--preset--color--secondary: #025546;--wp--preset--color--tertiary: #88CAC9;--wp--preset--color--quaternary: #FED03D;--wp--preset--color--quinary: #E9662E;--wp--preset--color--slate-gray: #333333;--wp--preset--color--pillbox-gray: #737373;--wp--preset--color--dim-gray: #636363;--wp--preset--color--chrome-gray: #E8E8E8;--wp--preset--color--fog-city-gray: #F8F8F8;--wp--preset--color--meraki-green-80: #7BB86B;--wp--preset--color--meraki-green-60: #9CCA90;--wp--preset--color--meraki-green-40: #BDDBB5;--wp--preset--color--meraki-green-20: #DEEDDA;--wp--preset--color--meraki-teal-80: #35776B;--wp--preset--color--meraki-teal-60: #679990;--wp--preset--color--meraki-teal-40: #9ABBB5;--wp--preset--color--meraki-teal-20: #CCDDDA;--wp--preset--color--meraki-blue-80: #A0D5D4;--wp--preset--color--meraki-blue-60: #B8DFDF;--wp--preset--color--meraki-blue-40: #CFEAE9;--wp--preset--color--meraki-blue-20: #E7F4F4;--wp--preset--color--meraki-yellow-80: #FED964;--wp--preset--color--meraki-yellow-60: #FEE38B;--wp--preset--color--meraki-yellow-40: #FEECB1;--wp--preset--color--meraki-yellow-20: #FFF6D8;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 12px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 20px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 18px;--wp--preset--font-size--larger: 24px;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--sharp-sans: Sharp Sans, sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}body { margin: 0;--wp--style--global--content-size: 840px;--wp--style--global--wide-size: 1100px; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: 24px; }body { --wp--style--block-gap: 24px; }body .is-layout-flow > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-flow > * + *{margin-block-start: 24px;margin-block-end: 0;}body .is-layout-constrained > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-constrained > * + *{margin-block-start: 24px;margin-block-end: 0;}body .is-layout-flex{gap: 24px;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-quaternary-color{color: var(--wp--preset--color--quaternary) !important;}.has-quinary-color{color: var(--wp--preset--color--quinary) !important;}.has-slate-gray-color{color: var(--wp--preset--color--slate-gray) !important;}.has-pillbox-gray-color{color: var(--wp--preset--color--pillbox-gray) !important;}.has-dim-gray-color{color: var(--wp--preset--color--dim-gray) !important;}.has-chrome-gray-color{color: var(--wp--preset--color--chrome-gray) !important;}.has-fog-city-gray-color{color: var(--wp--preset--color--fog-city-gray) !important;}.has-meraki-green-80-color{color: var(--wp--preset--color--meraki-green-80) !important;}.has-meraki-green-60-color{color: var(--wp--preset--color--meraki-green-60) !important;}.has-meraki-green-40-color{color: var(--wp--preset--color--meraki-green-40) !important;}.has-meraki-green-20-color{color: var(--wp--preset--color--meraki-green-20) !important;}.has-meraki-teal-80-color{color: var(--wp--preset--color--meraki-teal-80) !important;}.has-meraki-teal-60-color{color: var(--wp--preset--color--meraki-teal-60) !important;}.has-meraki-teal-40-color{color: var(--wp--preset--color--meraki-teal-40) !important;}.has-meraki-teal-20-color{color: var(--wp--preset--color--meraki-teal-20) !important;}.has-meraki-blue-80-color{color: var(--wp--preset--color--meraki-blue-80) !important;}.has-meraki-blue-60-color{color: var(--wp--preset--color--meraki-blue-60) !important;}.has-meraki-blue-40-color{color: var(--wp--preset--color--meraki-blue-40) !important;}.has-meraki-blue-20-color{color: var(--wp--preset--color--meraki-blue-20) !important;}.has-meraki-yellow-80-color{color: var(--wp--preset--color--meraki-yellow-80) !important;}.has-meraki-yellow-60-color{color: var(--wp--preset--color--meraki-yellow-60) !important;}.has-meraki-yellow-40-color{color: var(--wp--preset--color--meraki-yellow-40) !important;}.has-meraki-yellow-20-color{color: var(--wp--preset--color--meraki-yellow-20) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-quaternary-background-color{background-color: var(--wp--preset--color--quaternary) !important;}.has-quinary-background-color{background-color: var(--wp--preset--color--quinary) !important;}.has-slate-gray-background-color{background-color: var(--wp--preset--color--slate-gray) !important;}.has-pillbox-gray-background-color{background-color: var(--wp--preset--color--pillbox-gray) !important;}.has-dim-gray-background-color{background-color: var(--wp--preset--color--dim-gray) !important;}.has-chrome-gray-background-color{background-color: var(--wp--preset--color--chrome-gray) !important;}.has-fog-city-gray-background-color{background-color: var(--wp--preset--color--fog-city-gray) !important;}.has-meraki-green-80-background-color{background-color: var(--wp--preset--color--meraki-green-80) !important;}.has-meraki-green-60-background-color{background-color: var(--wp--preset--color--meraki-green-60) !important;}.has-meraki-green-40-background-color{background-color: var(--wp--preset--color--meraki-green-40) !important;}.has-meraki-green-20-background-color{background-color: var(--wp--preset--color--meraki-green-20) !important;}.has-meraki-teal-80-background-color{background-color: var(--wp--preset--color--meraki-teal-80) !important;}.has-meraki-teal-60-background-color{background-color: var(--wp--preset--color--meraki-teal-60) !important;}.has-meraki-teal-40-background-color{background-color: var(--wp--preset--color--meraki-teal-40) !important;}.has-meraki-teal-20-background-color{background-color: var(--wp--preset--color--meraki-teal-20) !important;}.has-meraki-blue-80-background-color{background-color: var(--wp--preset--color--meraki-blue-80) !important;}.has-meraki-blue-60-background-color{background-color: var(--wp--preset--color--meraki-blue-60) !important;}.has-meraki-blue-40-background-color{background-color: var(--wp--preset--color--meraki-blue-40) !important;}.has-meraki-blue-20-background-color{background-color: var(--wp--preset--color--meraki-blue-20) !important;}.has-meraki-yellow-80-background-color{background-color: var(--wp--preset--color--meraki-yellow-80) !important;}.has-meraki-yellow-60-background-color{background-color: var(--wp--preset--color--meraki-yellow-60) !important;}.has-meraki-yellow-40-background-color{background-color: var(--wp--preset--color--meraki-yellow-40) !important;}.has-meraki-yellow-20-background-color{background-color: var(--wp--preset--color--meraki-yellow-20) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-quaternary-border-color{border-color: var(--wp--preset--color--quaternary) !important;}.has-quinary-border-color{border-color: var(--wp--preset--color--quinary) !important;}.has-slate-gray-border-color{border-color: var(--wp--preset--color--slate-gray) !important;}.has-pillbox-gray-border-color{border-color: var(--wp--preset--color--pillbox-gray) !important;}.has-dim-gray-border-color{border-color: var(--wp--preset--color--dim-gray) !important;}.has-chrome-gray-border-color{border-color: var(--wp--preset--color--chrome-gray) !important;}.has-fog-city-gray-border-color{border-color: var(--wp--preset--color--fog-city-gray) !important;}.has-meraki-green-80-border-color{border-color: var(--wp--preset--color--meraki-green-80) !important;}.has-meraki-green-60-border-color{border-color: var(--wp--preset--color--meraki-green-60) !important;}.has-meraki-green-40-border-color{border-color: var(--wp--preset--color--meraki-green-40) !important;}.has-meraki-green-20-border-color{border-color: var(--wp--preset--color--meraki-green-20) !important;}.has-meraki-teal-80-border-color{border-color: var(--wp--preset--color--meraki-teal-80) !important;}.has-meraki-teal-60-border-color{border-color: var(--wp--preset--color--meraki-teal-60) !important;}.has-meraki-teal-40-border-color{border-color: var(--wp--preset--color--meraki-teal-40) !important;}.has-meraki-teal-20-border-color{border-color: var(--wp--preset--color--meraki-teal-20) !important;}.has-meraki-blue-80-border-color{border-color: var(--wp--preset--color--meraki-blue-80) !important;}.has-meraki-blue-60-border-color{border-color: var(--wp--preset--color--meraki-blue-60) !important;}.has-meraki-blue-40-border-color{border-color: var(--wp--preset--color--meraki-blue-40) !important;}.has-meraki-blue-20-border-color{border-color: var(--wp--preset--color--meraki-blue-20) !important;}.has-meraki-yellow-80-border-color{border-color: var(--wp--preset--color--meraki-yellow-80) !important;}.has-meraki-yellow-60-border-color{border-color: var(--wp--preset--color--meraki-yellow-60) !important;}.has-meraki-yellow-40-border-color{border-color: var(--wp--preset--color--meraki-yellow-40) !important;}.has-meraki-yellow-20-border-color{border-color: var(--wp--preset--color--meraki-yellow-20) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-larger-font-size{font-size: var(--wp--preset--font-size--larger) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-sharp-sans-font-family{font-family: var(--wp--preset--font-family--sharp-sans) !important;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;} .is-style-fill.is-style-fill.wp-block-button .wp-block-button__link{background-color: var(--wp--preset--color--quinary);border-radius: 32px !important;;color: var(--wp--preset--color--white);font-family: var(--wp--preset--font-family--inter);font-weight: 500;letter-spacing: 0.36px;text-transform: uppercase;} </style> <link data-minify="1" rel='stylesheet' id='wpml-blocks-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=1732207239' media='all' /> <link rel='stylesheet' id='wds-woo-models-prod-sorting-css' href='https://meraki.cisco.com/wp-content/plugins/wds-woo-models-prod-sorting/public/css/wds-woo-models-prod-sorting-public.css' media='all' /> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wpml-menu-item-0-css' href='//meraki.cisco.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/menu-item/style.min.css' media='all' /> <style id='wp-webfonts-inline-css'> @font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url('/wp-content/themes/genesis-meraki/fonts/Inter-Regular.woff2') format('woff2');}@font-face{font-family:Inter;font-style:semibold;font-weight:600;font-display:swap;src:url('/wp-content/themes/genesis-meraki/fonts/Inter-SemiBold.woff2') format('woff2');}@font-face{font-family:Inter;font-style:bold;font-weight:700;font-display:swap;src:url('/wp-content/themes/genesis-meraki/fonts/Inter-Bold.woff2') format('woff2');}@font-face{font-family:"Sharp Sans";font-style:normal;font-weight:semibold;font-display:swap;src:url('/wp-content/themes/genesis-meraki/fonts/SharpSans-Semibold.woff') format('woff');}@font-face{font-family:"Sharp Sans";font-style:normal;font-weight:bold;font-display:swap;src:url('/wp-content/themes/genesis-meraki/fonts/SharpSans-Bold.woff') format('woff');}@font-face{font-family:"Sharp Sans";font-style:normal;font-weight:light;font-display:swap;src:url('/wp-content/themes/genesis-meraki/fonts/SharpSans-Light.woff') format('woff');} </style> <link data-minify="1" rel='stylesheet' id='meraki-child-theme-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/themes/genesis-meraki/css/child-theme.css?ver=1732207240' media='all' /> <link rel='stylesheet' id='meraki-select2-css' href='https://meraki.cisco.com/wp-content/themes/genesis-meraki/css/select2.min.css' media='all' /> <link rel='stylesheet' id='meraki-animate-min-css' href='https://meraki.cisco.com/wp-content/themes/genesis-meraki/css/animate.min.css' media='all' /> <link data-minify="1" rel='stylesheet' id='meraki-vertical_carousal-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/themes/genesis-meraki/css/slick.css?ver=1732207240' media='all' /> <link data-minify="1" rel='stylesheet' id='meraki-gutenberg-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/themes/genesis-meraki/lib/gutenberg/front-end.css?ver=1732207240' media='all' /> <style id='meraki-gutenberg-inline-css'> .ab-block-post-grid .ab-post-grid-items h2 a:hover { color: #000; } .site-container .wp-block-button .wp-block-button__link { background-color: #000; } .wp-block-button .wp-block-button__link:not(.has-background), .wp-block-button .wp-block-button__link:not(.has-background):focus, .wp-block-button .wp-block-button__link:not(.has-background):hover { color: #ffffff; } .site-container .wp-block-button.is-style-outline .wp-block-button__link { color: #000; } .site-container .wp-block-button.is-style-outline .wp-block-button__link:focus, .site-container .wp-block-button.is-style-outline .wp-block-button__link:hover { color: #232323; } .site-container .has-small-font-size { font-size: 12px; } .site-container .has-normal-font-size { font-size: 18px; } .site-container .has-large-font-size { font-size: 20px; } .site-container .has-larger-font-size { font-size: 24px; } .site-container .has-gray-50-color, .site-container .wp-block-button .wp-block-button__link.has-gray-50-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-gray-50-color { color: #F8F8F8; } .site-container .has-gray-50-background-color, .site-container .wp-block-button .wp-block-button__link.has-gray-50-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-gray-50-background-color { background-color: #F8F8F8; } .site-container .has-gray-100-color, .site-container .wp-block-button .wp-block-button__link.has-gray-100-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-gray-100-color { color: #F2F2F2; } .site-container .has-gray-100-background-color, .site-container .wp-block-button .wp-block-button__link.has-gray-100-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-gray-100-background-color { background-color: #F2F2F2; } .site-container .has-gray-200-color, .site-container .wp-block-button .wp-block-button__link.has-gray-200-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-gray-200-color { color: #C9C9C9; } .site-container .has-gray-200-background-color, .site-container .wp-block-button .wp-block-button__link.has-gray-200-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-gray-200-background-color { background-color: #C9C9C9; } .site-container .has-gray-300-color, .site-container .wp-block-button .wp-block-button__link.has-gray-300-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-gray-300-color { color: #898B8E; } .site-container .has-gray-300-background-color, .site-container .wp-block-button .wp-block-button__link.has-gray-300-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-gray-300-background-color { background-color: #898B8E; } .site-container .has-gray-400-color, .site-container .wp-block-button .wp-block-button__link.has-gray-400-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-gray-400-color { color: #636363; } .site-container .has-gray-400-background-color, .site-container .wp-block-button .wp-block-button__link.has-gray-400-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-gray-400-background-color { background-color: #636363; } .site-container .has-gray-500-color, .site-container .wp-block-button .wp-block-button__link.has-gray-500-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-gray-500-color { color: #404241; } .site-container .has-gray-500-background-color, .site-container .wp-block-button .wp-block-button__link.has-gray-500-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-gray-500-background-color { background-color: #404241; } .site-container .has-gray-600-color, .site-container .wp-block-button .wp-block-button__link.has-gray-600-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-gray-600-color { color: #1A1A1A; } .site-container .has-gray-600-background-color, .site-container .wp-block-button .wp-block-button__link.has-gray-600-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-gray-600-background-color { background-color: #1A1A1A; } .site-container .has-blue-100-color, .site-container .wp-block-button .wp-block-button__link.has-blue-100-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-blue-100-color { color: #DCE3F9; } .site-container .has-blue-100-background-color, .site-container .wp-block-button .wp-block-button__link.has-blue-100-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-blue-100-background-color { background-color: #DCE3F9; } .site-container .has-blue-200-color, .site-container .wp-block-button .wp-block-button__link.has-blue-200-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-blue-200-color { color: #B9C7EF; } .site-container .has-blue-200-background-color, .site-container .wp-block-button .wp-block-button__link.has-blue-200-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-blue-200-background-color { background-color: #B9C7EF; } .site-container .has-blue-300-color, .site-container .wp-block-button .wp-block-button__link.has-blue-300-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-blue-300-color { color: #9FB7FA; } .site-container .has-blue-300-background-color, .site-container .wp-block-button .wp-block-button__link.has-blue-300-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-blue-300-background-color { background-color: #9FB7FA; } .site-container .has-blue-400-color, .site-container .wp-block-button .wp-block-button__link.has-blue-400-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-blue-400-color { color: #7C91CA; } .site-container .has-blue-400-background-color, .site-container .wp-block-button .wp-block-button__link.has-blue-400-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-blue-400-background-color { background-color: #7C91CA; } .site-container .has-blue-500-color, .site-container .wp-block-button .wp-block-button__link.has-blue-500-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-blue-500-color { color: #5576D1; } .site-container .has-blue-500-background-color, .site-container .wp-block-button .wp-block-button__link.has-blue-500-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-blue-500-background-color { background-color: #5576D1; } .site-container .has-blue-600-color, .site-container .wp-block-button .wp-block-button__link.has-blue-600-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-blue-600-color { color: #3E579D; } .site-container .has-blue-600-background-color, .site-container .wp-block-button .wp-block-button__link.has-blue-600-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-blue-600-background-color { background-color: #3E579D; } .site-container .has-blue-700-color, .site-container .wp-block-button .wp-block-button__link.has-blue-700-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-blue-700-color { color: #1D2847; } .site-container .has-blue-700-background-color, .site-container .wp-block-button .wp-block-button__link.has-blue-700-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-blue-700-background-color { background-color: #1D2847; } .site-container .has-green-100-color, .site-container .wp-block-button .wp-block-button__link.has-green-100-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-green-100-color { color: #E6F5DE; } .site-container .has-green-100-background-color, .site-container .wp-block-button .wp-block-button__link.has-green-100-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-green-100-background-color { background-color: #E6F5DE; } .site-container .has-green-200-color, .site-container .wp-block-button .wp-block-button__link.has-green-200-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-green-200-color { color: #C6E9B2; } .site-container .has-green-200-background-color, .site-container .wp-block-button .wp-block-button__link.has-green-200-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-green-200-background-color { background-color: #C6E9B2; } .site-container .has-green-300-color, .site-container .wp-block-button .wp-block-button__link.has-green-300-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-green-300-color { color: #A4DE83; } .site-container .has-green-300-background-color, .site-container .wp-block-button .wp-block-button__link.has-green-300-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-green-300-background-color { background-color: #A4DE83; } .site-container .has-green-400-color, .site-container .wp-block-button .wp-block-button__link.has-green-400-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-green-400-color { color: #9DCB89; } .site-container .has-green-400-background-color, .site-container .wp-block-button .wp-block-button__link.has-green-400-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-green-400-background-color { background-color: #9DCB89; } .site-container .has-green-500-color, .site-container .wp-block-button .wp-block-button__link.has-green-500-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-green-500-color { color: #67B346; } .site-container .has-green-500-background-color, .site-container .wp-block-button .wp-block-button__link.has-green-500-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-green-500-background-color { background-color: #67B346; } .site-container .has-green-600-color, .site-container .wp-block-button .wp-block-button__link.has-green-600-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-green-600-color { color: #4D8433; } .site-container .has-green-600-background-color, .site-container .wp-block-button .wp-block-button__link.has-green-600-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-green-600-background-color { background-color: #4D8433; } .site-container .has-green-700-color, .site-container .wp-block-button .wp-block-button__link.has-green-700-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-green-700-color { color: #2C4C1E; } .site-container .has-green-700-background-color, .site-container .wp-block-button .wp-block-button__link.has-green-700-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-green-700-background-color { background-color: #2C4C1E; } .site-container .has-yellow-100-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-100-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-100-color { color: #FFEA96; } .site-container .has-yellow-100-background-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-100-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-yellow-100-background-color { background-color: #FFEA96; } .site-container .has-yellow-200-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-200-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-200-color { color: #ECD782; } .site-container .has-yellow-200-background-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-200-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-yellow-200-background-color { background-color: #ECD782; } .site-container .has-yellow-300-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-300-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-300-color { color: #FFCD00; } .site-container .has-yellow-300-background-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-300-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-yellow-300-background-color { background-color: #FFCD00; } .site-container .has-yellow-400-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-400-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-400-color { color: #FFB600; } .site-container .has-yellow-400-background-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-400-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-yellow-400-background-color { background-color: #FFB600; } .site-container .has-yellow-500-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-500-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-yellow-500-color { color: #D78900; } .site-container .has-yellow-500-background-color, .site-container .wp-block-button .wp-block-button__link.has-yellow-500-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-yellow-500-background-color { background-color: #D78900; } .site-container .has-red-100-color, .site-container .wp-block-button .wp-block-button__link.has-red-100-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-red-100-color { color: #EDCFCF; } .site-container .has-red-100-background-color, .site-container .wp-block-button .wp-block-button__link.has-red-100-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-red-100-background-color { background-color: #EDCFCF; } .site-container .has-red-200-color, .site-container .wp-block-button .wp-block-button__link.has-red-200-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-red-200-color { color: #E38686; } .site-container .has-red-200-background-color, .site-container .wp-block-button .wp-block-button__link.has-red-200-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-red-200-background-color { background-color: #E38686; } .site-container .has-red-300-color, .site-container .wp-block-button .wp-block-button__link.has-red-300-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-red-300-color { color: #D85656; } .site-container .has-red-300-background-color, .site-container .wp-block-button .wp-block-button__link.has-red-300-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-red-300-background-color { background-color: #D85656; } .site-container .has-red-400-color, .site-container .wp-block-button .wp-block-button__link.has-red-400-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-red-400-color { color: #C24D4D; } .site-container .has-red-400-background-color, .site-container .wp-block-button .wp-block-button__link.has-red-400-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-red-400-background-color { background-color: #C24D4D; } .site-container .has-red-500-color, .site-container .wp-block-button .wp-block-button__link.has-red-500-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-red-500-color { color: #883636; } .site-container .has-red-500-background-color, .site-container .wp-block-button .wp-block-button__link.has-red-500-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-red-500-background-color { background-color: #883636; } .site-container .has-black-color, .site-container .wp-block-button .wp-block-button__link.has-black-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-black-color { color: #000; } .site-container .has-black-background-color, .site-container .wp-block-button .wp-block-button__link.has-black-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-black-background-color { background-color: #000; } .site-container .has-white-color, .site-container .wp-block-button .wp-block-button__link.has-white-color, .site-container .wp-block-button.is-style-outline .wp-block-button__link.has-white-color { color: #fff; } .site-container .has-white-background-color, .site-container .wp-block-button .wp-block-button__link.has-white-background-color, .site-container .wp-block-pullquote.is-style-solid-color.has-white-background-color { background-color: #fff; } </style> <link data-minify="1" rel='stylesheet' id='tablepress-default-css' href='https://meraki.cisco.com/wp-content/cache/min/1/wp-content/plugins/tablepress/css/default.min.css?ver=1732207240' media='all' /> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-includes/js/jquery/jquery-migrate.min.js' id='jquery-migrate-js'></script> <script type="rocketlazyloadscript" id='jquery-js-after'> function optimocha_getCookie(name) { var v = document.cookie.match("(^|;) ?" + name + "=([^;]*)(;|$)"); return v ? v[2] : null; } function optimocha_check_wc_cart_script() { var cart_src = "https://meraki.cisco.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js"; var script_id = "optimocha_loaded_wc_cart_fragments"; if( document.getElementById(script_id) !== null ) { return false; } if( optimocha_getCookie("woocommerce_cart_hash") ) { var script = document.createElement("script"); script.id = script_id; script.src = cart_src; script.async = true; document.head.appendChild(script); } } optimocha_check_wc_cart_script(); document.addEventListener("click", function(){setTimeout(optimocha_check_wc_cart_script,1000);}); </script> <script id='wpml-cookie-js-extra'> var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; </script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js' id='wpml-cookie-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/plugins/wds-woo-models-prod-sorting/public/js/wds-woo-models-prod-sorting-public.js' id='wds-woo-models-prod-sorting-js'></script> <script type="rocketlazyloadscript" data-rocket-src='//api.ringlead.com/form/intelligentform.js' id='ringlead-intelligentform-js' defer></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/app/assets/resizeSensor.js' id='resize-sensor-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/app/assets/sticky-sidebar.js' id='sticky-sidebar-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/app/assets/rAF.js' id='rAF-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/scripts/utilities/1.moment.min.js' id='moment-min-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/scripts/utilities/2.moment-timezone-with-data.min.js' id='moment-timezone-js'></script> <link rel="https://api.w.org/" href="https://meraki.cisco.com/wp-json/" /><link rel="alternate" type="application/json" href="https://meraki.cisco.com/wp-json/wp/v2/case_studies/236248" /><meta name="generator" content="WPML ver:4.6.2 stt:88,78,1,75,74,73,76,77,86,42;" /> <!-- Stream WordPress user activity plugin v3.9.0 --> <meta name="google-site-verification" content="_4aJfoszsMnHDCHhFIoLh9UpjgAJL0omvE4B62lKy0A"> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <link rel="icon" href="https://meraki.cisco.com/wp-content/uploads/2021/09/Meraki-Favicon-2021.png" sizes="32x32" /> <link rel="icon" href="https://meraki.cisco.com/wp-content/uploads/2021/09/Meraki-Favicon-2021.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://meraki.cisco.com/wp-content/uploads/2021/09/Meraki-Favicon-2021.png" /> <meta name="msapplication-TileImage" content="https://meraki.cisco.com/wp-content/uploads/2021/09/Meraki-Favicon-2021.png" /> <style id="wp-custom-css"> @media only screen and (min-width: 960px) { .for-china-header-text h5 { line-height: 40px !important; } .for-china-header-text h1 { font-size: 60px !important; line-height: 60px !important; } .component-font-size-fix h3 { font-size: 52px; } .headline-font-issue-fix h1{ font-size: 92px; } .Headline-font-issue-masthead h1 { font-size: 93px; } .sd-wan-headline-font-issue h1{ font-size:72px; } } @media (min-width: 320px) and (max-width: 575.98px) { .for-china-header-text h1 { font-size: 24px !important; line-height: 20px !important; } } @media (min-width: 576px) and (max-width: 767.98px) { .for-china-header-text h1 { font-size: 45px !important; } } @media (min-width: 768px) and (max-width: 991.98px) { .for-china-header-text h1 { font-size: 60px !important; } } .icon-center-img .col-12.col-lg-4 { text-align: center; } @media (min-width: 960px){ .ja-jpSiteh1Sizeissue h1 { font-size: 86px; } .Hero-Banner-Smart-Cameras-Custom-Css h1 { font-size: 92px; } } </style> <!-- ORGANIZATION SCHEMA JSON --> <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "Organization", "name": "Cisco Meraki", "logo": "https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo.png", "description":"Cisco Meraki is a cloud-managed IT company headquartered in San Francisco, California. Their products include wireless, switching, security, enterprise mobility management and security cameras, all centrally managed from the web. Meraki was acquired by Cisco Systems in December 2012.", "url": "https://meraki.cisco.com", "sameAs": [ "https://www.linkedin.com/company/cisco-meraki/", "https://www.facebook.com/CiscoMeraki/", "https://twitter.com/meraki", "https://www.youtube.com/CiscoMerakiOfficial" ], "contactPoint": { "@type": "ContactPoint", "telephone": "+1-888-490-0918", "contactType": "Customer Service", "email": "", "contactOption": "", "areaServed": "", "availableLanguage": null }, "address": { "@type": "PostalAddress", "addressCountry": "United States", "addressLocality": "San Francisco", "addressRegion": "CA", "postalCode": "94158", "streetAddress": "500 Terry A Francois Blvd" } }</script> <!-- Google Tag Manager --> <script type="rocketlazyloadscript">(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-55HS3J');</script> <!-- End Google Tag Manager --> <script>(window.BOOMR_mq=window.BOOMR_mq||[]).push(["addVar",{"rua.upush":"false","rua.cpush":"false","rua.upre":"false","rua.cpre":"false","rua.uprl":"false","rua.cprl":"false","rua.cprf":"false","rua.trans":"","rua.cook":"false","rua.ims":"false","rua.ufprl":"false","rua.cfprl":"false","rua.isuxp":"false","rua.texp":"norulematch","rua.ceh":"false","rua.ueh":"false","rua.ieh.st":"0"}]);</script> <script>!function(e){var n="https://s.go-mpulse.net/boomerang/";if("False"=="True")e.BOOMR_config=e.BOOMR_config||{},e.BOOMR_config.PageParams=e.BOOMR_config.PageParams||{},e.BOOMR_config.PageParams.pci=!0,n="https://s2.go-mpulse.net/boomerang/";if(window.BOOMR_API_key="ZAKMP-3VWKP-7SSBX-R6U8K-ESBYX",function(){function e(){if(!o){var e=document.createElement("script");e.id="boomr-scr-as",e.src=window.BOOMR.url,e.async=!0,i.parentNode.appendChild(e),o=!0}}function t(e){o=!0;var n,t,a,r,d=document,O=window;if(window.BOOMR.snippetMethod=e?"if":"i",t=function(e,n){var t=d.createElement("script");t.id=n||"boomr-if-as",t.src=window.BOOMR.url,BOOMR_lstart=(new Date).getTime(),e=e||d.body,e.appendChild(t)},!window.addEventListener&&window.attachEvent&&navigator.userAgent.match(/MSIE [67]\./))return window.BOOMR.snippetMethod="s",void t(i.parentNode,"boomr-async");a=document.createElement("IFRAME"),a.src="about:blank",a.title="",a.role="presentation",a.loading="eager",r=(a.frameElement||a).style,r.width=0,r.height=0,r.border=0,r.display="none",i.parentNode.appendChild(a);try{O=a.contentWindow,d=O.document.open()}catch(_){n=document.domain,a.src="javascript:var d=document.open();d.domain='"+n+"';void(0);",O=a.contentWindow,d=O.document.open()}if(n)d._boomrl=function(){this.domain=n,t()},d.write("<bo"+"dy onload='document._boomrl();'>");else if(O._boomrl=function(){t()},O.addEventListener)O.addEventListener("load",O._boomrl,!1);else if(O.attachEvent)O.attachEvent("onload",O._boomrl);d.close()}function a(e){window.BOOMR_onload=e&&e.timeStamp||(new Date).getTime()}if(!window.BOOMR||!window.BOOMR.version&&!window.BOOMR.snippetExecuted){window.BOOMR=window.BOOMR||{},window.BOOMR.snippetStart=(new Date).getTime(),window.BOOMR.snippetExecuted=!0,window.BOOMR.snippetVersion=12,window.BOOMR.url=n+"ZAKMP-3VWKP-7SSBX-R6U8K-ESBYX";var i=document.currentScript||document.getElementsByTagName("script")[0],o=!1,r=document.createElement("link");if(r.relList&&"function"==typeof r.relList.supports&&r.relList.supports("preload")&&"as"in r)window.BOOMR.snippetMethod="p",r.href=window.BOOMR.url,r.rel="preload",r.as="script",r.addEventListener("load",e),r.addEventListener("error",function(){t(!0)}),setTimeout(function(){if(!o)t(!0)},3e3),BOOMR_lstart=(new Date).getTime(),i.parentNode.appendChild(r);else t(!1);if(window.addEventListener)window.addEventListener("load",a,!1);else if(window.attachEvent)window.attachEvent("onload",a)}}(),"".length>0)if(e&&"performance"in e&&e.performance&&"function"==typeof e.performance.setResourceTimingBufferSize)e.performance.setResourceTimingBufferSize();!function(){if(BOOMR=e.BOOMR||{},BOOMR.plugins=BOOMR.plugins||{},!BOOMR.plugins.AK){var n=""=="true"?1:0,t="",a="bdpnbeqxgqucqz2cim2q-f-0ca51e441-clientnsv4-s.akamaihd.net",i="false"=="true"?2:1,o={"ak.v":"39","ak.cp":"972647","ak.ai":parseInt("614989",10),"ak.ol":"0","ak.cr":1,"ak.ipv":4,"ak.proto":"http/1.1","ak.rid":"3cac6a69","ak.r":41723,"ak.a2":n,"ak.m":"a","ak.n":"essl","ak.bpcip":"8.222.208.0","ak.cport":40286,"ak.gh":"23.52.40.20","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"reno","ak.t":"1732395829","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==l1sfIkjo+LBapnPOzOSsHjcNYLOcziJeCo2fV/2ZjBDcVdlJtvAuPkjxaDl4j7oLsQWJat4QGhY9vozC9SAOgHXDLUOj5mbo+rdxjRr0li9B/zs1dNtF2iqBcOazraG639hT6zyFyfqNDNjQ2Oh34OLsIUEcR1+ZUBvnckk13ULSrlU9yTTaFDUJJVIQPSd/m0TMZDC+Op4RFU1avjCXK2dAdtU2Gsgy5pOXU+FCsqFW6xgdBvaVVChafuj5ZDdibQC6+2otv+FU5PGr3+FUdHNAWKCscvNw2NiNCKeIY1NiCq/ZFSFD8gTH5xzOxg+/O8UE0PbU9oQ484BDv/U4Cc+IaGWDMgNlumRuQ4Exkg6CHrt26Tsv+uvTtS2iRzKBQcY0qlkbhYoAGfSOXlXrVda6u8pktl7MuMHebr/te08=","ak.pv":"416","ak.dpoabenc":"","ak.tf":i};if(""!==t)o["ak.ruds"]=t;var r={i:!1,av:function(n){var t="http.initiator";if(n&&(!n[t]||"spa_hard"===n[t]))o["ak.feo"]=void 0!==e.aFeoApplied?1:0,BOOMR.addVar(o)},rv:function(){var e=["ak.bpcip","ak.cport","ak.cr","ak.csrc","ak.gh","ak.ipv","ak.m","ak.n","ak.ol","ak.proto","ak.quicv","ak.tlsv","ak.0rtt","ak.0rtt.ed","ak.r","ak.acc","ak.t","ak.tf"];BOOMR.removeVar(e)}};BOOMR.plugins.AK={akVars:o,akDNSPreFetchDomain:a,init:function(){if(!r.i){var e=BOOMR.subscribe;e("before_beacon",r.av,null,null),e("onbeacon",r.rv,null,null),r.i=!0}return this},is_complete:function(){return!0}}}}()}(window);</script></head> <body class="case_studies-template-default single single-case_studies postid-236248 wp-custom-logo wp-embed-responsive theme-genesis woocommerce-no-js header-full-width full-width-content genesis-breadcrumbs-hidden has-no-blocks"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.498039215686" /><feFuncG type="table" tableValues="0 0.498039215686" /><feFuncB type="table" tableValues="0 0.498039215686" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.549019607843 0.988235294118" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.717647058824 0.254901960784" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.278431372549" /><feFuncB type="table" tableValues="0.592156862745 0.278431372549" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.647058823529" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.780392156863 1" /><feFuncG type="table" tableValues="0 0.949019607843" /><feFuncB type="table" tableValues="0.352941176471 0.470588235294" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.650980392157 0.403921568627" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.447058823529 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.0980392156863 1" /><feFuncG type="table" tableValues="0 0.662745098039" /><feFuncB type="table" tableValues="0.847058823529 0.419607843137" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-55HS3J" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="selecyed-en"> <div class="site-container"><ul class="genesis-skip-link"><li><a href="#genesis-nav-primary" class="screen-reader-shortcut"> Skip to primary navigation</a></li><li><a href="#genesis-content" class="screen-reader-shortcut"> Skip to main content</a></li></ul><style> .item-experience .menu-left-side-section{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_experiences.png) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; border-top-left-radius: 12px; border-bottom-left-radius: 12px; } </style><style> .item-product .menu-left-side-section{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_technologies.jpg) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; border-top-left-radius: 12px; border-bottom-left-radius: 12px; } </style><style> .item-industry .menu-left-side-section{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_touchpoints.jpg) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; border-top-left-radius: 12px; border-bottom-left-radius: 12px; } </style><style> .item-resources .menu-left-side-section{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_resources.jpg) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; border-top-left-radius: 12px; border-bottom-left-radius: 12px; } </style><style> .mega-menu.mobile-menu.Experiences .mobile-menu-open-cont{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_experiences.png) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; } </style><style> .mega-menu.mobile-menu.Technologies .mobile-menu-open-cont{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_technologies.jpg) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; } </style><style> .mega-menu.mobile-menu.Touchpoints .mobile-menu-open-cont{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_touchpoints.jpg) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; } </style><style> .mega-menu.mobile-menu.Resources .mobile-menu-open-cont{ background-image: url(https://meraki.cisco.com/wp-content/uploads/2021/12/navigation_desktop_resources.jpg) !important; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; } </style> <header class="cmp-header sticky-top"> <div id="meraki-callout-banner"> </div> <div class="d-lg-block d-none"> <div id="fw-skiplinks" style="height: auto; overflow-y: auto" tabindex="0"> <ul id="containerSkipNavLink" > <li id="firstLi" ><a tabindex="1" id="skiplink-content" href="#fw-content">Skip to content</a></li> <li id="secondLi" ><a tabindex="2" id="skiplink-footer" href="#fw-footer" class="last">Skip to footer</a></li> </ul> </div> <div class="cmp-header__container"> <div class="container"> <div class="header-util d-flex flex-lg-row flex-column justify-content-lg-end justify-content-start py-lg-2 pt-4 pb-2 px-lg-0 px-2"><div class="cmp-language-switcher"> <a tabindex="3" class="cmp-language-switcher__selector hash-link" href="#" role="button"> <div class="globe-icon mr-1"></div> <span class="mr-1">United States (English)</span> <div class="chevron-icon"></div> </a> <div class="cmp-language-switcher__menu"><a tabindex="3.1" lang ="en-au" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/en-au/customers/visionworks/">Australia (English)</a><a tabindex="3.1" lang ="pt-br" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/pt-br/customers/visionworks/">Brazil (Português)</a><a tabindex="3.1" lang ="fr-ca" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/fr-ca/customers/visionworks/">Canada (Français)</a><a tabindex="3.1" lang ="zh-cn" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/zh-cn/customers/visionworks/">China (简体字)</a><a tabindex="3.1" lang ="fr-fr" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/fr-fr/customers/visionworks/">France (Français)</a><a tabindex="3.1" lang ="de-de" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/de-de/customers/visionworks/">Germany (Deutsch)</a><a tabindex="3.1" lang ="ja-jp" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/ja-jp/customers/visionworks/">Japan (日本語)</a><a tabindex="3.1" class="cmp-language-switcher__menu__item __TEST__" href="https://www.cisco.com/c/m/ko_kr/solutions/small-business/meraki.html">Korea (한국인)</a><a tabindex="3.1" lang ="es-co" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/es-co/customers/visionworks/">Latin America (Español)</a><a tabindex="3.1" lang ="en-uk" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/en-uk/customers/visionworks/">United Kingdom (English)</a><a tabindex="3.1" lang ="en" class="cmp-language-switcher__menu__item __TEST__ active" href="https://meraki.cisco.com/customers/visionworks/">United States (English)</a></div></div><a tabindex="4" href="https://meraki.cisco.com/form/contact/" class="" target="">Contact us</a><a tabindex="5" href="https://account.meraki.com/login" class="" target="">Log In</a></div> <div class="meraki-desktop-nav row align-items-center pb-2"> <div class="logo"> <a href="https://meraki.cisco.com" class="custom-logo-link" rel="home"><img width="1024" height="200" src="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png" class="custom-logo" alt="Cisco Meraki" decoding="async" loading="lazy" srcset="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png 1024w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-500x98.png 500w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-655x128.png 655w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-300x59.png 300w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-768x150.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a> </div> <div class="col sections d-flex align-items-center"> <div class="section pr-2 pr-xxl-4" > <div class="section__header d-flex align-items-center" data-section-header="61"> <a tabindex="61" class="hash-link" href="#">Experiences</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> </div> <div class="section pr-2 pr-xxl-4" > <div class="section__header d-flex align-items-center" data-section-header="62"> <a tabindex="62" class="hash-link" href="#">Technologies</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> </div> <div class="section pr-2 pr-xxl-4" > <div class="section__header d-flex align-items-center" data-section-header="63"> <a tabindex="63" class="hash-link" href="#">Touchpoints</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> </div> <div class="section pr-2 pr-xxl-4" > <div class="section__header d-flex align-items-center" data-section-header="64"> <a tabindex="64" class="hash-link" href="#">Resources</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> </div> </div> <div class="col search-demo-ctas d-flex justify-content-end align-items-center"> <div class="section"> <div class="section__header mr-1 mr-xxl-2" data-section-header="search"> <a href="#" class="hash-link search-icon" aria-label="Search Meraki" title="Search Meraki"></a> </div> </div> <a data-ga-event="CTA_header_demo" class="btn btn-demo demo btn-primary-green" href="https://meraki.cisco.com/form/demo" target="" data-diff-lang="false"> Get a Demo </a> </div> </div> </div> <div id="header-mega-menu-search" class="mega-menu cmp-global-search"> <div class="cmp-global-search__wrapper container"> <div class="cmp-global-search__input"> <div class="input-group"> <form class="form-inline" method="get" action="https://meraki.cisco.com/"> <label for="global-search" class="sr-only">Search</label> <input id="global-search" autocomplete="off" class="global-search-input pb-1" type="text" placeholder="Search Meraki" name="s" /> <a href="#" class="hash-link close-search" aria-label="Close" title="Close Search"></a> </form> </div> </div> <div class="search-result-loading" id="search-result-loading" style="display:none"> <div class="search-result-loading__area"> <div class="search-result-loading__icon"> <img loading="lazy" src="/wp-content/themes/genesis-meraki/images/load-spinner.webp" width="90" alt="loading"> </div> </div> </div> <div id="search-result" class="col-12 search-result cmp-global-search__result"></div> <div id="quicklinks" class="quicklinksSection cmp-global-search__quicklinks"> <div id="quicklinks__label" class="text-upper pb-4">Quick Links</div> <div class="select-wrap"> <div id="search-order-header" class="search-order"> <a href="#" class="quickLinks active" id="all" value="all" class="">All</a> <a href="#" class="quickLinks" id="product" value="product" class="">Product</a> <a href="#" class="quickLinks" id="case_studies" value="case" class="">Case</a> <a href="#" class="quickLinks" id="collateral" value="collateral" class="">Collateral</a> <a href="#" class="quickLinks" id="webinars" value="webinars" class="">Webinars</a> </div> </div> </div> </div> </div> </div> <div id="header-mega-menu-61" data-id="61" class="mega-menu full-bleed item-experience"> <div class="container"> <div class="menu-section-main"> <div class=" menu-left-side-section"> <div class="menu-left-side white"> <h4>Experiences</h4> <p>From hybrid workforces to smarter workspaces, bring together technology and touchpoints to deliver exceptional experiences.</p> <a class="learn-more-btn" target="" href="https://meraki.cisco.com/experiences/all-experiences/"> LEARN MORE</a> </div> </div> <div class=" menu-right-side-section"> <div class="menu-right-side"> <div class="mega-menu__header d-sm-none d-flex px-2"> <div class="chevron-icon mr-1"></div> <a tabindex="61.1" href="#" class="hash-link">Experiences</a> <a href="#" class="hash-link close-icon ml-auto"></a> </div> <div class="wrapper "> <div class="mega-menu__menubar"> <div class="top container d-flex flex-sm-row flex-column"> <div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Workforce</p><div class="d-flex options "><a tabindex="61.1" class="HybridWorkforce item d-block clearfix " href="/experiences/hybrid-workforce/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/hybrid-workforce-1.png" alt="" /> </div> <div class="content"><p class="title">Hybrid Workforce</p><p class="headline">Enable teams with superior performance no matter the environment. </p></div></a><a tabindex="61.1" class="RemoteWorkforce item d-block clearfix " href="/experiences/remote-workforce/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/remote-workforce-1.png" alt="" /> </div> <div class="content"><p class="title">Remote Workforce</p><p class="headline">Enable your workforce with the tools for success.</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Workspace</p><div class="d-flex options "><a tabindex="61.1" class="SafeEnvironments item d-block clearfix " href="/experiences/safe-environments/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/safe-environments-1.png" alt="" /> </div> <div class="content"><p class="title">Safe Environments</p><p class="headline">Protect and securely connect what matters most, regardless of location.</p></div></a><a tabindex="61.1" class="SmartSpaces item d-block clearfix " href="/experiences/smart-spaces/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/smart-spaces-1.png" alt="" /> </div> <div class="content"><p class="title">Smart Spaces</p><p class="headline">From contact tracing to footpath optimization, create the office of the future. </p></div></a></div></div> </div> <div class="landing"> <a tabindex="61.2" href="/platform/cloud-managed-network/" target="">Cloud-managed IT</a> </div> </div> <a tabindex="61.4" href="#" class="hash-link close-mega-menu d-sm-block d-none" title="Close"><span class="icon"></span></a> </div> </div> </div> </div> </div> </div> <div id="header-mega-menu-62" data-id="62" class="mega-menu full-bleed item-product"> <div class="container"> <div class="menu-section-main"> <div class=" menu-left-side-section"> <div class="menu-left-side white"> <h4>Technologies</h4> <p>Deliver exceptional experiences to people, places, and things with best-in-class Meraki technologies.</p> <a class="learn-more-btn" target="" href="https://meraki.cisco.com/products/"> LEARN MORE</a> </div> </div> <div class=" menu-right-side-section"> <div class="menu-right-side"> <div class="mega-menu__header d-sm-none d-flex px-2"> <div class="chevron-icon mr-1"></div> <a tabindex="62.1" href="#" class="hash-link">Technologies</a> <a href="#" class="hash-link close-icon ml-auto"></a> </div> <div class="wrapper "> <div class="mega-menu__menubar"> <div class="top container d-flex flex-sm-row flex-column"> <div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">PLATFORM</p><div class="d-flex options "><a tabindex="62.1" class="Platform item d-block clearfix " href="/platform/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/06/icon-technologies-platform.svg" alt="" /> </div> <div class="content"><p class="title">Platform</p><p class="headline">The cloud-first foundation for your entire network.</p></div></a><a tabindex="62.1" class="MerakiDashboard item d-block clearfix " href="/products/meraki-dashboard/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/06/icon-technologies-dashboard.svg" alt="" /> </div> <div class="content"><p class="title">Meraki Dashboard</p><p class="headline">Monitor, manage, and optimize your network. </p></div></a><a tabindex="62.1" class="SASE item d-block clearfix " href="/what-is/sase/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/06/icon-technologies-sase.svg" alt="" /> </div> <div class="content"><p class="title">SASE</p><p class="headline">Converge networking and security stacks.</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Access Products</p><div class="d-flex options "><a tabindex="62.1" class="Wireless item d-block clearfix ety-hd " href="/products/wi-fi/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/wireless-lan.png" alt="" /> </div> <div class="content"><p class="title">Wireless</p></div></a><a tabindex="62.1" class="Switching item d-block clearfix ety-hd " href="/products/switches/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/switching.png" alt="" /> </div> <div class="content"><p class="title">Switching</p></div></a><a tabindex="62.1" class="MobileDeviceManagement item d-block clearfix ety-hd " href="/products/systems-manager/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/mobile-device-management.png" alt="" /> </div> <div class="content"><p class="title">Mobile Device Management</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">IoT PRODUCTS</p><div class="d-flex options "><a tabindex="62.1" class="SmartCameras item d-block clearfix ety-hd " href="/products/smart-cameras/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/smart-cameras.png" alt="" /> </div> <div class="content"><p class="title">Smart Cameras</p></div></a><a tabindex="62.1" class="Sensors item d-block clearfix ety-hd " href="/products/sensors/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/sensors.png" alt="" /> </div> <div class="content"><p class="title">Sensors</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Secure SD-WAN Products</p><div class="d-flex options "><a tabindex="62.1" class="SecurityandSD-WAN item d-block clearfix ety-hd " href="/products/security-sd-wan/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/security-lock.png" alt="" /> </div> <div class="content"><p class="title">Security and SD-WAN</p></div></a><a tabindex="62.1" class="DigitalExperienceAssurance item d-block clearfix ety-hd " href="/products/digital-experience-assurance/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/06/icon-technologies-digital-experience-assurance.svg" alt="" /> </div> <div class="content"><p class="title">Digital Experience Assurance</p></div></a><a tabindex="62.1" class="HybridCloud item d-block clearfix ety-hd " href="/products/hybrid-cloud/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/03/icon-technologies-hybrid-cloud-1.svg" alt="" /> </div> <div class="content"><p class="title">Hybrid Cloud</p></div></a><a tabindex="62.1" class="UnifiedSASE item d-block clearfix ety-hd " href="/products/cisco-plus-secure-connect/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/02/icon-technologies-unified-sase.svg" alt="" /> </div> <div class="content"><p class="title">Unified SASE</p></div></a><a tabindex="62.1" class="CellularGateways item d-block clearfix ety-hd " href="/products/wireless-wan/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/cellular-gateways.png" alt="" /> </div> <div class="content"><p class="title">Cellular Gateways</p></div></a></div></div> </div> <div class="landing"> <a tabindex="62.2" href="/products/" target="">View all products</a> </div> </div> <a tabindex="62.4" href="#" class="hash-link close-mega-menu d-sm-block d-none" title="Close"><span class="icon"></span></a> </div> </div> </div> </div> </div> </div> <div id="header-mega-menu-63" data-id="63" class="mega-menu full-bleed item-industry"> <div class="container"> <div class="menu-section-main"> <div class=" menu-left-side-section"> <div class="menu-left-side white"> <h4>Touchpoints</h4> <p>Think beyond endpoint devices to all the people, places, and things connecting with the web.</p> </div> </div> <div class=" menu-right-side-section"> <div class="menu-right-side"> <div class="mega-menu__header d-sm-none d-flex px-2"> <div class="chevron-icon mr-1"></div> <a tabindex="63.1" href="#" class="hash-link">Touchpoints</a> <a href="#" class="hash-link close-icon ml-auto"></a> </div> <div class="wrapper "> <div class="mega-menu__menubar"> <div class="top container d-flex flex-sm-row flex-column"> <div class="category d-flex flex-column industry-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0"> Industries</p><div class="d-flex options "><a tabindex="63.1" class="FinancialServices item d-block clearfix ety-hd " href="/industries/financial-services/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/02/icon-touchpoints-financial-services-2.svg" alt="" /> </div> <div class="content"><p class="title">Financial Services</p></div></a><a tabindex="63.1" class="Manufacturing item d-block clearfix ety-hd " href="/industries/manufacturing/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/manufacturing.png" alt="" /> </div> <div class="content"><p class="title">Manufacturing</p></div></a><a tabindex="63.1" class="LocalGovernment item d-block clearfix ety-hd " href="/industries/government/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/02/icon-touchpoints-government-2.svg" alt="" /> </div> <div class="content"><p class="title">Local Government</p></div></a><a tabindex="63.1" class="FederalGovernment item d-block clearfix ety-hd " href="/industries/federal-government/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/02/icon-touchpoints-federal-government.svg" alt="" /> </div> <div class="content"><p class="title">Federal Government</p></div></a><a tabindex="63.1" class="PrimaryEducation item d-block clearfix ety-hd " href="/industries/primary-education/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/primary-education.png" alt="" /> </div> <div class="content"><p class="title">Primary Education</p></div></a><a tabindex="63.1" class="Healthcare item d-block clearfix ety-hd " href="/industries/healthcare/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/healthcare.png" alt="" /> </div> <div class="content"><p class="title">Healthcare</p></div></a><a tabindex="63.1" class="Retail item d-block clearfix ety-hd " href="/industries/retail/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/retail.png" alt="" /> </div> <div class="content"><p class="title">Retail</p></div></a><a tabindex="63.1" class="HigherEducation item d-block clearfix ety-hd " href="/industries/higher-education/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/higher-education.png" alt="" /> </div> <div class="content"><p class="title">Higher Education</p></div></a><a tabindex="63.1" class="SmallBusiness item d-block clearfix ety-hd " href="/small-business/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/10/small-business-menu-icon.png" alt="" /> </div> <div class="content"><p class="title">Small Business</p></div></a><a tabindex="63.1" class="Hospitality item d-block clearfix ety-hd " href="/industries/hospitality/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/hospitality.png" alt="" /> </div> <div class="content"><p class="title">Hospitality</p></div></a><a tabindex="63.1" class="PhysicalSecurity item d-block clearfix ety-hd " href="https://meraki.cisco.com/solutions/physical-security/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/09/icon-touchpoints-physical-security-1.svg" alt="" /> </div> <div class="content"><p class="title">Physical Security</p></div></a></div></div> </div> <div class="landing"> <a tabindex="63.2" href="/customers/" target=""> view customer stories</a> </div> </div> <a tabindex="63.4" href="#" class="hash-link close-mega-menu d-sm-block d-none" title="Close"><span class="icon"></span></a> </div> </div> </div> </div> </div> </div> <div id="header-mega-menu-64" data-id="64" class="mega-menu full-bleed item-resources"> <div class="container"> <div class="menu-section-main"> <div class=" menu-left-side-section"> <div class="menu-left-side white"> <h4>Resources</h4> <p>Learn best practices, explore innovative solutions, and connect with others across the Meraki community.</p> </div> </div> <div class=" menu-right-side-section"> <div class="menu-right-side"> <div class="mega-menu__header d-sm-none d-flex px-2"> <div class="chevron-icon mr-1"></div> <a tabindex="64.1" href="#" class="hash-link">Resources</a> <a href="#" class="hash-link close-icon ml-auto"></a> </div> <div class="wrapper "> <div class="mega-menu__menubar"> <div class="top container d-flex flex-sm-row flex-column"> <div class="category d-flex flex-column resoruce-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0">Learn</p><div class="d-flex options "><a tabindex="64.1" class="Blog item d-block clearfix ety-hd " href="/blog/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/blog.png" alt="" /> </div> <div class="content"><p class="title">Blog</p></div></a><a tabindex="64.1" class="CustomerStories item d-block clearfix ety-hd " href="/customers/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/customer-stories.png" alt="" /> </div> <div class="content"><p class="title">Customer Stories</p></div></a><a tabindex="64.1" class="Documentation item d-block clearfix ety-hd " href="https://documentation.meraki.com/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/documentation.png" alt="" /> </div> <div class="content"><p class="title">Documentation</p></div></a><a tabindex="64.1" class="ProductCatalog item d-block clearfix ety-hd " href="/product-catalog/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/product-catalog.png" alt="" /> </div> <div class="content"><p class="title">Product Catalog</p></div></a><a tabindex="64.1" class="ResourceLibrary item d-block clearfix ety-hd " href="/collateral/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/resource-library.png" alt="" /> </div> <div class="content"><p class="title">Resource Library</p></div></a><a tabindex="64.1" class="Webinars item d-block clearfix ety-hd " href="/webinars/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/icon-menu-webinar.png" alt="" /> </div> <div class="content"><p class="title">Webinars</p></div></a></div></div><div class="category d-flex flex-column resoruce-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0"> Explore</p><div class="d-flex options "><a tabindex="64.1" class="Sustainability item d-block clearfix ety-hd " href="/about/sustainability/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/09/icon-resources-sustainability.svg" alt="" /> </div> <div class="content"><p class="title">Sustainability</p></div></a><a tabindex="64.1" class="Support item d-block clearfix ety-hd " href="/support" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/icon-menu-support.png" alt="" /> </div> <div class="content"><p class="title">Support</p></div></a><a tabindex="64.1" class="Wi-Fi6E item d-block clearfix ety-hd " href="/solutions/next-gen-wifi/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/wi-fi-6.png" alt="" /> </div> <div class="content"><p class="title">Wi-Fi 6E</p></div></a><a tabindex="64.1" class="Security item d-block clearfix ety-hd " href="/solutions/security-hub/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/06/icon-resources-security.svg" alt="" /> </div> <div class="content"><p class="title">Security</p></div></a></div></div><div class="category d-flex flex-column resoruce-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0">Connect</p><div class="d-flex options "><a tabindex="64.1" class="AppMarketplace item d-block clearfix ety-hd " href="https://apps.meraki.io/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/app-marketplace.png" alt="" /> </div> <div class="content"><p class="title">App Marketplace</p></div></a><a tabindex="64.1" class="Community item d-block clearfix ety-hd " href="https://community.meraki.com" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/community.png" alt="" /> </div> <div class="content"><p class="title">Community</p></div></a><a tabindex="64.1" class="DeveloperHub item d-block clearfix ety-hd " href="https://developer.cisco.com/meraki/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/developer-hub.png" alt="" /> </div> <div class="content"><p class="title">Developer Hub</p></div></a><a tabindex="64.1" class="Partners item d-block clearfix ety-hd " href="/partners/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/partners.png" alt="" /> </div> <div class="content"><p class="title">Partners</p></div></a><a tabindex="64.1" class="Podcast item d-block clearfix ety-hd " href="https://community.meraki.com/t5/Meraki-Unboxed-Podcast/bg-p/unboxed" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/09/icon-resources-podcasts.svg" alt="" /> </div> <div class="content"><p class="title">Podcast</p></div></a></div></div> </div> </div> <a tabindex="64.4" href="#" class="hash-link close-mega-menu d-sm-block d-none" title="Close"><span class="icon"></span></a> </div> </div> </div> </div> </div> </div> </div> <div class="d-lg-none d-block sticky-top"> <div class="meraki-mobile-header px-2 px-md-4"> <div class="logo"><a href="https://meraki.cisco.com" class="custom-logo-link" rel="home"><img width="1024" height="200" src="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png" class="custom-logo" alt="Cisco Meraki" decoding="async" loading="lazy" srcset="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png 1024w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-500x98.png 500w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-655x128.png 655w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-300x59.png 300w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-768x150.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></div> <a id="mobile-menu-search-button" class="search-icon">  </a> <div class="nav-icon toggle-mobile-nav"><span></span></div> </div> <div class="meraki-mobile-nav"> <div class="nav-content d-flex"> <div class="nav-header d-flex flex-row justify-content-between align-items-center px-2 px-md-4"> <div class="logo"><a href="https://meraki.cisco.com" class="custom-logo-link" rel="home"><img width="1024" height="200" src="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png" class="custom-logo" alt="Cisco Meraki" decoding="async" loading="lazy" srcset="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png 1024w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-500x98.png 500w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-655x128.png 655w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-300x59.png 300w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-768x150.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a></div> <a href="#" class="hash-link close-icon toggle-mobile-nav" aria-label="Close"></a> </div> <div class="nav-body"> <div class="mega-menu section mobile-only mobile-menu Experiences "> <div class="section__header d-flex align-items-center" > <a tabindex="61" class="hash-link" href="#">Experiences</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <div class="container wrapper "> <div class="mobile-menu-open-cont"> <div class="menu-left-side white"> <div class="section__header d-flex align-items-center" > <a tabindex="61" class="hash-link" href="#"><h4>Experiences</h4></a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <p>From hybrid workforces to smarter workspaces, bring together technology and touchpoints to deliver exceptional experiences.</p> <a class="learn-more-btn" target="" href="https://meraki.cisco.com/experiences/all-experiences/"> LEARN MORE</a> </div> </div> <div class="top d-flex flex-wrap"> <div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Workforce</p><div class="d-flex options "><a tabindex="61.1" class="HybridWorkforce item d-block clearfix " href="/experiences/hybrid-workforce/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/hybrid-workforce-1.png" alt="" /> </div> <div class="content"><p class="title">Hybrid Workforce</p><p class="headline">Enable teams with superior performance no matter the environment. </p></div></a><a tabindex="61.1" class="RemoteWorkforce item d-block clearfix " href="/experiences/remote-workforce/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/remote-workforce-1.png" alt="" /> </div> <div class="content"><p class="title">Remote Workforce</p><p class="headline">Enable your workforce with the tools for success.</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Workspace</p><div class="d-flex options "><a tabindex="61.1" class="SafeEnvironments item d-block clearfix " href="/experiences/safe-environments/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/safe-environments-1.png" alt="" /> </div> <div class="content"><p class="title">Safe Environments</p><p class="headline">Protect and securely connect what matters most, regardless of location.</p></div></a><a tabindex="61.1" class="SmartSpaces item d-block clearfix " href="/experiences/smart-spaces/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/smart-spaces-1.png" alt="" /> </div> <div class="content"><p class="title">Smart Spaces</p><p class="headline">From contact tracing to footpath optimization, create the office of the future. </p></div></a></div></div> </div> <div class="landing"> <a href="/platform/cloud-managed-network/"> Cloud-managed IT </a> </div> </div> </div> <div class="mega-menu section mobile-only mobile-menu Technologies "> <div class="section__header d-flex align-items-center" > <a tabindex="62" class="hash-link" href="#">Technologies</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <div class="container wrapper "> <div class="mobile-menu-open-cont"> <div class="menu-left-side white"> <div class="section__header d-flex align-items-center" > <a tabindex="62" class="hash-link" href="#"><h4>Technologies</h4></a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <p>Deliver exceptional experiences to people, places, and things with best-in-class Meraki technologies.</p> <a class="learn-more-btn" target="" href="https://meraki.cisco.com/products/"> LEARN MORE</a> </div> </div> <div class="top d-flex flex-wrap"> <div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">PLATFORM</p><div class="d-flex options "><a tabindex="62.1" class="Platform item d-block clearfix " href="/platform/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/06/icon-technologies-platform.svg" alt="" /> </div> <div class="content"><p class="title">Platform</p><p class="headline">The cloud-first foundation for your entire network.</p></div></a><a tabindex="62.1" class="MerakiDashboard item d-block clearfix " href="/products/meraki-dashboard/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/06/icon-technologies-dashboard.svg" alt="" /> </div> <div class="content"><p class="title">Meraki Dashboard</p><p class="headline">Monitor, manage, and optimize your network. </p></div></a><a tabindex="62.1" class="SASE item d-block clearfix " href="/what-is/sase/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/06/icon-technologies-sase.svg" alt="" /> </div> <div class="content"><p class="title">SASE</p><p class="headline">Converge networking and security stacks.</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Access Products</p><div class="d-flex options "><a tabindex="62.1" class="Wireless item d-block clearfix ety-hd " href="/products/wi-fi/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/wireless-lan.png" alt="" /> </div> <div class="content"><p class="title">Wireless</p></div></a><a tabindex="62.1" class="Switching item d-block clearfix ety-hd " href="/products/switches/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/switching.png" alt="" /> </div> <div class="content"><p class="title">Switching</p></div></a><a tabindex="62.1" class="MobileDeviceManagement item d-block clearfix ety-hd " href="/products/systems-manager/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/mobile-device-management.png" alt="" /> </div> <div class="content"><p class="title">Mobile Device Management</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">IoT PRODUCTS</p><div class="d-flex options "><a tabindex="62.1" class="SmartCameras item d-block clearfix ety-hd " href="/products/smart-cameras/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/smart-cameras.png" alt="" /> </div> <div class="content"><p class="title">Smart Cameras</p></div></a><a tabindex="62.1" class="Sensors item d-block clearfix ety-hd " href="/products/sensors/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/sensors.png" alt="" /> </div> <div class="content"><p class="title">Sensors</p></div></a></div></div><div class="category d-flex flex-column "><p class="header pb-1 mt-1 mt-lg-0 mb-0">Secure SD-WAN Products</p><div class="d-flex options "><a tabindex="62.1" class="SecurityandSD-WAN item d-block clearfix ety-hd " href="/products/security-sd-wan/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/security-lock.png" alt="" /> </div> <div class="content"><p class="title">Security and SD-WAN</p></div></a><a tabindex="62.1" class="DigitalExperienceAssurance item d-block clearfix ety-hd " href="/products/digital-experience-assurance/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/06/icon-technologies-digital-experience-assurance.svg" alt="" /> </div> <div class="content"><p class="title">Digital Experience Assurance</p></div></a><a tabindex="62.1" class="HybridCloud item d-block clearfix ety-hd " href="/products/hybrid-cloud/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/03/icon-technologies-hybrid-cloud-1.svg" alt="" /> </div> <div class="content"><p class="title">Hybrid Cloud</p></div></a><a tabindex="62.1" class="UnifiedSASE item d-block clearfix ety-hd " href="/products/cisco-plus-secure-connect/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/02/icon-technologies-unified-sase.svg" alt="" /> </div> <div class="content"><p class="title">Unified SASE</p></div></a><a tabindex="62.1" class="CellularGateways item d-block clearfix ety-hd " href="/products/wireless-wan/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/cellular-gateways.png" alt="" /> </div> <div class="content"><p class="title">Cellular Gateways</p></div></a></div></div> </div> <div class="landing"> <a href="/products/"> View all products </a> </div> </div> </div> <div class="mega-menu section mobile-only mobile-menu Touchpoints "> <div class="section__header d-flex align-items-center" > <a tabindex="63" class="hash-link" href="#">Touchpoints</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <div class="container wrapper "> <div class="mobile-menu-open-cont"> <div class="menu-left-side white"> <div class="section__header d-flex align-items-center" > <a tabindex="63" class="hash-link" href="#"><h4>Touchpoints</h4></a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <p>Think beyond endpoint devices to all the people, places, and things connecting with the web.</p> </div> </div> <div class="top d-flex flex-wrap"> <div class="category d-flex flex-column industry-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0"> Industries</p><div class="d-flex options "><a tabindex="63.1" class="FinancialServices item d-block clearfix ety-hd " href="/industries/financial-services/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/02/icon-touchpoints-financial-services-2.svg" alt="" /> </div> <div class="content"><p class="title">Financial Services</p></div></a><a tabindex="63.1" class="Manufacturing item d-block clearfix ety-hd " href="/industries/manufacturing/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/manufacturing.png" alt="" /> </div> <div class="content"><p class="title">Manufacturing</p></div></a><a tabindex="63.1" class="LocalGovernment item d-block clearfix ety-hd " href="/industries/government/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/02/icon-touchpoints-government-2.svg" alt="" /> </div> <div class="content"><p class="title">Local Government</p></div></a><a tabindex="63.1" class="FederalGovernment item d-block clearfix ety-hd " href="/industries/federal-government/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2024/02/icon-touchpoints-federal-government.svg" alt="" /> </div> <div class="content"><p class="title">Federal Government</p></div></a><a tabindex="63.1" class="PrimaryEducation item d-block clearfix ety-hd " href="/industries/primary-education/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/primary-education.png" alt="" /> </div> <div class="content"><p class="title">Primary Education</p></div></a><a tabindex="63.1" class="Healthcare item d-block clearfix ety-hd " href="/industries/healthcare/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/healthcare.png" alt="" /> </div> <div class="content"><p class="title">Healthcare</p></div></a><a tabindex="63.1" class="Retail item d-block clearfix ety-hd " href="/industries/retail/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/retail.png" alt="" /> </div> <div class="content"><p class="title">Retail</p></div></a><a tabindex="63.1" class="HigherEducation item d-block clearfix ety-hd " href="/industries/higher-education/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/higher-education.png" alt="" /> </div> <div class="content"><p class="title">Higher Education</p></div></a><a tabindex="63.1" class="SmallBusiness item d-block clearfix ety-hd " href="/small-business/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/10/small-business-menu-icon.png" alt="" /> </div> <div class="content"><p class="title">Small Business</p></div></a><a tabindex="63.1" class="Hospitality item d-block clearfix ety-hd " href="/industries/hospitality/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/hospitality.png" alt="" /> </div> <div class="content"><p class="title">Hospitality</p></div></a><a tabindex="63.1" class="PhysicalSecurity item d-block clearfix ety-hd " href="https://meraki.cisco.com/solutions/physical-security/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/09/icon-touchpoints-physical-security-1.svg" alt="" /> </div> <div class="content"><p class="title">Physical Security</p></div></a></div></div> </div> <div class="landing"> <a href="/customers/"> view customer stories </a> </div> </div> </div> <div class="mega-menu section mobile-only mobile-menu Resources "> <div class="section__header d-flex align-items-center" > <a tabindex="64" class="hash-link" href="#">Resources</a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <div class="container wrapper "> <div class="mobile-menu-open-cont"> <div class="menu-left-side white"> <div class="section__header d-flex align-items-center" > <a tabindex="64" class="hash-link" href="#"><h4>Resources</h4></a> <div class="chevron-icon ml-sm-1 mr-0"></div> </div> <p>Learn best practices, explore innovative solutions, and connect with others across the Meraki community.</p> </div> </div> <div class="top d-flex flex-wrap"> <div class="category d-flex flex-column resoruce-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0">Learn</p><div class="d-flex options "><a tabindex="64.1" class="Blog item d-block clearfix ety-hd " href="/blog/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/blog.png" alt="" /> </div> <div class="content"><p class="title">Blog</p></div></a><a tabindex="64.1" class="CustomerStories item d-block clearfix ety-hd " href="/customers/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/customer-stories.png" alt="" /> </div> <div class="content"><p class="title">Customer Stories</p></div></a><a tabindex="64.1" class="Documentation item d-block clearfix ety-hd " href="https://documentation.meraki.com/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/documentation.png" alt="" /> </div> <div class="content"><p class="title">Documentation</p></div></a><a tabindex="64.1" class="ProductCatalog item d-block clearfix ety-hd " href="/product-catalog/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/product-catalog.png" alt="" /> </div> <div class="content"><p class="title">Product Catalog</p></div></a><a tabindex="64.1" class="ResourceLibrary item d-block clearfix ety-hd " href="/collateral/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/resource-library.png" alt="" /> </div> <div class="content"><p class="title">Resource Library</p></div></a><a tabindex="64.1" class="Webinars item d-block clearfix ety-hd " href="/webinars/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/icon-menu-webinar.png" alt="" /> </div> <div class="content"><p class="title">Webinars</p></div></a></div></div><div class="category d-flex flex-column resoruce-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0"> Explore</p><div class="d-flex options "><a tabindex="64.1" class="Sustainability item d-block clearfix ety-hd " href="/about/sustainability/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/09/icon-resources-sustainability.svg" alt="" /> </div> <div class="content"><p class="title">Sustainability</p></div></a><a tabindex="64.1" class="Support item d-block clearfix ety-hd " href="/support" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/icon-menu-support.png" alt="" /> </div> <div class="content"><p class="title">Support</p></div></a><a tabindex="64.1" class="Wi-Fi6E item d-block clearfix ety-hd " href="/solutions/next-gen-wifi/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/wi-fi-6.png" alt="" /> </div> <div class="content"><p class="title">Wi-Fi 6E</p></div></a><a tabindex="64.1" class="Security item d-block clearfix ety-hd " href="/solutions/security-hub/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2023/06/icon-resources-security.svg" alt="" /> </div> <div class="content"><p class="title">Security</p></div></a></div></div><div class="category d-flex flex-column resoruce-desktop"><p class="header pb-1 mt-1 mt-lg-0 mb-0">Connect</p><div class="d-flex options "><a tabindex="64.1" class="AppMarketplace item d-block clearfix ety-hd " href="https://apps.meraki.io/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/app-marketplace.png" alt="" /> </div> <div class="content"><p class="title">App Marketplace</p></div></a><a tabindex="64.1" class="Community item d-block clearfix ety-hd " href="https://community.meraki.com" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/community.png" alt="" /> </div> <div class="content"><p class="title">Community</p></div></a><a tabindex="64.1" class="DeveloperHub item d-block clearfix ety-hd " href="https://developer.cisco.com/meraki/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/developer-hub.png" alt="" /> </div> <div class="content"><p class="title">Developer Hub</p></div></a><a tabindex="64.1" class="Partners item d-block clearfix ety-hd " href="/partners/" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2021/12/partners.png" alt="" /> </div> <div class="content"><p class="title">Partners</p></div></a><a tabindex="64.1" class="Podcast item d-block clearfix ety-hd " href="https://community.meraki.com/t5/Meraki-Unboxed-Podcast/bg-p/unboxed" target=""> <div class="icon mr-1"> <img src="https://meraki.cisco.com/wp-content/uploads/2022/09/icon-resources-podcasts.svg" alt="" /> </div> <div class="content"><p class="title">Podcast</p></div></a></div></div> </div> </div> </div> </div> <div class="nav-menu-highlight container"> <div class="row"> <div class="col-md-6 mb-0"> <a class="btn btn-primary-green" href="https://meraki.cisco.com/form/demo" target="">Get a Demo</a> </div> <div class="col-md-6 mb-0"> <a class="btn btn-primary-loginbtn" href="https://account.meraki.com/secure/login/dashboard_login">Login</a> </div> </div> </div> <div id="mobile-search-popup" class="cmp-global-search"> <div class="cmp-global-search__wrapper container"> <div class="cmp-global-search__input"> <div class="input-group"> <form class="form-inline" method="get" action="https://meraki.cisco.com/"> <label for="mobile-global-search" class="sr-only">Search</label> <input id="mobile-global-search" autocomplete="off" class="global-search-input pb-1" type="text" placeholder="Search Meraki" name="s" /> <a href="#" class="mobile-search-popup__close close-search" aria-label="Close" ></a> </form> </div> </div> <div class="mobile-search-result-loading" id="mobile-search-result-loading" style="display:none"> <div class="search-result-loading__area"> <div class="search-result-loading__icon"> <img src="/wp-content/themes/genesis-meraki/images/load-spinner.webp" width="90" alt="loading"> </div> </div> </div> <div id="mobile-search-result" class="col-12 search-result cmp-global-search__result"></div> <div id="mobile-quicklinks" class=" quicklinksSection cmp-global-search__quicklinks"> <div id="mobile-quicklinks__label" class="text-upper pb-4">Quick Links</div> <div class="select-wrap"> <div id="mobile-search-order" class="search-order"> <a href="#" class="quickLinks active" id="all-mobile" value="all" class="">All</a> <a href="#" class="quickLinks" id="product-mobile" value="product" class="">Product</a> <a href="#" class="quickLinks" id="case_studies-mobile" value="case" class="">Case</a> <a href="#" class="quickLinks" id="collateral-mobile" value="collateral" class="">Collateral</a> <a href="#" class="quickLinks" id="webinars-mobile" value="webinars" class="">Webinars</a> </div> </div> </div> </div> </div> </div> <div class="nav-footer"> <div class="header-util-mobile"> <div class="container"> <ul><li class=""><a href="https://meraki.cisco.com/form/contact/" target="">Contact us</a></li><li class=""><a href="https://account.meraki.com/login" target="">Log In</a></li></ul> </div> </div> <div class="lang-switcher-mobile"> <div class="container"> <div class="cmp-language-switcher"> <a tabindex="3" class="cmp-language-switcher__selector hash-link" href="#" role="button"> <div class="globe-icon mr-1"></div> <span class="mr-1">United States (English)</span> <div class="chevron-icon"></div> </a> <div class="cmp-language-switcher__menu"><a tabindex="3.1" lang ="en-au" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/en-au/customers/visionworks/">Australia (English)</a><a tabindex="3.1" lang ="pt-br" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/pt-br/customers/visionworks/">Brazil (Português)</a><a tabindex="3.1" lang ="fr-ca" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/fr-ca/customers/visionworks/">Canada (Français)</a><a tabindex="3.1" lang ="zh-cn" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/zh-cn/customers/visionworks/">China (简体字)</a><a tabindex="3.1" lang ="fr-fr" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/fr-fr/customers/visionworks/">France (Français)</a><a tabindex="3.1" lang ="de-de" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/de-de/customers/visionworks/">Germany (Deutsch)</a><a tabindex="3.1" lang ="ja-jp" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/ja-jp/customers/visionworks/">Japan (日本語)</a><a tabindex="3.1" class="cmp-language-switcher__menu__item __TEST__" href="https://www.cisco.com/c/m/ko_kr/solutions/small-business/meraki.html">Korea (한국인)</a><a tabindex="3.1" lang ="es-co" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/es-co/customers/visionworks/">Latin America (Español)</a><a tabindex="3.1" lang ="en-uk" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/en-uk/customers/visionworks/">United Kingdom (English)</a><a tabindex="3.1" lang ="en" class="cmp-language-switcher__menu__item __TEST__ active" href="https://meraki.cisco.com/customers/visionworks/">United States (English)</a></div></div> </div> </div> </div> </div> </div> <div id="meraki-callout-banner-bottom"> </div> </header> <div class="d-sm-block d-none"> <div id="cmp-header-overlay" class="cmp-header-overlay"></div> </div> <div id="fw-content" class="site-inner"><div class="content-sidebar-wrap"><main class="content" 0=" " id="genesis-content"> <div class="post-form post-case_studies"> <style> .post-case_studies__hero { background-image: linear-gradient(180deg, rgba(26,26,26,0.7) 0%, rgba(26,26,26,0) 100%), url(https://meraki.cisco.com/wp-content/uploads/2022/09/iStock-1256696204-scaled.jpg); } @media screen and (max-width:960px) { .post-case_studies__hero { background-image: linear-gradient(180deg, rgba(26,26,26,0.7) 0%, rgba(26,26,26,0) 100%), url(https://meraki.cisco.com/wp-content/uploads/2022/09/iStock-1256696204-scaled.jpg); } } </style> <div class="post-case_studies__hero "> <div class="container"> <div class="row"> <div class="col-12"> <h1 class="h4 post-case_studies__hero-title mb-3 white" >Visionworks</h1> <h2 class="h3 post-case_studies__hero-highlight white"> Improving the customer and patient experience with seamless Wi-Fi connectivity </h2> </div> </div> </div> </div> <div class="anchor-navigation"> <div class="anchor-navigation__wrapper"> <div class="anchor-navigation__container container"> <div class="row desktop"> <div class="col-12"> <ul class="anchor-navigation__tabs"> <li class="anchor-navigation__tabs-tab "> <a href="#highlights" class="py-2" >Highlights</a> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection0" class="py-2">Key Stats</a> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection1" class="py-2">Overview</a> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection2" class="py-2">Challenge</a> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection3" class="py-2">Solution</a> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection4" class="py-2">Results</a> </li> <li class="anchor-navigation__tabs-cta"> <a class="btn btn-primary-green" href="https://meraki.cisco.com/form/contact/" target="" data-diff-lang="">Contact Us</a> </li> </ul> <span class="anchor-navigation__tabs-indicator"></span> </div> </div> <div class="row mobile"> <div class="col-6 "> <div class="anchor-navigation__tabs-wrapper"> <ul class="anchor-navigation__tabs"> <li class="anchor-navigation__tabs-tab"> <a href="#highlights" class="py-1">Highlights</a><span class="anchor-navigation__arrow ml-1"></span> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection0" class="py-1">Key Stats</a><span class="anchor-navigation__arrow ml-1"></span> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection1" class="py-1">Overview</a><span class="anchor-navigation__arrow ml-1"></span> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection2" class="py-1">Challenge</a><span class="anchor-navigation__arrow ml-1"></span> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection3" class="py-1">Solution</a><span class="anchor-navigation__arrow ml-1"></span> </li> <li class="anchor-navigation__tabs-tab"> <a href="#detailSection4" class="py-1">Results</a><span class="anchor-navigation__arrow ml-1"></span> </li> </ul> <span class="anchor-navigation__tabs-indicator"></span> </div> </div> <div class="col-6 anchor-navigation__tabs-cta-container"> <ul class="anchor-navigation__tabs"> <li class="anchor-navigation__tabs-cta py-1"> <a class="btn btn-primary-green" href="https://meraki.cisco.com/form/contact/" target="" data-diff-lang="">Contact Us</a> </li> </ul> </div> </div> </div> </div> </div> <div class="container container--bottom"> <div class="row"> <div id="sidebar" class="col col-md-3 col-sidebar"> <!--sidebar content --> <div class="post-case_studies__sidebar-container"> <div class="post-case_studies__sidebar-sticky"> <div class="post-case_studies__taxonomy mb-2"> <h5 class="post-case_studies__taxonomy-heading mb-1">Industry</h5> <ul class="post-case_studies__taxonomy-list"> <li class="post-case_studies__taxonomy-list-item mb-1"> <img loading="lazy" src="https://meraki.cisco.com/wp-content/uploads/2020/09/healthcare.png" alt="Healthcare Icon" /> Healthcare </li> <li class="post-case_studies__taxonomy-list-item mb-1"> <img loading="lazy" src="https://meraki.cisco.com/wp-content/uploads/2020/09/retail.png" alt="Retail Icon" /> Retail </li> </ul> </div> <div class="post-case_studies__taxonomy mb-2"> <h5 class="post-case_studies__taxonomy-heading mb-1">Location</h5> <ul class="post-case_studies__taxonomy-list"> <li class="post-case_studies__taxonomy-list-item mb-1"><img loading="lazy" src="https://meraki.cisco.com/wp-content/themes/genesis-meraki/images/icon-globe.svg" alt="icon" />United States</li> </ul> </div> <div class="post-case_studies__taxonomy mb-2"> <h5 class="post-case_studies__taxonomy-heading mb-1">Products</h5> <ul class="post-case_studies__taxonomy-list"> <li class="post-case_studies__taxonomy-list-item mb-1"> Meraki dashboard</li> <li class="post-case_studies__taxonomy-list-item mb-1"> <img loading="lazy" src="https://meraki.cisco.com/wp-content/uploads/2020/09/wireless-LAN-MR.png" alt="Wireless LAN Icon" /> MR - Meraki Wireless</li> <li class="post-case_studies__taxonomy-list-item mb-1"> <img loading="lazy" src="https://meraki.cisco.com/wp-content/uploads/2020/09/switching-MS.png" alt="Network Switching Icon" /> MS - Meraki Switching</li> <li class="post-case_studies__taxonomy-list-item mb-1"> <img loading="lazy" src="https://meraki.cisco.com/wp-content/uploads/2020/09/smart-cameras-MV.png" alt="Smart Camera Icon" /> MV - Meraki Cameras</li> </ul> </div> <div class="post-case_studies__taxonomy mb-2"> <h5 class="post-case_studies__taxonomy-heading mb-1">Solutions</h5> <ul class="post-case_studies__taxonomy-list"> <li class="post-case_studies__taxonomy-list-item mb-1">Networking</li> <li class="post-case_studies__taxonomy-list-item mb-1">Smart spaces</li> <li class="post-case_studies__taxonomy-list-item mb-1">Wireless</li> </ul> </div> <div class="post-case_studies__utility"> <div class="post-case_studies__utility-list row"> <div class="post-case_studies__utility-list--item mb-1 col-6 col-md-12"> <a data-name="filename" href="https://meraki.cisco.com/wp-content/uploads/2022/09/Visionworks-Case-Study-220913-english.pdf" target="_blank" class="download-icon"> Download </a> </div> </div> </div> </div> </div> </div> <div id="content" class="col-md-9 col-content"> <!-- temporary section placeholders --> <div class="row row-highlights"> <div class="col-12 post-case_studies__detail-section" id="highlights" > <h3> Highlights </h3> <ul> <li class="highlights-list"> Eliminated the need for on-site troubleshooting with remote management </li> <li class="highlights-list"> Improved in-store Wi-Fi experience for customers and retail associates </li> <li class="highlights-list"> Provided support for innovative use cases beyond physical security </li> </ul> </div> </div> <div class="row"> <div class="col-12 post-case_studies__detail-section" id="detailSection0" > <h3>Key Stats</h3> <ul> <li>740 retail and clinical locations in 40 states</li> </ul> </div> </div> <div class="row"> <div class="col-12 post-case_studies__detail-section" id="detailSection1" > <h3>Overview</h3> <blockquote><p><span style="font-weight: 400;">The Meraki MV is an impressive </span><span style="font-weight: 400;">camera that lets you see every </span><span style="font-weight: 400;">inch of the store. You can </span><span style="font-weight: 400;">almost zoom in and read the </span><span style="font-weight: 400;">labels on the glasses that are </span><span style="font-weight: 400;">25 feet away.</span></p></blockquote> <p><span style="font-weight: 400;">JASON WITTMER<br /> </span><em><span style="font-weight: 400;">Director, Infrastructure and IT Operations</span></em></p> <p><a href="https://www.visionworks.com/"><span style="font-weight: 400;">Visionworks</span></a><span style="font-weight: 400;"> is a leading provider of eye care </span><span style="font-weight: 400;">services in the U.S., sitting at the intersection </span><span style="font-weight: 400;">of healthcare and retail. The company is </span><span style="font-weight: 400;">passionate about flawless vision and wants </span><span style="font-weight: 400;">every person who visits its stores and affiliated </span><span style="font-weight: 400;">doctors to have an incredible experience in an </span><span style="font-weight: 400;">unexpectedly simple way.</span></p> <p><span style="font-weight: 400;">Visionworks brings healthcare expertise </span><span style="font-weight: 400;">backed with a network of optometrists and </span><span style="font-weight: 400;">technicians, as well as retail associates, ready </span><span style="font-weight: 400;">to fulfill vision prescription needs, including </span><span style="font-weight: 400;">glasses, sunglasses, and contact lenses.</span></p> </div> </div> <div class="row"> <div class="col-12 post-case_studies__detail-section" id="detailSection2" > <h3>Challenge</h3> <p><span style="font-weight: 400;">Visionworks is constantly on the lookout for innovative </span><span style="font-weight: 400;">technology solutions that will help streamline business </span><span style="font-weight: 400;">operations, reduce costs, and—most importantly—</span><span style="font-weight: 400;">enhance the customer experience.</span></p> <p><span style="font-weight: 400;">As the company dealt with lockdowns and other </span><span style="font-weight: 400;">restrictions during the pandemic, the Visionworks IT </span><span style="font-weight: 400;">team, led by Jason Wittmer, Director of Infrastructure </span><span style="font-weight: 400;">and IT operations, accelerated the implementation of </span><span style="font-weight: 400;">key technology initiatives that were instrumental in </span><span style="font-weight: 400;">enabling the business to move forward with minimal </span><span style="font-weight: 400;">disruption.</span></p> <p><span style="font-weight: 400;">As retail and clinical locations began to reopen, </span><span style="font-weight: 400;">empowering them with networking capabilities that </span><span style="font-weight: 400;">exceed the expectations of customers, patients, and </span><span style="font-weight: 400;">retail associates was a top priority. With a customer </span><span style="font-weight: 400;">base that has grown accustomed to Wi-Fi connectivity </span><span style="font-weight: 400;">in retail spaces, and the rollout of a new cloud-based </span><span style="font-weight: 400;">point-of-sale system, the IT team needed to ensure </span><span style="font-weight: 400;">that all of its locations were equipped with a secure, </span><span style="font-weight: 400;">high-performance Wi-Fi networking solution.</span></p> <p><span style="font-weight: 400;">Along with enhancing Wi-Fi capabilities, the company </span><span style="font-weight: 400;">wanted to modernize its existing networking and </span><span style="font-weight: 400;">security infrastructure to improve performance, </span><span style="font-weight: 400;">simplify IT operations, and continue to realize </span><span style="font-weight: 400;">operational efficiencies.</span></p> </div> </div> <div class="row"> <div class="col-12 post-case_studies__detail-section" id="detailSection3" > <h3>Solution</h3> <p><span style="font-weight: 400;">In early 2020, Visionworks began deploying cloud-managed </span><span style="font-weight: 400;">access points in all of its retail outlets. The </span><a href="https://meraki.cisco.com/products/wi-fi/"><span style="font-weight: 400;">Cisco Meraki MR access</span></a><span style="font-weight: 400;"> points give retail associates </span><span style="font-weight: 400;">the flexibility to use their new tablet-based point-of-</span><span style="font-weight: 400;">sale system to receive payment from customers </span><span style="font-weight: 400;">wherever they are in the store. And with their guest </span><span style="font-weight: 400;">Wi-Fi capabilities, access points make it simple for </span><span style="font-weight: 400;">Visionworks’ customers and patients to securely </span><span style="font-weight: 400;">connect their mobile devices to the internet while </span><span style="font-weight: 400;">they’re in the store.</span></p> <p><span style="font-weight: 400;">Visionworks is also deploying cloud-managed </span><a href="https://meraki.cisco.com/products/switches/"><span style="font-weight: 400;">Meraki </span></a><a href="https://meraki.cisco.com/products/switches/"><span style="font-weight: 400;">switches</span></a><span style="font-weight: 400;"> to its retail locations as part of its network </span><span style="font-weight: 400;">infrastructure modernization initiative, and is installing </span><span style="font-weight: 400;">Meraki smart cameras for improved physical security </span><span style="font-weight: 400;">and theft prevention. </span><span style="font-weight: 400;">While many of the company’s locations were already </span><span style="font-weight: 400;">equipped with security cameras, these devices used </span><span style="font-weight: 400;">outdated technology, provided poor resolution, and </span><span style="font-weight: 400;">required an on-site technician for configuration </span><span style="font-weight: 400;">and maintenance. The </span><a href="https://meraki.cisco.com/products/smart-cameras/"><span style="font-weight: 400;">Meraki MV cameras</span></a><span style="font-weight: 400;"> provide </span><span style="font-weight: 400;">unmatched in-store visibility and their remote </span><span style="font-weight: 400;">management capabilities give the IT team </span><span style="font-weight: 400;">superior control.</span></p> </div> </div> <div class="row"> <div class="col-12 post-case_studies__detail-section" id="detailSection4" > <h3>Results</h3> <p><span style="font-weight: 400;">The deployment of Meraki products in retail locations has </span><span style="font-weight: 400;">dramatically streamlined day-to-day maintenance and </span><span style="font-weight: 400;">operations for Jason and his team. </span><span style="font-weight: 400;">With the Meraki dashboard, the IT team now has 24/7 </span><span style="font-weight: 400;">visibility into the status of switches, access points, and </span><span style="font-weight: 400;">smart cameras across all of the company’s sites. This has </span><span style="font-weight: 400;">proven to be an enormous advantage by substantially </span><span style="font-weight: 400;">reducing costs and effort and freeing up the IT team to </span><span style="font-weight: 400;">pursue other important initiatives.</span></p> <p><span style="font-weight: 400;">Troubleshooting, in particular, is an area where Visionworks </span><span style="font-weight: 400;">has seen significant operational improvements. Instead </span><span style="font-weight: 400;">of sending a technician to a retail site to diagnose and </span><span style="font-weight: 400;">correct a technical issue, his team can now perform a </span><span style="font-weight: 400;">remote packet capture on Meraki switches, allowing them </span><span style="font-weight: 400;">to quickly pinpoint and resolve issues to limit the impact </span><span style="font-weight: 400;">on business operations.</span><span style="font-weight: 400;"><br /> </span><span style="font-weight: 400;"><br /> </span><span style="font-weight: 400;">With the addition of Meraki access points, associates and </span><span style="font-weight: 400;">customers now enjoy a superior in-store Wi-Fi experience, </span><span style="font-weight: 400;">and the Meraki smart cameras are providing enhanced </span><span style="font-weight: 400;">security. Not only that, with their immersive 360-degree </span><span style="font-weight: 400;">view, the cameras have paved the way for the company to </span><span style="font-weight: 400;">explore a variety of additional beneficial use cases for the </span><span style="font-weight: 400;">technology. For example, the Visionworks marketing team </span><span style="font-weight: 400;">is using the cameras to quickly and remotely examine </span><span style="font-weight: 400;">in-store signage and collateral and evaluate the need to </span><span style="font-weight: 400;">refresh messaging to support new campaigns.</span><span style="font-weight: 400;"><br /> </span><span style="font-weight: 400;"><br /> </span><span style="font-weight: 400;">Looking ahead, Visionworks sees the Meraki solution, with </span><span style="font-weight: 400;">its flexibility, ease of use, and scalability, as a strong fit for </span><span style="font-weight: 400;">its technology vision of quickly addressing new business </span><span style="font-weight: 400;">requirements without the need to re-architect the network. </span><span style="font-weight: 400;">With Meraki, Visionworks can continue to provide its customers </span><span style="font-weight: 400;">and associates with a user experience that is second to none.</span></p> </div> </div> </div> </div> </div> </div> </main></div></div> <footer id="fw-footer" class="cmp-footer"> <div class="pt-5 pb-lg-3 pb-5"> <div class="container"> <div class="top pb-lg-7 pb-5"> <div class="row"> <div class="col-12 col-lg-4"> <div class="logo pb-lg-0 pb-3"> <a href="https://meraki.cisco.com" class="custom-logo-link" rel="home"><img width="1024" height="200" src="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png" class="custom-logo" alt="Cisco Meraki" decoding="async" loading="lazy" srcset="https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200.png 1024w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-500x98.png 500w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-655x128.png 655w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-300x59.png 300w, https://meraki.cisco.com/wp-content/uploads/2020/04/cisco-meraki-logo-1024x200-768x150.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></a> </div> </div> <div class="col-6 col-lg-2 category"> <ul> <li class="category__header pb-lg-2 pb-1"> COMPANY </li> <li class="category__option"> <a href="https://meraki.cisco.com/about/" id=13312 target="" data-diff-lang="false">About Meraki</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/careers" id=19096 target="" data-diff-lang="false">Careers</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/support/#policies:privacy" id=19368 target="" data-diff-lang="false">Privacy Statement</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/trust/" id=19095 target="" data-diff-lang="false">Trust</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/gdpr" id=19094 target="" data-diff-lang="false">GDPR</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/support/#policies:tou" id=19369 target="" data-diff-lang="false">Terms of Use</a> </li> <li class="category__option"> <a id="19370" class="optanon-show-settings" href="#" style="cursor: pointer;">Cookies</a> </li> </ul></div> <div class="col-6 col-lg-2 category"> <ul> <li class="category__header pb-lg-2 pb-1"> PARTNERS </li> <li class="category__option"> <a href="https://www.merakipartners.com/" id=16590 target="" data-diff-lang="false">Partner Portal Login</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/partners/" id=18999 target="" data-diff-lang="false">Become a Partner</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/managedserviceproviders" id=19092 target="" data-diff-lang="false">Managed service providers</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/solutions/serviceprovider" id=19093 target="" data-diff-lang="false">Service provider</a> </li> </ul></div> <div class="col-6 col-lg-2 category"> <ul> <li class="category__header pb-lg-2 pb-1"> GET STARTED </li> <li class="category__option"> <a href="https://meraki.cisco.com/form/contact/" id=17164 target="" data-diff-lang="false">Contact us</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/form/demo/" id=193807 target="" data-diff-lang="false">Demo</a> </li> <li class="category__option"> <a href="https://meraki.cisco.com/form/trial/" id=17165 target="" data-diff-lang="false">Start your trial</a> </li> </ul></div> <div class="col-6 col-lg-2 category"> <ul> <li class="category__header pb-lg-2 pb-1"> RESOURCES </li> <li class="category__option"> <a href="https://meraki.cisco.com/webinars/" id=13292 target="" data-diff-lang="false">Webinars</a> </li> <li class="category__option"> <a href="https://documentation.meraki.com/" id=18757 target="" data-diff-lang="false">Documentation</a> </li> <li class="category__option"> <a href="https://community.meraki.com/t5/Meraki-Community/ct-p/meraki" id=17166 target="" data-diff-lang="false">Community</a> </li> </ul></div></div></div><div class="social pt-lg-2 pt-0 d-flex"><div class="social__icons"><ul> <li class="mr-2"> <a href="https://www.linkedin.com/company/cisco-meraki/" target="" aria-label="linkedin"><i class="fa fa-linkedin"></i></a> </li> <li class="mr-2"> <a href="https://x.com/meraki" target="" aria-label="x"><img alt="X" src="https://meraki.cisco.com/wp-content/uploads/2023/10/logo-black_1_1.webp" style="max-width: 13px; max-height: 13px; "/></a> </li> <li class="mr-2"> <a href="https://www.youtube.com/c/CiscoMerakiOfficial" target="" aria-label="youtube"><i class="fa fa-youtube"></i></a> </li> <li class="mr-2"> <a href="https://www.facebook.com/CiscoMeraki/" target="" aria-label="facebook"><i class="fa fa-facebook"></i></a> </li> <li class="mr-2"> <a href="https://www.instagram.com/ciscomeraki/" target="" aria-label="instagram"><i class="fa fa-instagram"></i></a> </li> </ul></div> <div class="social__credits d-flex flex-row flex-lg-row-reverse pt-lg-0 pt-2" /> <p> © 2024 Cisco Systems, Inc. </p> </div> </div> </div> </div> </footer> <div class="cmp-leave-site-modal"> <div class="cmp-leave-site-modal__content p-2 m-2"> <div class="row my-1"> <div class="col"> <p>You are about to leave the US Meraki site...</p> </div> </div> <div class="row flex-column-reverse flex-lg-row cmp-leave-site-modal__controls"> <div class="col-12 col-lg-6 my-1"><button class="btn btn-secondary-blue cmp-leave-site-modal__button-no">Don't Leave</button></div> <div class="col-12 col-lg-6 my-1"><button class="btn btn-secondary-blue cmp-leave-site-modal__button-yes">OK, Leave Site</button></div> </div> </div> </div> </div></div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <script type="rocketlazyloadscript" id='rocket-browser-checker-js-after'> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id='rocket-preload-links-js-extra'> var RocketPreloadLinksConfig = {"excludeUris":"\/products\/wi-fi\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/wc-api\/v(.*)|\/(index\\.php\/)?(.*)wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/meraki.cisco.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id='rocket-preload-links-js-after'> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-includes/js/hoverIntent.min.js' id='hoverIntent-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis/lib/js/menu/superfish.min.js' id='superfish-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js' id='superfish-args-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis/lib/js/skip-links.min.js' id='skip-links-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-includes/js/underscore.min.js' id='underscore-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/scripts/utilities/gsap.min.js?v=1732392359&ver=1.1.15' id='gsap-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/scripts/utilities/ScrollTrigger.min.js?v=1732392359&ver=1.1.15' id='ScrollTrigger-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/scripts/utilities/slick.js?v=1732392359&ver=1.1.15' id='slick-js'></script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis-meraki/js/child-theme.js' id='child-theme-js'></script> <script id='genesis-meraki-responsive-menu-js-extra'> var genesis_responsive_menu = {"mainMenu":"Menu","menuIconClass":"dashicons-before dashicons-menu","subMenu":"Submenu","subMenuIconClass":"dashicons-before dashicons-arrow-down-alt2","menuClasses":{"others":[".nav-primary"]}}; </script> <script type="rocketlazyloadscript" data-rocket-src='https://meraki.cisco.com/wp-content/themes/genesis/lib/js/menu/responsive-menus.min.js' id='genesis-meraki-responsive-menu-js'></script> </body> <!-- <img style="display: none;" src="https://di.rlcdn.com/710971.gif"><script type="rocketlazyloadscript" id="teknklSimpleDTO-1.0.4" data-rocket-src="https://merakiresources.cisco.com/rs/010-KNZ-501/images/simpleDTO.js"></script> <script type="rocketlazyloadscript"> var DTO = new SimpleDTO({ domain: "cisco.com", dataSrc: "https://merakiresources.cisco.com/DTP-1.0.4.html", debug: true, mode: "receive", cb: function(instance){ var mktoFields = DTO.getGlobal()["mktoPreFillFields"]; DTO.cleanup(); MktoForms2.whenReady(function(form) { form.setValuesCoerced(mktoFields); }); } }); </script> --> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->