Welcome to the blog where you can find unique content about the Network, Cloud, and Everything.
Posts

Programming a CLI Plugin with Python in SR Linux
In this post, you’ll see how to write your Python code to build a custom command, mostly over a ‘show fabric’ example that we’ve seen in the previous post. This post may require some basicContinue reading “Programming a CLI Plugin with Python in SR Linux”

Custom CLI Commands in SR Linux
After a series of blog posts explaining how to build a data center fabric with the Containerlab, it’s time to explore some programming capabilities of SR Linux. I was reading about the CLI Plugins andContinue reading “Custom CLI Commands in SR Linux”
Configuring SRLinux Nodes in a 3-Tier Data Center Fabric – Part II
Hi! Welcome back to the second part of the Configuring SR Linux Nodes in a 3-Tier Data Center Fabric blog post. In this one, we will see how to configure EVPN overlay networks on topContinue reading “Configuring SRLinux Nodes in a 3-Tier Data Center Fabric – Part II”
Configuring SRLinux Nodes in a 3-Tier Data Center Fabric – Part I
We built a 3-tier data center network with containerized SRLinux nodes in our Linux machine in the earlier post. In this one, we’ll configure those nodes to get a fully connected data center fabric network.Continue reading “Configuring SRLinux Nodes in a 3-Tier Data Center Fabric – Part I”
Building Your Own Data Center Fabric with Containerlab
The containerlab is a tool that you can create your own topologies with the nodes that have containerized network operating systems(NOS) such as cEOS, SRLinux, cRPD etc. . In this post, we’ll see how theContinue reading “Building Your Own Data Center Fabric with Containerlab”