Sam7oon's Blog
سامحون
Sam7oon's Blog

Network engineer and automation advocate. Writing about networks, Linux, AI, and automation.

github linkedin

Networks

PyATS MCP, How a Network Engineer start with AI
Table of Contents Overview Starting with result Introduction What are MCP servers? What is PyATS ? What is Gemini CLI ? Dive in Our test…
calendar Oct 15, 2025  ·  clock 7 min read
#networks#automation#ai
Linux Networking Part 1 : Kernel Net Stack
Table Of Contents Introduction to series This article in a pinch Part 1 : Linux Network Stack 1) Ring Buffers 2) Socket Buffers (sk_buff)…
calendar Dec 21, 2022  ·  clock 12 min read
#linux#networks
Networks - RPKI , securing BGP Infrastructure
Table Of Contents What & Why RPKI (Resource Public Key Infrastructure)? Signing ROAs what is an ROA ? How you deploy ? PDUs Structure…
calendar Dec 4, 2022  ·  clock 10 min read
#networks
Extending RFC1918 with RFC-6598 (100.64.0.0/10)
Table Of Contents CGNAT (Carrier Grade NAT) introduction We are all familiar with the RFC-1918 AKA Private IP Spaces (10.x.x.x , 172.16.x.x…
calendar Sep 10, 2022  ·  clock 5 min read
#networks
Automating DrawIO network topology using Python
Table Of Contents Generated Topology Intro In this blog , we are going to show how to use the draw_network_plot python library to generate…
calendar Sep 6, 2022  ·  clock 3 min read
#networks#automation
Understanding networks ASICS - Part 1
Table Of Contents Programmability When is buffer used : When buffer is not used : Routing Engine Forwarding Engine Fabric Processors…
calendar Sep 4, 2022  ·  clock 10 min read
#networks
Python's Netmiko starter template
Table Of Contents Comments on the code : The following is a ready to go netlike template , you just need to choose your way of…
calendar Jul 17, 2022  ·  clock 2 min read
#networks#automation