BGP BGP Next Hop 0.0.0.0, Origin Codes and RIB Failure (IV) In this post, we're going to explore some specific BGP concepts that are crucial for understanding how BGP Suresh Vina Apr 1, 2024 8 min read
BGP BGP Prefix Advertisement (III) Welcome back to the third part of our BGP course. In this part, we will look at how to advertise Suresh Vina Apr 1, 2024 13 min read
BGP BGP Configuration Example (II) Welcome back to the second part of our BGP course. In this part, we're going to explore how Suresh Vina Apr 1, 2024 16 min read
BGP BGP Introduction (I) Hi everyone, welcome to our course on BGP, also known as the Border Gateway Protocol. My goal is to make Suresh Vina Apr 1, 2024 10 min read
Python Nornir Network Automation Nornir is a Python library designed for Network Automation tasks. It enables Network Engineers to use Python to manage and Suresh Vina Apr 1, 2024 13 min read
NetDevOps Getting Started With Juniper PyEZ Library In this blog post, we're diving into how to use the PyEZ Python library to interact with Juniper Suresh Vina Mar 26, 2024 9 min read
Python-Intro Python - Further Reading (X) Here are some of the blog posts I've written to further enhance your knowledge and build on top Suresh Vina Mar 21, 2024 3 min read
Python-Intro Python - Netmiko (IX) Finally, we've arrived at an exciting part of our journey, working directly with Network Devices. In this section, Suresh Vina Mar 21, 2024 7 min read
Python-Intro Python - Importing Modules and PIP (VIII) In Python, a module is a file containing Python code that defines functions, classes, and variables. These modules can be Suresh Vina Mar 21, 2024 5 min read
Python-Intro Python - Functions (VII) In Python, functions are a way to organize and reuse your code. They let you define a block of code Suresh Vina Mar 21, 2024 7 min read
Python-Intro Python - Loops (VI) In programming, loops are powerful tools that allow you to repeat a block of code multiple times. This capability is Suresh Vina Mar 21, 2024 7 min read
Python-Intro Python - Flow Control (V) In programming, flow control is all about making decisions in your code. It's how you can tell your Suresh Vina Mar 21, 2024 4 min read
Python-Intro Python - Expressions and Operators (IV) An expression in Python is a combination of values, variables, operators, and functions that, when evaluated, results in a single Suresh Vina Mar 21, 2024 7 min read
Python-Intro Python - Variables and Data Types (III) In this part of the course, we'll dive into variables and data types, two fundamental concepts in Python Suresh Vina Mar 21, 2024 11 min read
Python-Intro Python - Hello World (II) In this second part, we will cover how to install Python and VS Code and then run a very basic Suresh Vina Mar 21, 2024 7 min read
Python-Intro Python For Network Engineers - Introduction (I) Hi all, welcome to the journey of Python for Network Engineers. I'm thrilled to guide you through this Suresh Vina Mar 21, 2024 4 min read
Network My Experience with IP Fabric Automated Network Assurance Platform I've been following IP Fabric for some time now, checking out their updates and reading their blog posts. Suresh Vina Mar 19, 2024 9 min read
Containerlab Containerlab - Creating Network Labs Can't Be Any Easier What if I tell you that all you need is just a YAML file with just a bunch of lines Suresh Vina Mar 15, 2024 14 min read