CINXE.COM

Trust | 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/trust/" hreflang="en-au" /> <link rel="alternate" href="https://meraki.cisco.com/pt-br/trust/" hreflang="pt-br" /> <link rel="alternate" href="https://meraki.cisco.com/fr-ca/trust/" hreflang="fr-ca" /> <link rel="alternate" href="https://meraki.cisco.com/zh-cn/trust/" hreflang="zh-cn" /> <link rel="alternate" href="https://meraki.cisco.com/fr-fr/trust/" hreflang="fr-fr" /> <link rel="alternate" href="https://meraki.cisco.com/de-de/trust/" hreflang="de-de" /> <link rel="alternate" href="https://meraki.cisco.com/ja-jp/trust/" hreflang="ja-jp" /> <link rel="alternate" href="https://meraki.cisco.com/es-co/trust/" hreflang="es-co" /> <link rel="alternate" href="https://meraki.cisco.com/en-uk/trust/" hreflang="en-uk" /> <link rel="default" href="https://meraki.cisco.com/trust/" 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>Trust | Cisco Meraki</title> <link rel="canonical" href="https://meraki.cisco.com/trust/" /> <meta property="og:locale" content="en" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Trust" /> <meta property="og:url" content="https://meraki.cisco.com/trust/" /> <meta property="og:site_name" content="Cisco Meraki" /> <meta property="article:publisher" content="https://www.facebook.com/CiscoMeraki/" /> <meta property="article:modified_time" content="2024-10-09T22:12:51+00:00" /> <meta property="og:image" content="https://meraki.cisco.com/wp-content/uploads/2021/05/meraki-og-default.png" /> <meta property="og:image:width" content="1920" /> <meta property="og:image:height" content="1008" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@meraki" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="3 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://meraki.cisco.com/trust/","url":"https://meraki.cisco.com/trust/","name":"Trust | Cisco Meraki","isPartOf":{"@id":"https://meraki.cisco.com/#website"},"datePublished":"2021-07-23T19:54:50+00:00","dateModified":"2024-10-09T22:12:51+00:00","breadcrumb":{"@id":"https://meraki.cisco.com/trust/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://meraki.cisco.com/trust/"]}]},{"@type":"BreadcrumbList","@id":"https://meraki.cisco.com/trust/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://meraki.cisco.com/"},{"@type":"ListItem","position":2,"name":"Trust"}]},{"@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=1732592668' 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=1732592668' 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=1732592668' 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=1732592668' 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=1732592668' 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=1732592669' 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=1732592669' 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=1732592669' 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=1732592669' 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/pages/201246" /><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="bdpnbet4tppbyz2hjhtq-f-6d7773904-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":"16c4b3e7","ak.r":6099,"ak.a2":n,"ak.m":"a","ak.n":"essl","ak.bpcip":"8.222.208.0","ak.cport":56866,"ak.gh":"124.155.222.126","ak.quicv":"","ak.tlsv":"tls1.2","ak.0rtt":"","ak.0rtt.ed":"","ak.csrc":"-","ak.acc":"bbr","ak.t":"1732725223","ak.ak":"hOBiQwZUYzCg5VSAfCLimQ==MrhGWkupuwJOgwbQ/B980Z2G4RhSERtyhsPeVFZE/Aey4s6Vq3qW3nFr/U1SBxzWlwA3LPKhKBjdYeKqEXVv0XzgcRedtd6dJEvmK+p2xdTNmfyqXwdVD8pAAYRz5fZfwwECAi4JaNo0D6MdmJWDt1LHZbXcDfmO2OQ9nk1NAJ5LXF5T1BAqSPQdGNhZt+XcisMZGdzJyqZTMP3ge3IS+tiv+cuFyrpuFWaVzqGp0SQw1V3pxqWu4cqAUgZ0HPw9vCgyD8gBchk4uA34OcL27PeO7P3/FFUqEoRS6PYVZa9FxYBFSex56EadBacaj53HyZ+sZfyAxBHe3SiHVRNMhnND/qU3kVY7A0atuRbZ/UomVqwlwNbLF6a+guStiFmd+WYoq3qh/ZfGgyKPEsx27TBmyGnKIkhEKKATETg4kPE=","ak.pv":"418","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="page-template-default page page-id-201246 wp-custom-logo wp-embed-responsive theme-genesis woocommerce-no-js header-full-width full-width-content genesis-breadcrumbs-hidden genesis-singular-image-hidden first-block-core-group"><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/trust/">Australia (English)</a><a tabindex="3.1" lang ="pt-br" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/pt-br/trust/">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/trust/">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/trust/">China (简体字)</a><a tabindex="3.1" lang ="fr-fr" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/fr-fr/trust/">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/trust/">Germany (Deutsch)</a><a tabindex="3.1" lang ="ja-jp" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/ja-jp/trust/">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/trust/">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/trust/">United Kingdom (English)</a><a tabindex="3.1" lang ="en" class="cmp-language-switcher__menu__item __TEST__ active" href="https://meraki.cisco.com/trust/">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">&#160&#160</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/trust/">Australia (English)</a><a tabindex="3.1" lang ="pt-br" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/pt-br/trust/">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/trust/">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/trust/">China (简体字)</a><a tabindex="3.1" lang ="fr-fr" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/fr-fr/trust/">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/trust/">Germany (Deutsch)</a><a tabindex="3.1" lang ="ja-jp" class="cmp-language-switcher__menu__item __TEST__" href="https://meraki.cisco.com/ja-jp/trust/">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/trust/">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/trust/">United Kingdom (English)</a><a tabindex="3.1" lang ="en" class="cmp-language-switcher__menu__item __TEST__ active" href="https://meraki.cisco.com/trust/">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" id="genesis-content"><article class="post-201246 page type-page status-publish entry" aria-label="Trust"><div class="entry-content"> <div class="wp-block-group has-gray-100-background-color has-background is-layout-flow"> <div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div> <div class="wp-bootstrap-blocks-container container mb-2"> <div class="trust-head-image"><img decoding="async" width="70" alt="Cloud Security" src="/wp-content/uploads/2021/06/cloud-security-icon-gray-green.svg"><h2 class="trust-heading" id="h-trust">Trust</h2></div> <div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div> <p><strong>Security, reliability &amp; privacy information for Meraki cloud services</strong></p> </div> <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div> </div> <div id="tabs" class="cmp-sub-navigation__tabs-anchor"></div> <div class="cmp-text-heavy mt-5 mb-6 "> <div class="cmp-text-heavy__container container"> <div class="row"> <div class="col-12 col-lg-3"> <div class="cmp-text-heavy__menu-container"> <div class="cmp-text-heavy__menu-mobile-control"> <a href="javascript:void(0)"><i class="cmp-text-heavy__menu-mobile-control-icon"></i> </a> Menu </div> <ul class="cmp-text-heavy__menu"> <li class="cmp-text-heavy__menu-item"> <a href="#overview" class="overview">Overview</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#data-centers" class="data-centers">Our Data Centers</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#storage-architecture" class="storage-architecture">Storage Architecture</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#data" class="data">User/Management Data Segregation</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#tools" class="tools">Security Tools </a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#pci" class="pci">PCI Compliance</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#privacy" class="privacy">Privacy and Data Protection</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#subprocessors" class="subprocessors">Subprocessors</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#sla" class="sla">Service Level Agreement</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#srp" class="srp">Vulnerability Reporting &#038; Rewards</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#presence" class="presence">Location Analytics</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#tom" class="tom">Technical and Organizational Measures</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="#communication" class="communication">Cloud Service Communication</a> <ul class="cmp-text-heavy__submenu"> </ul> </li> <li class="cmp-text-heavy__menu-item"> <a href="https://trustportal.cisco.com/c/r/ctp/trust-portal.html#/1620320457399887" target="_blank" data-diff-lang="true">Cloud Data Retention</a> </li> <li class="cmp-text-heavy__menu-item"> <a href="#" class=""></a> <ul class="cmp-text-heavy__submenu"> <li class="cmp-text-heavy__submenu-item"> <a href="#-cloud-data-retention" class="-cloud-data-retention">Cloud Data Retention</a> </li> </ul> </li> </ul> </div> </div> <div class="col-12 col-lg-8"> <div id="overview" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Overview</h2> <hr /> <div id="overview-0" class="cmp-text-heavy__subsection "> <div><ul id="security-highlights" class="list flat clearfix" style="margin-bottom: 2em;"> <li style="text-align: center; float: left; width: 49%; margin: 0 .5% .3em; height: 150px; box-sizing: border-box; padding: 2.5em 2em; border: 1px solid #eee; border-radius: 3px;"><img decoding="async" style="height: 40px;" src="/wp-content/uploads/2022/06/reliability.webp" /><br /> <h5 style="font-size: 14px;">99.99% Reliability SLA</h5> </li> <li style="text-align: center; float: left; width: 49%; margin: 0 .5% .3em; height: 150px; box-sizing: border-box; padding: 2.5em 2em; border: 1px solid #eee; border-radius: 3px;"><img decoding="async" style="height: 40px;" src="/wp-content/uploads/2022/06/redundancy.webp" /><br /> <h5 style="font-size: 14px;">Highly Available Redundant Architecture</h5> </li> <li style="text-align: center; float: left; width: 49%; margin: 0 .5% .3em; height: 150px; box-sizing: border-box; padding: 2.5em 2em; border: 1px solid #eee; border-radius: 3px;"><img decoding="async" style="height: 40px;" src="/wp-content/uploads/2022/06/iso-27001.webp" /><br /> <h5 style="font-size: 14px;">ISO 27001 Certified Data Centers (Non-US)</h5> </li> <li style="text-align: center; float: left; width: 49%; margin: 0 .5% .3em; height: 150px; box-sizing: border-box; padding: 2.5em 2em; border: 1px solid #eee; border-radius: 3px;"><img decoding="async" style="height: 40px;" src="/wp-content/uploads/2022/06/ssae18.webp" /><br /> <h5 style="font-size: 14px;">SSAE18 Type II Audited Data Centers (US)</h5> </li> </ul> <p>Cisco Meraki operates the industry&#8217;s largest-scale cloud networking service. The Cisco Meraki cloud service powers millions of networks worldwide and connects hundreds of millions of devices every day. Cisco Meraki scales to fit the needs of businesses of every size, supporting networks with hundreds of thousands of devices at full enterprise scale, as well as small businesses with only a handful of users. Cisco Meraki also has extensive experience in the cloud, having run its cloud networking service continuously for more than 10 years. The Cisco Meraki cloud platform is trusted by thousands of IT professionals, from enterprises to hospitals, banks, and retailers.</p> <p>The Cisco Meraki Trust Center website is a central repository of information regarding security, privacy, and reliability as related to Cisco Meraki cloud networking services. Here you will find information concerning:</p> <ul> <li>Our data centers, our security processes, and certifications</li> <li>How we safeguard your data</li> <li>Best practices for securing your organization&#8217;s network</li> <li>How Cisco Meraki networks continue to operate when disconnected from the cloud</li> <li>PCI compliance information, tools, and best practices</li> <li>Cisco Meraki’s Service Level Agreement</li> <li>Our data privacy practices and subprocessors</li> <li>Privacy sensitive feature information</li> </ul> </div> </div> </ul> </div> <div id="data-centers" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Our Data Centers</h2> <hr /> <div id="our-data-centers-1" class="cmp-text-heavy__subsection "> <div><div id="our-datacenters"></div> <p>The Cisco Meraki service is colocated in fully redundant, highly available data centers and select public cloud service providers (together, “data centers”). These facilities feature state of the art physical and cyber security, and maintain certifications such as PCI, SOC 2 and ISO 27001. All Cisco Meraki services are replicated across these multiple independent data centers, so that customer-facing services remain highly available in the event of a catastrophic data center failure.</p> <p><strong>Availability Monitoring</strong></p> <ul> <li>99.99% uptime service level agreement (that&#8217;s under one hour per year)</li> <li>24&#215;7 automated failure detection — all servers are tested every five minutes from multiple locations</li> <li>Rapid escalation procedures across multiple operations teams</li> <li>Independent outage alert system with 3x redundancy</li> </ul> <p><strong>Redundancy</strong></p> <ul> <li>Globally distributed data centers</li> <li>Customer network configuration data and statistical data replicated across independent data centers with no common point of failure</li> <li>Real-time replication of data between data centers (within 60 seconds)</li> <li>Nightly archival backups for customer network configuration data and statistical data</li> </ul> <p><strong>Disaster Recovery</strong></p> <ul> <li>Rapid failover to hot spare in event of hardware failure or natural disaster</li> <li>Out of band architecture preserves end-user network functionality, even if connectivity to the Cisco Meraki cloud services is interrupted</li> <li>Failover procedures drilled weekly</li> </ul> <p><strong>Cloud Services Security</strong></p> <ul> <li>24&#215;7 automated intrusion detection</li> <li>Protected via IP and port-based firewalls</li> <li>Remote access restricted by IP address and verified by public key (RSA)</li> <li>Systems are not accessible via password access</li> <li>Administrators automatically alerted on configuration changes</li> </ul> <p><strong>Out-of-Band Architecture</strong></p> <ul> <li>Only network configuration and usage statistics are stored in the cloud</li> <li>End user data does not traverse through the data center</li> <li>All sensitive data (e.g., passwords) stored in encrypted format</li> </ul> <p><strong>Physical Security</strong></p> <ul> <li>A high security card key system and biometric readers are utilized to control facility access</li> <li>All entries, exits, and cabinets are monitored by video surveillance</li> <li>Security guards monitor all traffic into and out of the data centers 24&#215;7, ensuring that entry processes are followed</li> </ul> <p><strong>Disaster Preparedness</strong></p> <ul> <li>Data centers feature sophisticated sprinkler systems with interlocks to prevent accidental water discharge</li> <li>Diesel generators provide backup power in the event of power loss</li> <li>UPS systems condition power and ensure orderly shutdown in the event of a full power outage</li> <li>Each data center has service from at least two top-tier carriers</li> <li>Seismic bracing is provided for the raised floor, cabinets, and support systems</li> <li>In the event of a catastrophic data center failure, services fail over to another geographically separate data center</li> </ul> <p><strong>Environmental Controls</strong></p> <ul> <li>Over-provisioned HVAC systems provide cooling and humidity control</li> <li>Flooring systems are dedicated for air distribution</li> </ul> <p><strong>Regular Vulnerability Scanning</strong></p> <ul> <li>All Cisco Meraki data centers undergo daily vulnerability scanning by an independent third party</li> </ul> <p><strong>Data center Certification</strong></p> <ul> <li>The Cisco Meraki service is collocated in fully redundant and highly available data centers</li> </ul> </div> </div> </ul> </div> <div id="storage-architecture" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Storage Architecture</h2> <hr /> <div id="storage-architecture-2" class="cmp-text-heavy__subsection "> <div><p>The Cisco Meraki Cloud Networking service is powered by a multi-tier data storage architecture. This architecture allows us to offer powerful capabilities such as the ability to upload and use custom floorplans, host custom splash pages, and provide in-depth Location Analytics as part of the dashboard and product experience. The Meraki storage architecture is designed to store different types of data in a highly redundant and scalable fashion.</p> <p>There are three major types of data types stored by Cisco Meraki:</p> <ol> <li><b>Network configuration data</b> – includes network settings and configurations made by customers in the Meraki Dashboard</li> <li><b>Network analytics data</b> – client, traffic and location analytics data, providing visualizations and network insights into traffic and foot patterns across customer sites</li> <li><b>Customer uploaded assets</b> – any uploaded assets including custom floorplans, splash logos and IVR menus / voicemail greetings</li> </ol> <p>The above types of data are stored in different systems in order to optimize performance; for example, network analytics data is stored in a custom time-series database built by the Meraki team. <a href="/wp-content/uploads/2022/06/lt-paper.pdf" target="_blank" rel="noopener">Learn more</a></p> <p>Although the three types of data above are stored in three unique systems, the goals and underlying principles of the various storage architectures are the same:</p> <ul> <li><b>Security</b> – Using encryption and data segmentation, we ensure data is stored securely and effectively in a multi-tenant environment.</li> <li><b>Durability</b> – Using versioning and replication, data can be accessed for long periods of time without sacrificing performance.</li> <li><b>Availability</b> – For high availability, all types of data are continuously duplicated and stored on two separate Meraki cloud services, providing full redundancy in the event of a data center failure.</li> <li><b>Scalability</b> – By building custom databases and building out our global data center footprint, we are constantly pushing the limit in terms of how much data can be stored and visualized.</li> </ul> <p>By following these underlying principles, Meraki has created a best-in-class data storage architecture that allows for rapid data lookup, the ability for customers to upload custom assets, and highly redundant customer configuration backups.</p> </div> </div> </ul> </div> <div id="data" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">User/Management Data Segregation</h2> <hr /> <div id="user-management-data-segregation-3" class="cmp-text-heavy__subsection "> <div><div class="section"> <p><img decoding="async" style="float: right; margin-left: 20px; height: 716px;" src="/wp-content/uploads/2022/06/data_flow_new.webp" /></p> <div class="left-section"> <p>Cisco Meraki’s out of band control plane separates network management data from user data.<br /> <strong><br /> Network Management data</strong></p> <p>The data (e.g. configuration, statistics, monitoring, etc.) that flows from Meraki devices (e.g. wireless access points, switches and security appliances) to the Meraki cloud over a secure internet connection.</p> <p><strong>User data</strong></p> <p>Data related to user traffic (e.g. web browsing, internal applications). User data does not flow through the Meraki cloud, instead flowing directly to their destination on the LAN or across the WAN.</p> <p><strong>Advantages of an out of band control plane:</strong></p> <p>Scalability</p> <ul> <li>Unlimited throughput: no centralized controller bottlenecks</li> <li>Add devices or sites without MPLS tunnels</li> </ul> <p>Reliability</p> <ul> <li>Redundant cloud service provides high availability</li> <li>Network functions even if management traffic is interrupted</li> </ul> <p>Security</p> <ul> <li>No user traffic passes through Cisco Meraki’s data centers</li> <li>Enables HIPAA compliant network / PCI compliant</li> </ul> </div> <div class="right-section"></div> <p><b>What happens if my network loses connectivity to the Cisco Meraki cloud?</b></p> <p>With Cisco Meraki’s out of band architecture, most end users are not affected if Cisco Meraki hardware devices (e.g. wireless APs, switches or security &amp; SD-WAN devices) cannot communicate with the Cisco Meraki cloud (e.g., because of a temporary WAN failure). In the event of such an interruption:</p> <ul> <li>Users can access the local network (printers, file shares, etc.)</li> <li>If WAN connectivity is available, users can access the Internet</li> <li>Network policies (firewall rules, QoS, etc.) continue to be enforced</li> <li>Users can authenticate via 802.1X/RADIUS</li> <li>Wireless users can roam between access points</li> <li>Users can initiate and renew DHCP leases</li> <li>Established VPN tunnels continue to operate</li> <li>Local configuration tools are available (e.g., device IP configuration)</li> </ul> <p>While the Cisco Meraki cloud is unreachable, management, monitoring, and hosted services are temporarily unavailable:</p> <ul> <li>Configuration and diagnostic tools are unavailable</li> <li>Usage statistics are stored locally until the connection to the cloud is re-established, at which time they are pushed to the cloud</li> <li>Splash pages and related functionality will be unavailable</li> </ul> </div> </div> </div> </ul> </div> <div id="tools" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Security Tools </h2> <hr /> <div id="security-tools-4" class="cmp-text-heavy__subsection "> <div><p>In addition to the Cisco Meraki secure out of band architecture and hardened data centers, Cisco Meraki offers a number of tools for administrators to maximize the security of their network deployments. Use of these tools provide optimal protection, visibility, and control over your Cisco Meraki network. This page contains information about how to quickly and easily increase the security of your meraki.com accounts and our recommended best practices for account control and auditing. For more information, see Cisco Meraki manuals.</p> <p><b>Enable two-factor authentication</b></p> <p>Two-factor authentication adds an extra layer of security to an organization&#8217;s network by requiring access to an administrator&#8217;s phone, in addition to her username and password, in order to log in to Cisco Meraki cloud services. Cisco Meraki’s two factor authentication implementation uses secure, convenient, and cost effective SMS technology: after entering their username and password, an administrator is sent an a one-time passcode via SMS, which they must enter before authentication is complete. In the event that a hacker guesses or learns an administrator&#8217;s password, she still will not be able to access the organization&#8217;s account, as the hacker does not have the administrator&#8217;s phone. Cisco Meraki includes two-factor authentication for all enterprise users at no additional cost.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/two_factor_auth.webp" /></p> <p><b>Strengthen your password policies</b></p> <p>You can configure organization-wide security policies for your Cisco Meraki accounts to better protect access to the Cisco Meraki dashboard. Under Organization &gt; Configure, you may:</p> <ul> <li>Force periodic password change (e.g., every 90 days)</li> <li>Require minimum password length and complexity</li> <li>Lock users out after repeated failed login attempts</li> <li>Disallow password reuse</li> <li>Restrict logins by IP address</li> </ul> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/account_protection.webp" /></p> <p><b>Enforce the principle of least privilege with role-based administration</b></p> <p>Role-based administration lets you appoint administrators for specific subsets of your organization, and specify whether they have read-only access to reports and troubleshooting tools, administer managed guest access via Cisco Meraki’s Lobby Ambassador, or can make configuration changes to the network. Role-based administration reduces the chance of accidental or malicious misconfiguration, and restricts errors to isolated parts of the network.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/role_based_admin.webp" /></p> <p><b>Enable configuration change email alerts</b></p> <p>The Cisco Meraki system can automatically send human-readable email alerts when network configuration changes are made, enabling the entire IT organization to stay abreast of new policies. Change alerts are particularly important with large or distributed IT organizations.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/email_alerts.webp" /></p> <p><b>Periodically audit configuration and logins</b></p> <p>Cisco Meraki logs the time, IP, and approximate location (city, state) of logged in administrators. Additionally, Cisco Meraki provides a searchable configuration change log, which indicates what configuration changes were made, who they were made by, and which part of the organization the change occurred in. Auditing configuration and login information provides greater visibility into your network.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/change_log.webp" /></p> <p><b>Verify SSL certificates</b></p> <p>Cisco Meraki accounts can only be accessed via https, ensuring that all communication between an administrator&#8217;s browser and Cisco Meraki cloud services is encrypted. As with any secure web service, do not log in if your browser displays certificate warnings, as it may indicate a man-in-the-middle attack.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2023/05/tsl0.png" /></p> <p><b>Idle Timeout</b></p> <p>30 seconds before being logged out, users are shown a notice that allows them to extend their session. Once time expires, users are asked to log in again.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/idle_timeout_notice.webp" alt="Idle Timeout Notice" /></p> </div> </div> </ul> </div> <div id="pci" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">PCI Compliance</h2> <hr /> <div id="pci-compliance-5" class="cmp-text-heavy__subsection "> <div><p>Cisco Meraki provides a comprehensive solution to ensure a PCI compliant wireless environment held to the strict standards of a Level 1 PCI audit (the most rigorous audit level). Cisco Meraki’s rich security feature set addresses all of the PCI Data Security Standards, helping customers to build and maintain a secure network, protect cardholder data, maintain a vulnerability management program, implement strong access control measures, and monitor network security.</p> <p>Unlike traditional networks, Cisco Meraki’s intelligent security infrastructure eliminates the management complexities, manual testing, and ongoing maintenance challenges that lead to vulnerabilities. Cisco Meraki’s intuitive and cost effective security features are ideal for network administrators, while powerful and fine-grained administration tools, account protections, audits, and change management appeal to CISOs.</p> <p>Centrally managed from the cloud, Cisco Meraki makes it easy and cost effective to deploy, monitor, and verify PCI compliant networks across distributed networks of any size.</p> <p><b>PCI-DSS requirements applicable to wireless LANs and their related Cisco Meraki features:</b></p> <ul> <li><a href="#pci-environment-isolation">Cisco Meraki Infrastructure – Isolated from the Cardholder Data Environment</a></li> </ul> <ul> <li><a href="#pci-segregation">Requirement 1.2.3 – Segregate Wireless Network and the Cardholder Data Environment</a></li> </ul> <ul> <li><a href="#pci-defaults">Requirement 2.1.1 – Change Vendor Defaults and Enable Strong Encryption</a></li> </ul> <ul> <li><a href="#pci-encryption">Requirement 4.1.1 – Encrypt Authentication and Transmission with Industry Best Practices</a></li> </ul> <ul> <li><a href="#pci-patches">Requirement 6.1 – Use the Latest Security Patches</a></li> </ul> <ul> <li><a href="#pci-access">Requirement 7.2 – Restrict Access Based on a User’s Need to Know</a></li> </ul> <ul> <li><a href="#pci-auth">Requirement 8 – Implement User-Based Access Controls</a></li> </ul> <ul> <li><a href="#pci-monitor">Requirement 10 – Track and Monitor All Access to Network Resources</a></li> </ul> <ul> <li><a href="#pci-hardening">Requirement 11.2/11.3 – Perform Regular Audits and Penetration Testing</a></li> </ul> <ul> <li><a href="#pci-detect">Requirement 11.1/11.4 – Detect Unauthorized Access</a></li> </ul> <p><strong id="pci-environment-isolation">Cisco Meraki Infrastructure – Isolated from the Cardholder Data Environment</strong></p> <p>The Cisco Meraki cloud-hosted management system is out of band, meaning that traffic (including cardholder data) does not flow through Cisco Meraki’s cloud or any other Cisco Meraki infrastructure not behind your firewall.<a href="/trust#data"> Learn more about Meraki’s out of band architecture.</a>Cisco Meraki data centers are SSAE16 / SAS70 type II certified, feature robust physical and cyber security protection, and are regularly audited by third parties.<a href="/trust#data-centers"> Learn more about Cisco Meraki’s data centers.</a></p> <p><strong><span id="pci-segregation">Requirement 1.2.3 – Segregate Wireless Networks and the<br /> Cardholder Data Environment</span></strong></p> <p>Cisco Meraki wireless APs include an integrated stateful firewall which ensures that guest WiFi users and other non-privileged clients cannot access cardholder data, in conformance with Requirement 1.2.3. The firewall’s LAN isolation feature enables one-click secure guest WiFi, wherein guests can only access the Internet. Blocked from LAN access, guests cannot spread viruses or reach internal resources. Cisco Meraki’s firewall provides fine-grained control, from layer 3 through 7. Configure VLAN tags, ACLs, identity-based policies, and block unwanted applications — even peer-to-peer apps without well-known hosts and ports.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/pci-firewall.webp" /></p> <p><strong><span id="pci-defaults">Requirement 2.1.1 – Change Vendor Defaults and Enable Strong Encryption</span></strong></p> <p>Cisco Meraki does not ship with default vendor keys that need to be changed. Cisco Meraki hardware is configurable through an SSL-encrypted connection, accessible only by authenticated users. To comlpy with Requirement 2.1.1, simply enable strong security standards, such as WPA2 (802.11i). See <a href="#pci-encryption">Requirement 4.1.1</a> for more information on wireless encryption.</p> <p><strong><span id="pci-encryption">Requirement 4.1.1 – Encrypt Authentication and Transmission with<br /> Industry Best Practices</span></strong></p> <p>Compliant networks require strong encryption using industry best-practices, e.g., WPA2, for wireless networks used for cardholder data. Cisco Meraki supports WPA2 (802.11i), offering both WPA2-PSK and WPA2-Enterprise with AES encryption. To maintain compliance with Requirements 4.1.1 and 2.1.1, enable WPA2 on any SSID that cardholder data is transferred over. Since Cisco Meraki’s firewall will isolate traffic between SSIDs, WPA2 need not be enabled on SSIDs that are not used for cardholder data (e.g. a guest WiFi SSID.)</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/pci-wpa2.webp" /></p> <p><strong><span id="pci-patches">Requirement 6.1 – Use the Latest Security Patches</span></strong></p> <p>Cisco Meraki firmware updates are delivered seamlessly from the cloud to APs, security appliances, and switches. When firmware updates are available, an administrator simply schedules an appropriate time for Cisco Meraki devices to download and install the new version, eliminating insecure and out of date firmware in the Cardholder Data Environment. This delivery model facilitates compliance with Requirement 6.1 – without deciphering compatibility matrices, time consuming manual updates, site visits to branch locations.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/pci-patches.webp" /></p> <p><strong><span id="pci-access">Requirement 7.2 – Restrict Access Based on a User’s Need to Know</span></strong></p> <p>Cisco Meraki provides role-based administration to enforce the principle of least privilege in compliance with Requirement 7.2. Role-based administration lets you appoint administrators for specific subsets of your organization and specify whether they have read-only access to reports and troubleshooting tools, can administer managed wireless guest access via Cisco Meraki’s Lobby Ambassador, or can make configuration changes to the network.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/role_based_admin.webp" /></p> <p><strong><span id="pci-auth">Requirement 8 – Implement User-Based Access Controls</span></strong></p> <p>Cisco Meraki includes a <a href="/trust#tools">comprehensive suite of features</a> to enable unique ID and authentication methods for network administration, in compliance with Requirement 8. Configure organization-wide security policies for your Cisco Meraki administrator accounts to better protect access to the Cisco Meraki dashboard and network infrastructure. These policies include account protections such as two-factor authentication, password hardening policies, and the use of encrypted transmission (SSL/TLS) for access to the Cisco Meraki dashboard.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/account_protection.webp" /></p> <p><strong><span id="pci-monitor">Requirement 10 – Track and Monitor All Access to Network Resources</span></strong></p> <p>Cisco Meraki logs the time, IP, and approximate location (city, state) of logged in administrators. Additionally, Cisco Meraki provides a searchable configuration change log, which indicates what configuration changes were made, who they were made by, and which part of the organization the change occurred in. Auditing this configuration and access information satisfies Requirement 10 and provides greater visibility into your network.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/change_log.webp" /></p> <p><strong><span id="pci-hardening">Requirement 11.2/11.3 – Perform Regular Audits and Penetration Testing</span></strong></p> <p><a href="/trust#data-centers">Cisco Meraki data centers</a> undergo thorough quarterly scans and daily penetration testing by Qualys, an Approved Scanning Vendor (ASV). Cisco Meraki is verified to be free of vulnerabilities such as injection flaws, cross-site scripting, misconfiguration, and insecure session management. Cisco Meraki data centers are SSAE16 / SAS70 type II certified and hardened against physical and network intrustion. These procedures exceed the scanning and penetration testing requirements of requirement 11.2 and 11.3, respectively.</p> <p><strong><span id="pci-detect">Requirement 11.1/11.4 – Detect Unauthorized Access</span></strong></p> <p>Cisco Meraki’s out-of-the-box WIDS/WIPS, Air Marshal, protects the network from unauthorized wireless access points that may compromise network security. Rogue APs are unauthorized wireless APs that connect to your wired LAN, or that connect to a separate network but masquerade as part of your WLAN, using your same SSID. Cisco Meraki automatically detects rogue APs, identifying their IP address, VLAN, manufacturer, and model, and optionally contains them to neutralize their threat. Air Marshal includes network-wide visualization, email alerts, and reporting, meeting Requirements 11.1 and 11.4.</p> <p><img decoding="async" class="screenshot" style="border: 1px solid #cccccc; padding: 10px; margin: 1em 0 3em 0;" src="/wp-content/uploads/2022/06/pci-rogue-ap.webp" /></p> <p>For more information about Cisco Meraki security capabilities, PCI compliance, and configuration best practices, please <a href="/contact">contact a Cisco Meraki specialist.</a></p> </div> </div> </ul> </div> <div id="privacy" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Privacy and Data Protection</h2> <hr /> <div id="privacy-and-data-protection-6" class="cmp-text-heavy__subsection "> <div><p>Cisco Meraki is committed to data protection, privacy, security, and compliance with applicable regulatory frameworks in the US and abroad. The Meraki cloud-based architecture is designed from the ground up with data protection, privacy, and security in mind.</p> <p>The Cisco Meraki technical architecture and its internal administrative and procedural safeguards assist customers with the design and deployment of cloud-based networking solutions. The cornerstone of Meraki’s privacy driven architecture is our out-of-band control plane. This means only network management information (not user traffic data) flows from devices to the Meraki cloud, dramatically limiting the amount of personal data that is transferred to the Meraki cloud. For more information on how Meraki products separate network management data from user data, see <a href="/trust#data">here</a>.</p> <p>In addition:</p> <ul> <li><strong>Cisco Master Data Protection Agreement (MDPA)</strong>—The Cisco MDPA reflects our commitment to privacy, data security, and accountability for our customers, worldwide. For more information regarding how we protect your personal data, Cisco’s overall approach to data protection and privacy, and to view the MDPA, please see <a href="https://www.cisco.com/c/en/us/about/trust-center/data-protection-and-privacy.html">here</a>. If you would like to put in place the MDPA, please contact your Cisco Meraki account representative to get started.</li> <li><strong>Privacy Data Sheet</strong>—The Cisco Meraki Privacy Data Sheet, which details the privacy features and functionality of the Meraki products, is available <a href="https://trustportal.cisco.com/c/r/ctp/trust-portal.html#/1620320457399887">here</a>.</li> <li><strong>GDPR</strong>—The European Union General Data Protection Regulation (GDPR) brings consistency to the data protection landscape in Europe. GDPR embodies the well-recognized privacy principles of transparency, fairness, and accountability. Cisco Meraki is committed to helping our customers and partners by protecting and respecting personal data, no matter where it comes from or where it flows. The MDPA described above incorporates the most current Standard Contractual Clauses adopted by the European Commission (also known as the EU Model Clauses) so that customers may allow transfer and processing of personal data outside the EEA in accordance with applicable European privacy and data protection regulations and local laws, including the GDPR. Read more <a href="https://meraki.cisco.com/gdpr">here</a>.</li> </ul> </div> </div> </ul> </div> <div id="subprocessors" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Subprocessors</h2> <hr /> <div id="subprocessors-7" class="cmp-text-heavy__subsection "> <div><p>At Meraki, we are committed to providing our customers with secure and intuitive product experiences. From time to time, we partner with third party service providers who are contracted to provide the same level of data protection and information security that customers expect from Meraki. Some of these third parties are engaged as “subprocessors” to process customer data, including limited personal data, in connection with providing Meraki products, including dashboard.</p> <p>A current list of subprocessors is set out below. Meraki may update this list from time to time.</p> <div class="divTable"> <div class="divTableBody"> <div class="divTableRow"> <div class="divTableCell divTableHeader">Subprocessor</div> <div class="divTableCell divTableHeader">Primary Data Storage Location(s)</div> </div> <div class="divTableRow"> <div class="divTableCell">Amazon Web Services, Inc.</div> <div class="divTableCell">Global Locations including (us-east-1), (us-east-2), (us-west-1), (us-west-2), (ca-central-1), (eu-central-1), (eu-west-1), (eu-west-3), (ap-northeast-1), (ap-southeast-1), (ap-southeast-2), (cn-north-1), (cn-northwest-1), (ap-south-1), (ap-south-2)</div> </div> <div class="divTableRow"> <div class="divTableCell">Google LLC</div> <div class="divTableCell">Global Locations</div> </div> <div class="divTableRow"> <div class="divTableCell">Labelbox, Inc.</div> <div class="divTableCell">United States</div> </div> <div class="divTableRow"> <div class="divTableCell">Localize Corporation</div> <div class="divTableCell">United States</div> </div> <div class="divTableRow"> <div class="divTableCell">Microsoft Corporation</div> <div class="divTableCell">Australia<br /> Hong Kong<br /> Ireland<br /> Japan<br /> Netherlands<br /> Singapore<br /> United States</div> </div> <div class="divTableRow"> <div class="divTableCell">New Relic, Inc.</div> <div class="divTableCell">United States</div> </div> <div class="divTableRow"> <div class="divTableCell">NewVoiceMedia US Inc.</div> <div class="divTableCell">Australia<br /> Singapore<br /> United States<br /> United Kingdom</div> </div> <div class="divTableRow"> <div class="divTableCell">Salesforce.com, Inc.</div> <div class="divTableCell">United States</div> </div> <div class="divTableRow"> <div class="divTableCell">Snowflake Computing, Inc.</div> <div class="divTableCell">United States</div> </div> <div class="divTableRow"> <div class="divTableCell">Syntiant Corp., formerly doing business as Pilot AI Labs, Inc.</div> <div class="divTableCell">United States</div> </div> <div class="divTableRow"> <div class="divTableCell">Twilio, Inc.</div> <div class="divTableCell">United States</div> </div> </div> </div> <p><em>This page is provided for informational purposes only.</em></p> </div> </div> </ul> </div> <div id="sla" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Service Level Agreement</h2> <hr /> <div id="service-level-agreement-8" class="cmp-text-heavy__subsection "> <div><h2>Cisco Meraki Cloud-Networking</h2> <p>&nbsp;</p> <p>This Service Level Agreement (“SLA”) applies to the Cisco Meraki Cloud Services as set out in the <a style="white-space: nowrap;" href="https://www.cisco.com/c/dam/en_us/about/doing_business/legal/OfferDescriptions/meraki.pdf" target="_blank" rel="noopener">Offer Description.</a> If capitalized terms are not defined in this SLA, then they have the same meaning as under the Offer Description.</p> <p>1. <b>Service Level</b></p> <p>Cisco will use commercially reasonable efforts to deliver the Cloud Service so that the Core Services meet or exceed the performance standards described below (“Service Level”). Subject to the terms of this SLA, You are eligible for Service Credits if Cisco fails to meet the Service Level.</p> <div class="divTable"> <div class="divTableBody"> <div class="divTableRow"> <div class="divTableCell">Service Level</div> <div class="divTableCell">During each Measurement Period, the Availability of the Core Services will be 99.99% or greater</div> </div> <div class="divTableRow"> <div class="divTableCell">Measurement Period</div> <div class="divTableCell">One calendar month</div> </div> </div> </div> <p>2. <b>Service Credits</b></p> <p>2.1 Service Credits. If Cisco fails to meet the Service Level for a given Measurement Period, Cisco will issue You a Service Credit consistent with the table below.</p> <div class="divTable"> <div class="divTableBody"> <div class="divTableRow"> <div class="divTableCell divTableHeader">Availability Percentage</div> <div class="divTableCell divTableHeader">Amount Credited and Type</div> </div> <div class="divTableRow"> <div class="divTableCell">&lt; 99.99% &#8211; ≥ 99.9%</div> <div class="divTableCell">3 Service Days</div> </div> <div class="divTableRow"> <div class="divTableCell">&lt; 99.9% &#8211; ≥ 99.0%</div> <div class="divTableCell">7 Service Days</div> </div> <div class="divTableRow"> <div class="divTableCell">&lt; 99.0%</div> <div class="divTableCell">15 Service Days</div> </div> </div> </div> <p>2.2 <b>Service Credit Limitations</b></p> <p>The aggregate maximum Service Credit for any Measurement Period will be 15 days of additional Cloud Service for that Measurement Period.</p> <p>These Service Credits are Your only remedy if the Core Services do not meet the Service Level.</p> <p>3. <b> Claims Procedure</b></p> <p>3.1 To receive a Service Credit, You must:</p> <p style="padding-left: 30px;">(A) be up to date on payment of all applicable fees;</p> <p style="padding-left: 30px;">(B) promptly notify Cisco of a Qualifying Outage when You become aware of or reasonably suspect one; and</p> <p style="padding-left: 30px;">(C) request Service Credits no more than 30 days after the end of the applicable Measurement Period.</p> <p>3.2 You must submit a claim via <a href="https://meraki.cisco.com/meraki-support/overview/">Meraki Support</a>.</p> <p>3.3 If You purchased the Cloud Service from a Cisco Partner, You may claim Service Credits or the Cisco Partner may claim them on Your behalf.</p> <p>3.4 If there is a dispute about whether a Qualifying Outage has occurred, Cisco will decide in good faith based on our system logs, monitoring reports, and configuration records. If You have supporting information for Your claim that You want Cisco to consider, You should provide this information with Your claim.</p> <p>4. <b> Issuance</b></p> <p>4.1 <b>Review.</b> Cisco will use commercially reasonable efforts to review and issue earned Service Credits within 30 calendar days of confirming that You are entitled to those Service Credits.</p> <p>4.2<b> Service Credits.</b>Service Credits that Cisco issues will be added to the end of Your existing Usage Term. You will be responsible for arranging adjustments to the term for any other Cisco Offers or Services that depend on the Cloud Service (which may have a fee). You cannot convert Service Credits to general credits or refunds, and You cannot sell, transfer, or assign such Service Credits. Cisco will use commercially reasonable efforts to notify the Cisco Partner of the awarded Service Credits.</p> <p>5. <b>Non-Qualifying Outages</b></p> <p>It is not a Qualifying Outage and You will not be eligible for Service Credits if Cisco fails to meet the Service Level for any of the following reasons:</p> <p style="padding-left: 30px;">(A) Scheduled maintenance or emergency maintenance (‘emergency maintenance’ is unscheduled maintenance where Cisco performs work to prevent or mitigate an outage or degradation of the Cloud Service or to prevent or mitigate a security incident);</p> <p style="padding-left: 30px;">(B) Due to Your integrations or any applicable third-party software, hardware, or services not provided by Cisco;</p> <p style="padding-left: 30px;">(C) You are using a beta, evaluation, or trial version of the Cloud Service;</p> <p style="padding-left: 30px;">(D) Your failure to (1) use the Cloud Service or perform responsibilities in accordance with Your applicable agreement (e.g., EULA or General Terms), Offer Description, Enterprise Agreement, or the Documentation, or (2) apply updates or upgrades when made available; or</p> <p style="padding-left: 30px;">(E) Factors outside of our reasonable control, such as events described as Force Majeure in Your applicable agreement, Internet outages, pandemics, acts of government, industry-wide shortages, failures, or delays of common carriers.</p> <p>6. <b>Definitions</b></p> <div class="divTable"> <div class="divTableBody"> <div class="divTableRow"> <div class="divTableCell"><strong>Term</strong></div> <div class="divTableCell"><strong>Meaning</strong></div> </div> <div class="divTableRow"> <div class="divTableCell">Availability</div> <div class="divTableCell">Calculated as follows and converted into a percentage:</p> <p><u>Total Service Time – Total Outage Time</u><br /> Total Service Time</div> </div> <div class="divTableRow"> <div class="divTableCell">Core Services</div> <div class="divTableCell" style="text-align: left;">Your ability to access the cloud-hosted software platform known as the Cisco Meraki Dashboard.</div> </div> <div class="divTableRow"> <div class="divTableCell">Qualifying Outage</div> <div class="divTableCell" style="text-align: left;">The time that the Core Services are unavailable.</div> </div> <div class="divTableRow"> <div class="divTableCell">Service Credits</div> <div class="divTableCell" style="text-align: left;">Additional days Cisco will add to Your Cloud Service Usage Term (“Service Days”). The applicable Service Credit type and amount is listed in the table in Section 2.</div> </div> <div class="divTableRow"> <div class="divTableCell">Total Outage Time</div> <div class="divTableCell" style="text-align: left;"> <p>The aggregate total time for all Qualifying Outages during a Measurement Period (rounded upward to the nearest minute). To calculate Total Outage Time, each Qualifying Outage will:</p> <p style="font-size: 16px;">(A) Begin when Cisco logs an incident ticket based on our own identification of a Qualifying Outage or upon confirming a Qualifying Outage You report to Cisco; and</p> <p>&nbsp;</p> <p style="font-size: 16px;">(B) End when the Core Services are restored.</p> </div> </div> <div class="divTableRow"> <div class="divTableCell">Total Service Time</div> <div class="divTableCell" style="text-align: left;">The total number of minutes in a Measurement Period (calculated by multiplying 60 (minutes) by 24 (hours) by the number of calendar days in the Measurement Period).</div> </div> </div> </div> <p><b>Translated Service Level Agreement</b></p> <div class="divTable"> <div class="divTableBody"> <div class="divTableRow"> <div class="divTableCell"> <p style="text-align: left;">Cisco Meraki provides certain translated versions of the Service Level Agreement at the link(s) below.</p> <p style="text-align: left;">To view the Service Level Agreement in French (Canada), please click <a href="https://meraki.cisco.com/wp-content/uploads/2024/06/SLA-Cisco-Meraki-Cloud-Networking-FR-CA.pdf" target="_blank" rel="noopener">here</a>.</p> </div> </div> </div> </div> </div> </div> </ul> </div> <div id="srp" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Vulnerability Reporting &#038; Rewards</h2> <hr /> <div id="vulnerability-reporting---rewards-9" class="cmp-text-heavy__subsection "> <div><p>The security of our customers and end users are our top priority. We invest heavily in tools, processes, and technologies to keep our users and their networks safe. This includes third-party audits, threat modeling, penetration testing, features like two-factor authentication, and our out-of-band cloud management architecture. The Cisco Meraki Vulnerability Reporting Program is a crucial element of our comprehensive security strategy, promoting active collaboration among our customers, external researchers, and the public with a shared goal of enhancing the safety and security of our customers.</p> <p>If you are a user and have a security issue to report regarding your account (including password problems and account abuse issues), non-security bugs, or questions about issues with your network, please contact <a href="https://meraki.cisco.com/support/overview">Cisco Meraki Support</a>.</p> <p><strong>Reporting Security Issues</strong></p> <p>If you think you’ve discovered a vulnerability in a Cisco Meraki product or service, please report it through our Vulnerability Reporting Form below. We welcome all relevant reports to help us improve our security posture. Additional information on this program, including our commitment and details about disclosure are available on our <a href="https://bugcrowd.com/engagements/cisco-meraki-vdp-pro" target="_blank" rel="noopener">Bugcrowd Responsible Disclosure Program Landing Page</a>.</p> <p><strong>Security Rewards Program</strong></p> <p>To participate in our Security Rewards Bug Bounty Program, which provides monetary rewards for verified vulnerabilities, please visit our <a href="https://bugcrowd.com/ciscomeraki" target="_blank" rel="noopener">Bug Bounty Program through Bugcrowd</a>. The program has specific limitations regarding scope and vulnerability types; therefore, we encourage you to thoroughly review the detailed targets that are in and out of scope, the rewards offered, and the guidelines on permissible activities.</p> <p><strong>Reporting Cisco (Non-Meraki) Security Issues</strong></p> <p>Please note that this program does not cover vulnerabilities related to other parts of Cisco Systems, Inc.</p> <ul> <li>To report a vulnerability in Cisco Systems operational infrastructure, visit the <a href="https://bugcrowd.com/engagements/ciscosecurity" target="_blank" rel="noopener">Cisco Responsible Disclosure page</a>.</li> <li>To report a vulnerability in a Cisco (non-Meraki) product, please contact<br /> <a href="mailto:psirt@cisco.com" target="_blank" rel="noopener">psirt@cisco.com</a>.</li> <li>To report a security incident to Cisco, please contact <a href="mailto:incidentresponse@cisco.com" target="_blank" rel="noopener">incidentresponse@cisco.com</a>.</li> </ul> <p><strong>Vulnerability Reporting Form</strong></p> <p><script type="rocketlazyloadscript" async data-rocket-src="https://bugcrowd.com/777dfad2-d4c9-4438-8429-dd5c16edbd6d/external/script" data-bugcrowd-program="https://bugcrowd.com/777dfad2-d4c9-4438-8429-dd5c16edbd6d/external/report"></script></p> </div> </div> </ul> </div> <div id="presence" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Location Analytics</h2> <hr /> <div id="location-analytics-10" class="cmp-text-heavy__subsection "> <div><p><strong>Overview</strong></p> <p>Cisco Meraki’s cloud-based location analytics and user engagement solution provides data about the physical locations of visitors, enabling businesses to better understand the behavior of clients. Location Analytics is available with all Cisco Meraki wireless access points.</p> <p>Location Analytics data is gathered by capturing and analyzing the beacons that every Wi-Fi enabled device periodically emits when its Wi-Fi antenna is turned on in order to detect the presence of nearby wireless networks. The Cisco Meraki dashboard also displays anonymized and aggregated statistics on nearby devices, whether they join the network or not.</p> <p>Location Analytics distinguishes between devices and recognizes repeat visitors by collecting a MAC address, the unique identifier assigned to every device connecting to wired or wireless networks. Only a device&#8217;s MAC address is captured, and the aggregated data provided to businesses using Location Analytics can&#8217;t be traced back to an individual without the business having prior knowledge of the MAC address of that person&#8217;s device.</p> <p>You can learn more in our <a href="https://documentation.meraki.com/MR/Monitoring_and_Reporting/Location_Analytics" target="_blank" rel="noopener">documentation on Location Analytics.</a></p> <p><strong>Storing Data</strong></p> <p>Cisco Meraki uses a one-way hash function to anonymize MAC addresses before storage. The function is irreversible; given a specific hashed MAC, there is no way to undo the function to reveal the original MAC address. In addition, bytes are dropped from the hashcode, meaning that even if one knew the hash function, they could not determine if a specific MAC had visited a location. Hashed MAC addresses are unique to each business or organization, so it is not possible to view Location Analytics data for a single device across networks with different owners.</p> <p>Our data centers are protected by enterprise-class physical and network security, and are subjected to regular audits and penetration tests by independent third parties.</p> <p><strong>Location Analytics API</strong></p> <p>In addition to providing statistics to businesses within the Cisco Meraki dashboard, customers can use the Location Analytics API to export MAC addresses of probing clients, consistent with industry standards. Retail and enterprise customers can use the Location Analytics API to integrate Location Analytics data from their network with their own custom-built applications.</p> <p>The Location Analytics API provides no mechanism for users to connect MAC addresses with any other personal information.</p> <p>We provide a set of best practices to users of the Location Analytics API, and it is their responsibility to take appropriate measures to safeguard the privacy of personally identifiable information that they may collect.</p> <p><strong>Opt Out</strong></p> <p>If you would like to exclude your Wi-Fi-enabled devices from Meraki Location Analytics services, you may do so through a simple opt-out form, available here <a href="https://account.meraki.com/optout" target="_blank" rel="noopener"> https://account.meraki.com/optout.</a>Opting out will exclude your MAC address from Location Analytics information stored in the Cisco Meraki cloud and from export through the Location Analytics API. It is the Cisco Meraki customer’s responsibility to notify visitors to their network that Location Analytics services are in use.</p> </div> </div> </ul> </div> <div id="tom" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Technical and Organizational Measures</h2> <hr /> <div id="technical-and-organizational-measures-11" class="cmp-text-heavy__subsection "> <div><p><strong>Introduction</strong></p> <p>Meraki takes a systematic approach to data protection, privacy, and security. We believe a robust security and privacy program requires active involvement of stakeholders, ongoing education, internal and external assessments, and instillment of best practices within the organization.</p> <p><strong>Physical Access and Admittance Control</strong></p> <p>To deny unauthorized persons access to data processing systems in which Customer Data is processed.</p> <p>This is accomplished by:</p> <ul> <li>Secure account credentials including two-­factor authentication.</li> <li>Account security protections (strong passwords, maximum number of failed attempts, IP based login restrictions, etc.)</li> <li>Change management including change logs and change event alerting.</li> <li>24&#215;7 automated intrusion detection.</li> <li>A high security card key system and biometric readers are utilized to control facility access.</li> <li>All entries, exits, and cabinets are monitored by video surveillance.</li> <li>Security guards monitor all traffic into and out of the data centers 24&#215;7, ensuring that entry processes are followed.</li> <li>Software development life cycle and change management / change control policy and processes.</li> <li>Product development secure coding guidelines and training policy and procedures.</li> <li>Access to Customer data restricted to personnel based on appropriate business need and limited by functional role.</li> </ul> <p><strong>Access Control</strong></p> <p>To prevent data processing systems from being used without authorization.</p> <p>This is accomplished by:</p> <ul> <li>Software development life cycle and change management / change control policy and processes.</li> <li>Access to Customer Data restricted to personnel based on appropriate business need and limited by functional role.</li> <li>Information security responsibilities for employees.</li> <li>Audit trails policy and procedures, and history and log retention policy and procedures.</li> <li>Data control and access control policies and procedures.</li> </ul> <p><strong>Data Access Control</strong></p> <p>To ensure that persons authorized to use systems in which Customer Data is processed only have access to the Customer Data as they are entitled to in accordance with their access rights and authorizations, and to prevent the unauthorized reading, copying, modification or deletion of Customer Data.</p> <p>This is accomplished by:</p> <ul> <li>Access to Customer Data restricted to personnel based on appropriate business need and limited by functional role.</li> <li>Audit trails policy and procedures, and history and log retention policy and procedures.</li> </ul> <p><strong>Data Transfer Control</strong></p> <p>To prevent the unauthorized reading, copying, modification or deletion of Customer Data which is under Meraki&#8217;s control while Customer Data is being transferred electronically, transported or recorded on data storage devices, and to ensure that the intended recipients of Customer Data who are provided with Customer Data by means of data communication equipment can be established and verified.</p> <p>This is accomplished by:</p> <ul> <li>Encrypted communication between Meraki hardware devices and Meraki’s servers (HTTPS / SSL), as well as between Meraki’s servers.</li> <li>Logging of activity of administrators (time, IP, and approximate location (city, state) of logged in administrators).</li> <li>Account passwords stored in encrypted format on Meraki servers.</li> <li>Full disk encryption on all Meraki servers</li> </ul> <p><strong>Input Control</strong></p> <p>To ensure it is possible to establish an audit trail as to when and by whom Customer Data has been entered, modified, or removed from systems being used by (or on behalf of) Meraki to process Customer Data.</p> <p>This is accomplished by:</p> <ul> <li>Logging of activity of administrators (time, IP, and approximate location (city, state) of logged in administrators).</li> <li>Access to Customer data restricted to personnel based on appropriate business need and limited by functional role.</li> <li>Data control and access control policies and procedures.</li> <li>Customer’s ability to block entirely Meraki’s access to Customer’s Hosted Software account and prevent Meraki from accessing Customer Data.</li> <li>Session timeouts.</li> </ul> <p><strong>Order/Instruction Control</strong></p> <p>To ensure that Customer Data processed by or on behalf of Meraki can only be processed in accordance with the Customer&#8217;s instructions.</p> <p>This is accomplished by:</p> <ul> <li>Change management including change logs and change event alerting.</li> <li>Audit trails policy and procedures, and history and log retention policy and procedures.</li> <li>Customer can entirely block Meraki’s access to Customer’s Hosted Software account thereby preventing Meraki from accessing Customer Data.</li> </ul> <p><strong>Availability Control</strong></p> <p>To ensure the protection of Customer Data which is under the control of Meraki against accidental destruction or loss.</p> <p>This is accomplished by:</p> <ul> <li>99.99% uptime service level agreement.</li> <li>Customer network configuration data and statistical data replicated across independent data centers with no common point of failure.</li> <li>Real-time replication of data between data centers (within 60 seconds).</li> <li>Nightly archival backups for customer configuration data and statistical data.</li> <li>24&#215;7 independent outage alert system with 3x redundancy.</li> </ul> <p><strong>Intended Use Control</strong></p> <p>To ensure that Customer Data collected is only used for the intended purpose under the Agreement.</p> <p>This is accomplished by:</p> <ul> <li>Customer Data used exclusively to provide the features and functionality available in the hosted software.</li> <li>Customer Data is automatically processed according to the specific features enabled by the customer and as required to secure and maintain the infrastructure.</li> <li>Change management including change logs and change event alerting.</li> <li>Audit trails policy and procedures, and history and log retention policy and procedures.</li> <li>Customer can entirely block Meraki’s access to Customer’s Hosted Software account thereby preventing Meraki from accessing Customer Data.</li> </ul> <p><strong>Documentation</strong></p> <p>Meraki keeps documentation of organizational and technical measures in case of audits. Meraki takes reasonable steps to ensure that its employees and other persons at Meraki physical locations are aware of and comply with the organizational and technical measures set forth in this document.</p> <p>Additional Measures</p> <p>Out-of-Band Architecture</p> <ul> <li>Only network configuration and usage statistics are stored in the cloud.</li> <li>Data stored or transmitted by means of Customer’s network does not traverse Meraki’s servers.</li> </ul> <p>Cloud Services Security</p> <ul> <li>Daily vulnerability testing of data center infrastructure.</li> <li>Protected via IP and port-­based firewalls.</li> <li>Remote access restricted by IP address and verified by public key (RSA).</li> <li>Systems are not accessible via password access.</li> <li>Administrators automatically alerted on configuration changes.</li> </ul> <p>Cloud Services Infrastructure</p> <ul> <li>Data centers are certified by industry-recognized standards such as ISO 9001:2008, ISO 27001, PCI DSS, SSAE16, and ISAE 3402 (SAS­70) including Type II.</li> <li>Configuration standards for all system components policy and procedures.</li> <li>24&#215;7 automated failure detection — all servers are tested every five minutes from multiple locations.</li> <li>Systems are not accessible via password access.</li> <li>Administrators automatically alerted on configuration changes.</li> </ul> <p>Disaster Preparedness</p> <ul> <li>Data centers feature sophisticated sprinkler systems with interlocks to prevent accidental water discharge.</li> <li>Diesel generators provide backup power in the event of power loss.</li> <li>UPS systems condition power and ensure orderly shutdown in the event of a full power outage.</li> <li>Seismic bracing is provided for the raised floor, cabinets, and support systems.</li> <li>In the event of a catastrophic data center failure, services failover to another geographically separate data center.</li> </ul> <p>Organization and Personnel</p> <ul> <li>Formal assignment of information security responsibilities by the Security Director and the Meraki Security Team.</li> <li>A formal security awareness program.</li> <li>Documentation and business justification for use of all services, protocols and ports allowed.</li> <li>Management of service providers policy and procedures.</li> <li>Criminal background review of all Meraki personnel.</li> <li>Administrators automatically alerted on configuration changes.</li> <li>Rapid escalation procedures across multiple operations teams.</li> </ul> </div> </div> </ul> </div> <div id="communication" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading">Cloud Service Communication</h2> <hr /> <div id="cloud-service-communication-12" class="cmp-text-heavy__subsection "> <div><p><strong>Device-to-Cloud &#8211; Meraki Cloud Communications Tunnel</strong></p> <p>For a Meraki hardware device to communicate with the cloud, Meraki leverages a lightweight encrypted tunnel using AES256 encryption while management data is in transit. Within the tunnel itself, Meraki leverages HTTPS and Protocol Buffers for a secure and efficient solution, limited to 1 kbps per device when the device is not being actively managed.</p> <p><img decoding="async" src="/wp-content/uploads/2022/06/encrypted.webp" /></p> <p><strong>Cloud Communications Process</strong></p> <p>Meraki uses an event-driven Remote Procedure Call (RPC) engine for Meraki devices to communicate to the Meraki dashboard and for Meraki servers to send and receive data. Meraki hardware devices act as the server/receiver as the Meraki cloud initiates calls to the devices for data collection and configuration deployment. Because the cloud infrastructure is the initiator, configurations can be executed in the cloud before the devices are actually online, or even physically deployed.</p> <p><img decoding="async" src="/wp-content/uploads/2022/06/remote.webp" /></p> <p>In the event of cloud connectivity loss (which is most commonly caused by a local ISP or connection failure), the Meraki hardware device will continue to run with its last known configuration until cloud connectivity is restored.</p> <p><strong>Device-to-Device &#8211; Meraki Auto VPN</strong></p> <p>Auto VPN is a proprietary technology developed by Meraki that allows you to quickly and easily build VPN tunnels between Meraki MX devices at your separate network branches with just a few clicks. Auto VPN performs the work normally required for manual VPN configurations with a simple cloud based process.</p> <p>Meraki MR access points may also be configured to concentrate traffic to a single point either for layer 3 roaming or teleworker use cases. SSID tunneling and Layer 3 roaming with a concentrator both use the same Meraki Auto VPN technology. Wireless access points should concentrate to a Meraki MX security appliance.</p> <p><strong>How Meraki Auto VPN Works</strong></p> <p><img decoding="async" src="/wp-content/uploads/2022/06/vpn.webp" /></p> <ul> <li><strong>VPN Registry: </strong>This is the main server mechanism that allows Auto VPN to happen. It is a cloud service that is used to keep track of the contact information for all the MX devices participating in Auto VPN for an organization.</li> <li><strong>Hub: </strong>Hubs are MX devices in a VPN topology that service connectivity from a remote peer site (such as a spoke) to the hub and the hub to the remote peer site. Hubs also act as a gateway for remote peer sites to communicate with each other via the hub.</li> <li><strong>Peer: </strong>This refers to another MX or MR within the same organization that a local MX will form or has formed a VPN tunnel to. This could be an MX or an MR in the case of SSID tunneling or layer 3 roaming with a concentrator.</li> <li><strong>Contact:</strong>This is the public IP and the UDP port that the MX will communicate on for Auto VPN.</li> </ul> </div> </div> </ul> </div> <div id="" class="cmp-text-heavy__section "> <h2 class="cmp-text-heavy__heading"></h2> <hr /> <div id="-cloud-data-retention" class="cmp-text-heavy__subsection "> <h6 class="cmp-text-heavy__subheading">Cloud Data Retention</h6> <div></div> </div> </ul> </div> </div> </div> </div> </div> <style> li a { color: #5576D1; } .cmp-text-heavy__section p b { font-family: 'Inter Medium'; font-weight: 500; } .wp-bootstrap-blocks-container .trust-head-image img { margin-right: 30px; } .wp-bootstrap-blocks-container .trust-head-image { display: flex; align-items: center; } .wp-bootstrap-blocks-container h2.trust-heading { font-family: "Sharp Sans Semi Bold" !important; font-size: 72px !important; line-height: 72px !important; color: #333333; } .status-publish .wp-bootstrap-blocks-container p strong { font-family: 'Inter Medium' !important; font-size: 24px; line-height: 30px; letter-spacing: 0.2px; color: #333333 !important; } /*li a:hover { color: #5576D1; }*/ .cmp-text-heavy__menu-item.active>a { text-decoration: none; font-family: 'Inter Semi Bold'; font-size: 20px; font-weight: 900; letter-spacing: 0.2px; line-height: 30px; } .cmp-text-heavy__subsection .section strong { color: #393939; font-family: 'Inter Medium'; font-size: 24px; letter-spacing: 0.2px; line-height: 32px; } .cmp-text-heavy__menu-container.open .cmp-text-heavy__menu { /*overflow-y: scroll;*/ padding-bottom: 50px; } .cmp-text-heavy__submenu .cmp-text-heavy__submenu-item a { color: #5576D1; font-family: 'Inter Regular'; font-size: 16px; letter-spacing: 0.2px; line-height: 26px; } .cmp-text-heavy__submenu .cmp-text-heavy__submenu-item a { color: #5576D1; font-family: 'Inter Regular'; font-size: 16px; letter-spacing: 0.2px; line-height: 26px; } .cmp-text-heavy__section p { color: #393939; font-family: 'Inter Regular'; font-size: 18px; letter-spacing: 0.2px; line-height: 26px; } #website-terms-of-use- p strong { color: #393939; font-family: 'Inter Medium'; font-size: 20px; letter-spacing: 0.2px; line-height: 32px; } .cmp-text-heavy__section a { font-family: 'Inter Regular'; font-size: 18px; letter-spacing: 0.2px; line-height: 26px; word-break: break-all; } .cmp-text-heavy__section p strong { color: #393939; font-family: 'Inter Medium'; font-size: 24px; letter-spacing: 0.2px; line-height: 30px; font-weight: 500; } .cmp-text-heavy__section li strong { color: #393939; font-family: 'Inter Medium'; font-size: 18px; letter-spacing: 0.2px; line-height: 26px; font-weight: 500; } .cmp-text-heavy__section li { color: #393939; font-family: 'Inter Regular'; font-size: 18px; letter-spacing: 0.2px; line-height: 26px; } .cmp-text-heavy__menu-item a { color: #B54718; font-family: 'Inter Regular'; letter-spacing: 0.2px; line-height: 30px; font-weight: inherit; font-size: 20px; } .table-responsive { width: 100%; overflow-x: auto; } h4.cmp-text-heavy__heading { color: #393939; font-family: 'Sharp Sans Semi Bold' !important; font-size: 32px; letter-spacing: 0.2px; line-height: 40px; } @media (min-width: 960px){ .cmp-text-heavy__container .col-12.col-lg-2 { flex: 0 0 25%; max-width: 25%; } } @media (min-width: 320px) and (max-width: 576.98px) { .cmp-text-heavy__section li { padding: 4px !important; } } @media (min-width: 320px) and (max-width: 767.98px) { .cmp-text-heavy__section li { font-size: 16px; line-height: 26px; } #security-tools- .screenshot { width: 100% !important; } h4.cmp-text-heavy__heading { font-size: 25px; } .cmp-text-heavy__subsection img { width: 100%; } #security-highlights img { width: auto; } .cmp-text-heavy__section p strong { font-size: 20px; line-height: 26px; } .cmp-text-heavy__section li strong { font-size: 16px; line-height: 26px; } .cmp-text-heavy__section p { font-size: 16px; line-height: 26px; } .cmp-text-heavy__section a { font-size: 16px; line-height: 26px; } } @media (min-width: 320px) and (max-width: 959.98px) { .cmp-text-heavy__menu-mobile-control { padding-bottom: 20px; color: #393939; font-family: 'Inter Medium'; font-size: 20px; letter-spacing: 0.2px; line-height: 30px; } .open .cmp-text-heavy__menu { padding-left: 0px; } .cmp-text-heavy__menu-item { margin-bottom: 20px; } .cmp-text-heavy__menu-item a { font-size: 16px; letter-spacing: 0.2px; line-height: 26px; } .cmp-text-heavy__menu-container.open .cmp-text-heavy__menu { overflow-y: scroll; padding-bottom: 50px; } } </style> <script type="rocketlazyloadscript">window.addEventListener('DOMContentLoaded', function() { jQuery( ".cmp-text-heavy__subsection a" ).click(function() { var href = jQuery(this).attr("href"); if (href.indexOf('#') == 0) { if( jQuery('.cmp-text-heavy__subsection ' + href).length ){ jQuery('html,body').animate({ scrollTop: jQuery(href).offset().top - 100 }, 1); } } }); });</script> </div></article></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=1732724603&#038;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=1732724603&#038;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=1732724603&#038;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 -->

Pages: 1 2 3 4 5 6 7 8 9 10