Tag: Network
-
Tutorial: public ghrc.io container image (github respository) using github actions
We will walk you through the simple steps to create your own public ghrc.io container image for your GitHub repository.
-
Unlocking the Power of Kubernetes Operators for Network Automation [Part 1]
In this blog post, we’ll dive into the world of Kubernetes operators for network management. We’ll show how to use kubebuilder in a quick tutorial first to build the foundation of your operator.
-
Using pyang for Checking YANG Models for Nokia 7×50
The YANG data modeling language is widely used in network configuration and data representation. This tutorial guides you through the installation and use of pyang, a YANG validator, converter, and code generator, to inspect the YANG info for Nokia 7×50 models.
-
Python: URL Construction: Mapping Magic vs. If/Else Statements
We explore two approaches to URL construction: “Mapping” and the logical “If/Else Statements.”
-
What is __name__ and __main__ in python?
As a Python enthusiast, you’re likely digging into others’ code, seeking to learn and understand more. This self-driven exploration is indeed a fantastic way to enhance your skills. However, it’s natural to come across a few puzzling aspects, like __main__ or __name__, leaving you a bit befuddled. These are powerful constructs within Python that control…
-
Segment Routing Lab: SR-MPLS SR-ISIS/TE-LSP Demo
This lab is showing a simple configuration and verification of SR on Nokia routers to signal both IGP’s shortest path and TE LSPs similar to the capabilities of LDP and RSVP-TE MPLS transport label signaling protocols respectively. SR’s built-in capability for Fast ReRoute (FRR) using Loop-Free Alternate (LFA) is also shown Network Setup See topology…
-
Testing ChatGPT regarding eBGP/iBGP protocols
The content of this post was generated using ChatGPT, challenging its capacity to bring an accurate technical answer. Asking ChapGTP about network technologies could be fun and useful, it helps me to rediscover things a I didn’t clearly have on top of my mind. I invite you to try on your own. Differences between iBGP…
-
3GPP 5G Core explain in 5min
This post is an extract from the approach provided by Larry Peterson Oguz Sunay and Bruce Davie. I highly recommend you to go and read their online book. I did this extract to have a direct way to get into the all 5G acronyms, and also because this reading was one of the best I…