{"id":3402,"date":"2020-02-17T00:14:41","date_gmt":"2020-02-17T00:14:41","guid":{"rendered":"https:\/\/lumoscloud.com\/?p=3402"},"modified":"2020-06-15T22:28:12","modified_gmt":"2020-06-16T05:28:12","slug":"aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw","status":"publish","type":"post","link":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/","title":{"rendered":"A Walkthrough On Unmanaged Mode And ACI Verify"},"content":{"rendered":"

Since its release, the adoption of Cisco’s ACI and its APIC controller have continuously gained rapid traction in the market. Clients loved the network giant’s <\/span>take on SDN<\/span><\/a> so much so that their demands almost immediately changed years into its existence.\u00a0<\/span><\/p>\n

It didn’t take Cisco long before it followed <\/span>up a Cisco APIC release<\/span><\/a> for its 1.2.1i that comes with a new streamlined way of connecting service devices \u2014 the unmanaged mode. Steering away from the traditional two methods of connecting devices,\u00a0<\/span><\/p>\n

Today, Lumos will give you a walkthrough on L4-L7’s Unmanaged Mode alongside a few useful guides on verifying contracts on the said design. <\/span><\/h3>\n

L4-7 Unmanaged Go-Through Mode (Transparent FW)<\/h3>\n

Our team has been experimenting around service graphs for quite some time and have decided to share our findings with the aforementioned deployment. The said deployment of service graphs uses the ACI fabric (2.2(1n), an ASAv as well as an CSR Router.<\/span>\u00a0 <\/span><\/p>\n

\"\"<\/p>\n

The featured design is an unmanaged transparent mode deployment with routing provided by <\/span>the ACI fabric scale<\/span><\/a>. Our team used two bridge domains alongside a default gateway for the servers with the IP address of the subnet in the external domain bridge.\u00a0<\/span><\/p>\n

The table above showcases the required setting of each bridge domain in order for the configuration to work properly.<\/span><\/p>\n\n\n\n\n\n\n\n\n
Feature<\/strong><\/td>\nExternal BD<\/strong><\/td>\nWeb BD<\/strong><\/td>\n<\/tr>\n
Hardware Proxy<\/td>\nNo<\/td>\nNo<\/td>\n<\/tr>\n
ARP Flooding<\/td>\nYes<\/td>\nYes<\/td>\n<\/tr>\n
Unicast Routing<\/td>\nYes<\/td>\nNo<\/td>\n<\/tr>\n
Subnet<\/td>\nYes<\/td>\nNo<\/td>\n<\/tr>\n
Subnet Check<\/td>\nYes<\/td>\nNo<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

 <\/p>\n

After our VRF, Bridge Domain and EPG\u2019s are created, our team went ahead to create a L4-7 service.<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Once the Cisco-ASA-1.2 Package was installed, they went to “Create an L4-L7 Device” with our tenant. <\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Uncheck the \u201cManaged\u201d tick box and fill in the parameters below:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

Note:<\/strong> Device interfaces are the network adapters in vCenter and the Cluster interfaces are the concrete interfaces of the ASAv.<\/span><\/h4>\n

Our team was then required to build a service graph template:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

We want to drag the L4-L7 device we just created between our two EPG\u2019s and name everything accordingly:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

After completion of the service graph template we need to apply this template for it to take effect (we can also reuse this template in the future if necessary):<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Applying this service graph requires us to select our EPG\u2019s we are associating this with as well as creating a bogus contract that we can allow all traffic through:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Finish the process by stating what cluster\/concrete interfaces we will be using:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Our team then counted the contracts that were created and applied correctly:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

\"\"<\/p>\n

 <\/p>\n

While it seems like it’s only an external EPG, our team made sure that Web was applied correctly as well.\u00a0<\/span><\/p>\n

Afterwards, our team verified the port-groups created earlier in vCenter and assigned each one to its correct interfaces: <\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Once the service graph looked sufficient, our team still had to configure an FW since the design will be deployed in the unmanaged mode. Here’s a basic FW config and parse text that features the transparent parameters, bvi etc.:<\/span><\/h4>\n

:<\/p>\n

ASA Version 9.4(4)<\/p>\n

!<\/p>\n

firewall transparent<\/p>\n

hostname Jason-ASAv-Transparent!<\/p>\n

!<\/p>\n

interface GigabitEthernet0\/0<\/p>\n

nameif web<\/p>\n

bridge-group 1<\/p>\n

security-level 100<\/p>\n

!<\/p>\n

interface GigabitEthernet0\/1<\/p>\n

nameif external<\/p>\n

 <\/p>\n

bridge-group 1<\/p>\n

security-level 0<\/p>\n

!<\/p>\n

interface Management0\/0<\/p>\n

management-only<\/p>\n

nameif management<\/p>\n

security-level 0<\/p>\n

ip address x.x.x.x\/24<\/p>\n

!<\/p>\n

interface BVI1<\/p>\n

ip address 10.10.1.2 255.255.255.0<\/p>\n

same-security-traffic permit inter-interface<\/p>\n

access-list web-in extended permit ip any any<\/p>\n

access-list external-in extended permit ip any any<\/p>\n

logging enable<\/p>\n

logging buffer-size 524288<\/p>\n

logging console emergencies<\/p>\n

logging monitor debugging<\/p>\n

logging buffered debugging<\/p>\n

logging trap notifications<\/p>\n

logging asdm informational<\/p>\n

mtu web 1500<\/p>\n

mtu external 1500<\/p>\n

mtu management 1500<\/p>\n

no failover<\/p>\n

no monitor-interface service-module<\/p>\n

icmp unreachable rate-limit 1 burst-size 1<\/p>\n

icmp permit any web<\/p>\n

icmp permit any external<\/p>\n

access-group web-in in interface web<\/p>\n

access-group external-in in interface external<\/p>\n

ssh 0.0.0.0 0.0.0.0 management<\/p>\n

ssh timeout 5<\/p>\n

ssh version 2<\/p>\n

 <\/p>\n

After configuring the FW, our team tested the communication from a VM that lives behind the FW to our gateway that lives in the External-BD:<\/span><\/p>\n

Host:<\/p>\n

\"\"<\/p>\n

Web EPG:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

BD External:<\/p>\n

Subnet 10.10.1.1\/24<\/p>\n

Observe how the settings on the right side of the BD. It is crucial you are flooding for communication to take place.\u00a0 Settings are listed in the table at the top of the post.<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Communication test:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

Perfect!!\u00a0 We can reach the External BD Gateway through the FW.\u00a0 Let\u2019s also check the FW and see if we are seeing the same thing:<\/p>\n

Show log:<\/p>\n

\"\"<\/p>\n

The FW is now verifying the same communication.<\/span><\/p>\n

Going back to the previous discussion earlier, our design had an L3Out attached to the fabric so we can reach external hosts. We can now start building the L3Out. Note that one is required to have previous understanding of L3Out in order to do this process.\u00a0<\/span><\/p>\n

For this L3Out, we will be using a CSR router and not using just a simple VMM Domain connectivity to the fabric passing vlans. We went back to our tenant and right-click on external routed networks:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Assuming <\/span>you have experience with L3Outs<\/span><\/a> configure the initial parameters, we will now be using OSPF in Area 0 for this example:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Create our Node Profile for each feature, OSPF Int Profile and Network EPG:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

\"\"<\/p>\n

\"\"<\/p>\n

 <\/p>\n

Once that is completed ,we need a simple config on our CSR:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Remind yourself to check for neighbors:<\/span><\/p>\n

ACI:<\/p>\n

\"\"<\/p>\n

CSR:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

 <\/p>\n

Once we have neighbors, we can start doing routes.<\/span><\/p>\n

ACI:<\/p>\n

\"\"<\/p>\n

We now see the loopback from the CSR in our routing table.<\/span><\/p>\n

CSR:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

While we are getting loopbacks from ACI, we are supposed to be receiving the 10.10.1.0\/24 within the External-BD. These issues usually live inside the bridge domain settings. So once you see them, investigate:<\/span><\/p>\n

Our subnet is still set to private, hence we need to advertise externally and select the correct L3Out:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

L3Out within BD:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

With these changes, ACI verifies routing on the CSR. Should you need a refresher on this step, feel free to check out the verified scalability guide for Cisco ACI. <\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Now we can now see the 10.10.1.0\/24 subnet on the external router.\u00a0 Our host can now ping the loopback of the router:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

If we still can\u2019t hit the loopback of the router, look back at our design again. Notice how we still need a contract between the L3Out and the EPG, just like any other EPG to EPG communication.<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

Going back to earlier, we created and applied the service-graph template. Contracts were then created and applied on the Web EPG:<\/span><\/p>\n

\"\"<\/p>\n

 <\/p>\n

We must use this same contract on the L3Out Network EPG.\u00a0 If we apply correctly we should see communication take place:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

We can now verify ACI:<\/p>\n

Web Host:<\/p>\n

\"\"<\/p>\n

 <\/p>\n

Now we can test CSR:<\/p>\n

\"\"<\/p>\n

There you have it! A working unmanaged service graph within ACI. Keep in mind that this is a simple implementation of the service graph. In a real-life situation, you would have very granular rules within your FW.\u00a0<\/span><\/p>\n

These implementations can vary in many ways. You could also include a one-arm load-balancer in this model with an additional bridge domain and more. <\/span><\/p>\n

@_JBANK<\/p>\n","protected":false},"excerpt":{"rendered":"

Since its release, the adoption of Cisco’s ACI and its APIC controller have continuously gained rapid traction in the market. Clients loved…<\/p>\n","protected":false},"author":2,"featured_media":3685,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"image","meta":{"_tec_requires_first_save":true,"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_tribe_blocks_recurrence_rules":"","_tribe_blocks_recurrence_description":"","_tribe_blocks_recurrence_exclusions":"","footnotes":""},"categories":[1],"tags":[],"yoast_head":"\nA Walkthrough On Unmanaged Mode And ACI Verify - Lumos Consulting<\/title>\n<meta name=\"description\" content=\"Still new to Cisco ACI's Unmanaged Mode? Lumos gives you a walk through on L4-L7's Unmanaged Mode! Learn how to configure and verify ACI today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Walkthrough On Unmanaged Mode And ACI Verify - Lumos Consulting\" \/>\n<meta property=\"og:description\" content=\"Still new to Cisco ACI's Unmanaged Mode? Lumos gives you a walk through on L4-L7's Unmanaged Mode! Learn how to configure and verify ACI today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/\" \/>\n<meta property=\"og:site_name\" content=\"Lumos Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-17T00:14:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-16T05:28:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"667\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Zach Colman\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zach Colman\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/\",\"url\":\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/\",\"name\":\"A Walkthrough On Unmanaged Mode And ACI Verify - Lumos Consulting\",\"isPartOf\":{\"@id\":\"https:\/\/lumoscloud.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg\",\"datePublished\":\"2020-02-17T00:14:41+00:00\",\"dateModified\":\"2020-06-16T05:28:12+00:00\",\"author\":{\"@id\":\"https:\/\/lumoscloud.com\/#\/schema\/person\/4a488bc02d6909f99095886bd6c101e1\"},\"description\":\"Still new to Cisco ACI's Unmanaged Mode? Lumos gives you a walk through on L4-L7's Unmanaged Mode! Learn how to configure and verify ACI today.\",\"breadcrumb\":{\"@id\":\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#primaryimage\",\"url\":\"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg\",\"contentUrl\":\"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg\",\"width\":1000,\"height\":667,\"caption\":\"strategic IT advisory services\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lumoscloud.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Walkthrough On Unmanaged Mode And ACI Verify\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lumoscloud.com\/#website\",\"url\":\"https:\/\/lumoscloud.com\/\",\"name\":\"Lumos Consulting\",\"description\":\"Unlock Your Brilliance.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lumoscloud.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/lumoscloud.com\/#\/schema\/person\/4a488bc02d6909f99095886bd6c101e1\",\"name\":\"Zach Colman\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lumoscloud.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f8e0062989b0741ca615452f21d7b9cb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f8e0062989b0741ca615452f21d7b9cb?s=96&d=mm&r=g\",\"caption\":\"Zach Colman\"},\"sameAs\":[\"http:\/\/creatitive.com\"],\"url\":\"https:\/\/lumoscloud.com\/author\/zach\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Walkthrough On Unmanaged Mode And ACI Verify - Lumos Consulting","description":"Still new to Cisco ACI's Unmanaged Mode? Lumos gives you a walk through on L4-L7's Unmanaged Mode! Learn how to configure and verify ACI today.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/","og_locale":"en_US","og_type":"article","og_title":"A Walkthrough On Unmanaged Mode And ACI Verify - Lumos Consulting","og_description":"Still new to Cisco ACI's Unmanaged Mode? Lumos gives you a walk through on L4-L7's Unmanaged Mode! Learn how to configure and verify ACI today.","og_url":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/","og_site_name":"Lumos Consulting","article_published_time":"2020-02-17T00:14:41+00:00","article_modified_time":"2020-06-16T05:28:12+00:00","og_image":[{"width":1000,"height":667,"url":"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg","type":"image\/jpeg"}],"author":"Zach Colman","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zach Colman","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/","url":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/","name":"A Walkthrough On Unmanaged Mode And ACI Verify - Lumos Consulting","isPartOf":{"@id":"https:\/\/lumoscloud.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#primaryimage"},"image":{"@id":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#primaryimage"},"thumbnailUrl":"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg","datePublished":"2020-02-17T00:14:41+00:00","dateModified":"2020-06-16T05:28:12+00:00","author":{"@id":"https:\/\/lumoscloud.com\/#\/schema\/person\/4a488bc02d6909f99095886bd6c101e1"},"description":"Still new to Cisco ACI's Unmanaged Mode? Lumos gives you a walk through on L4-L7's Unmanaged Mode! Learn how to configure and verify ACI today.","breadcrumb":{"@id":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#primaryimage","url":"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg","contentUrl":"https:\/\/lumoscloud.com\/wp-content\/uploads\/2020\/02\/strategic-IT-advisory-services.jpg","width":1000,"height":667,"caption":"strategic IT advisory services"},{"@type":"BreadcrumbList","@id":"https:\/\/lumoscloud.com\/aci-verify-l4-7-unmanaged-go-through-mode-transparent-fw\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lumoscloud.com\/"},{"@type":"ListItem","position":2,"name":"A Walkthrough On Unmanaged Mode And ACI Verify"}]},{"@type":"WebSite","@id":"https:\/\/lumoscloud.com\/#website","url":"https:\/\/lumoscloud.com\/","name":"Lumos Consulting","description":"Unlock Your Brilliance.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lumoscloud.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/lumoscloud.com\/#\/schema\/person\/4a488bc02d6909f99095886bd6c101e1","name":"Zach Colman","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lumoscloud.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f8e0062989b0741ca615452f21d7b9cb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f8e0062989b0741ca615452f21d7b9cb?s=96&d=mm&r=g","caption":"Zach Colman"},"sameAs":["http:\/\/creatitive.com"],"url":"https:\/\/lumoscloud.com\/author\/zach\/"}]}},"_links":{"self":[{"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/posts\/3402"}],"collection":[{"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/comments?post=3402"}],"version-history":[{"count":0,"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/posts\/3402\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/media\/3685"}],"wp:attachment":[{"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/media?parent=3402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/categories?post=3402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lumoscloud.com\/wp-json\/wp\/v2\/tags?post=3402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}