Cisco Live Amsterdam 2023 Recap

Blog Detail

We had a blast at Cisco Live EMEA in Amsterdam (CLEMEA) 2023! It was five days chock-full of incredible working sessions and workshops, personal meetings, and education.

Cisco Live EMEA

The first day kicked off with an announcement of Network to Code becoming an official Cisco Select Advisor Partner, enabling NTC to provide Cisco customers with greater network automation support.

But the excitement didn’t stop there.

For those who weren’t able to attend, or just want a quick refresher, below are the top trends and takeaways from CLEMEA 2023 from Network to Code.

Unique Organizations and Industries, Similar Challenges

Regardless of the industry or the organization, each entity faces similar challenges when it comes to improving the overall reliability, management, performance, and security of their networks. Whether an organization is in the finance industry, education, or is a service provider, most of the daily business operations require a reliable network.

Network automation solutions can have a vast range of benefits, from increased network stability to improved security, and each solution can be tailored and built upon to solve an organization’s unique needs. On top of that, a network automation solution can greatly reduce the downtime caused by human errors or manual diagnosis and fixing the issue, while making operations more scalable and uniform.

Making Network Automation Simple

Simplicity was a key theme at the event all around, and that carried over into the questions and conversations had at the Network to Code booth.

It is easy for any organization to see the value of implementing a network automation solution, but many are still unsure of how and where to start that journey. The best answer to this question is that the “tool” is the last bit of concern when defining the solution. It mostly depends on what problem the organization is trying to solve or the task the organization is trying to automate.

Network to Code at CLEMEA

During the event, we had the pleasure of hosting and participating in various working sessions and demonstrations.

Joint Demonstrations with IP Fabric

We joined the IP Fabric team for two working sessions: Building a Network Automation Solution with a Source of Truth and Automation Assurance Engine and Open Source Contributions for Network Automation. 

Joint Demonstrations with IP Fabric

DevNet Workshops

The team also hosted two DevNet Workshops: Take Advantage of Your Telemetry Stack! How to Retrieve Data Programmatically to Aid in Your Network Operations and Managing Source of Truth Network Data with DiffSync.

DevNet Workshops

Interested in learning more about any of these sessions or topics? Contact us at info@networktocode.com.

Network Automation as a Service (NAaaS)

Network to Code offers a variety of solutions and services designed to help organizations jump-start their network automation journey. Network to Code helps enterprises by offering Network Automation as a Service to provide a fully managed network automation platform built on top of Nautobot, the most open and extensible Network Source of Truth. We also just launched Fast Track Solutions, a catalog of prebuilt network automation workflows, that can be added to the NAaaS platform!


Conclusion

Any trends we missed or takeaways you’d like to share? Drop us a note at info@networktocode.com or check out some of our latest blogs to learn more about network automation.

-Tim



ntc img
ntc img

Contact Us to Learn More

Share details about yourself & someone from our team will reach out to you ASAP!

NFD21 – Network Automation Architecture

Blog Detail

This past week I had the honor and privilege of traveling out to Santa Clara, CA with some of my esteemed colleagues to participate in Networking Field Day 21 on behalf of Network to Code. My contribution to our joint presentation was an overview of the various components that go into building a successful network automation platform. While this was only one section of our overall presentation, the delegates proved to be very engaged with these concepts. At Network to Code, we try not to focus on individual technologies, and instead focus on transformational ideas and workflows which bring value to our clients. To that end, this section dealt with the higher level concepts and components that go into building a successful network automation platform. I want to call out a couple of sections and points here, but be sure to checkout the full video from NFD21 that goes into even more detail and covers other architectural components such as Configuration Management, Orchestration, and Verification & Testing.

Human & Business Interaction

The tools and technologies that fall into this section deal with directly exposing interfaces to the automation that we build for the network. These are things like our IT Service Management (ITSM) ticketing applications, but also chat and communication platforms. ChatOps is a term used a lot in the industry and is continuing to pick up steam in network automation. Integrations with chat platforms allow a business to push network data and workflows into channels where conversations are already taking place. Perhaps more importantly, these avenues allow our network automation to be exposed to business stakeholders outside of the networking teams directly.

Data Management

If I were to pick a single section in my talk to call out as the most important, it would be this one. In terms of network automation, the industry is not talking about data enough. As with any other vertical in the tech space, data underpins everything we do, and network automation is no different. As the network automation community has grown, so has understanding in the concept of using a Source of Truth (SoT), which is an authoritative system of record for a particular data domain. That last part is key, because we can actually (and realistically do) have multiple sources of truth that do not overlap. For example, our IPAM and DCIM can be different systems because they control different domains of data. This is valid as long as we do not have more than one IPAM or DCIM tool, as this is where the phrase “Single Source of Truth” comes from, not that there is only one total system.

Still though, having many different systems creates problems of its own. At first pass, each system in our network automation toolbox would potentially need to reference many different systems to get the data needed to perform automation. More importantly, this tightly couples the client to the data source and format. To combat this, we strive to implement an aggregation layer between the sources of truth and the systems consuming their data. This aggregation serves a couple of important use cases.

First, it creates a single pane of glass for accessing all of the data from our various authoritative systems, thus allowing our tooling to reference a single place. Second, the aggregator implements a data translation layer which transforms the data coming from each source of true into an abstracted data model. This data model intentionally strips away any features of the data or its structure which make it identifiable with any vendor or source implementation.

In doing so, we segway into the third point, which is that the aggregator interacts with the various source of true systems in a pluggable way. By implementing an adapter, the aggregator understands the data and format coming from an individual source of true and how to transform the data to conform to the abstracted data model. This allows the aggregator to easily implement support for different source of true platforms, such that they can be swapped out at anytime. If you want to switch IPAM vendors, all you have to do is create (or engage with NTC) an adaptor for the aggregator that understands what the data looks like coming out of the new IPAM.

Monitoring, Alerting, and Visibility

It may seem a bit odd to be talking about monitoring and alerting in the context of network automation, but there is more to what we do than just configuration management. In fact, the core of this topic is centered around the concept of “closed loop automation,” or manufacturing a feedback loop into the automation platform that we build. In the video, you will hear me talk about the automation platform as a stack, and on one side we travel down the stack to the actual network infrastructure, but on the other side, events come out of the network and travel back up the stack. Indeed those events come in the traditional forms of SNMP polling, syslog messages, etc. They can also come in new forms such as time series metrics, and streaming telemetry. We have also revisited the storage and processing layer to implement more modern time series databases which allow for tagging data points with metadata labels which opens the door to more intelligent querying and visualization. Speaking of visualization, we want to empower business stakeholders with network data, and we want to do it in a self service fashion through modern dashboarding tools. Again, this is a case of bringing the network data and workflows to the business.

Back to the storage engine, we need to get those network events out of their monitoring silos, and fed back into the automation platform. We do this with the aid of rules processing engines which assert business logic based on the metadata which is attached to the collected data points. Once the event streams have been plumbed back into our network automation platform, our feedback loop begins to take shape. We can now build automated remediation workflows which allow engineers to focus on actual engineering and architecture, and less on troubleshooting and remediating known, repeated events. In situations where human involvement is needed, the platform can at least collect important context from the network as a form of first level triage, obviating the need for manual data collection and reducing the overall time necessary to respond to network events.


Conclusion

The final topic I want to bring up is the idea that no one network automation platform will ever suit the needs of all networks and organizations. The more important takeaways from this talk are the various components that go into architecting the platform that best suits your needs. It is true that company A may be able to purchase an off the shelf automation product from a vendor and be perfectly happy, while company B may require an entirely custom solution over a longer evolution timeline. In all cases, Network to Code is here to provide training, enablement, and implementation services.

-John Anderson (@lampwins)



ntc img
ntc img

Contact Us to Learn More

Share details about yourself & someone from our team will reach out to you ASAP!

Who is Network to Code @ Networking Field Day 21

Blog Detail

It was a milestone week for Network to Code. We had the opportunity to present last Thursday at Networking Field Day 21 in San Jose, California. This turned out to be the biggest Field Day event ever which spanned 4 days (not the usual 3 day event). Network automation played a big part of the event, and that was great to see. As you’re probably aware, network automation is our focus at Network to Code. It’s what drives us, motivates us, and is what we are all passionate about–enabling us to have a collective team that is second to no other in the industry.

During our two-hour time slot that began bright and early at 8am local time, our team (John Anderson, Damien Garros, Jeremy Stretch, and myself) presented five topics. This blog is the first in a series that’ll summarize each of those topics.

I kicked things off talking about who we are and what’re all about. I’ve written about this in the past, but things are moving quick, so here is another update.

As we expect to grow to over 40 employees by the end of the year, we continue to work with many of the world’s largest organizations across numerous verticals. This includes companies from the Fortune 10 to 2000.

We believe that workflows drive automation and there is generally too much focus on tools. We believe there must be focus on creating well-defined network automation architectures.

In order to deliver value at a faster rate and ensure our clients have confidence in what we do, we employ a 3-pronged approach in order to execute for our clients: this includes (1) delivering and automating high-value “quick wins” or the “low hanging fruit” (2) building an Enterprise platform architecture and subsequently the platform itself and (3) continuously enabling our clients with formal and informal training, strategy, and peer & code review. This all happens after we’ve successfully discovered and assessed the current state of the environment.

Want to hear more?

Watch the Who is Network to Code video from Networking Field Day

Happy Automating!

-Jason (@jedelman8)



ntc img
ntc img

Contact Us to Learn More

Share details about yourself & someone from our team will reach out to you ASAP!