NETWORK LESSON

  • YouTube
  • Facebook
  • X
  • Instagram
  • ANSIBLE
  • ARISTA
  • BLOGROLL
  • CISCO
  • FORTINET
  • Juniper
  • PYTHON
  • YOUTUBEThis is my Youtube Channel, please subscribe for more upadted technical content.


  • February 17, 2026

    |

    Uncategorized

    Configuring Trunking Protocols and STP Validations

    For this post, I will be running lab to configure trunking protocols and validate the spanning-tree. The task for this… READ MORE

  • May 10, 2022

    |

    Automation

    Deep dives into striNg data types – part 2

    For this particular post, I’ll be exploring the following string manipulations methods. The code describes the various purpose of each… READ MORE

  • May 10, 2022

    |

    Automation

    Deep Dives into String data Types – part 1

    For this particular post, I will be exploring String data types. At a high level, will go into how string… READ MORE

  • May 10, 2022

    |

    Automation

    Python Cheatsheets – Data types

    Below is the various type of python data types. Brief descriptions for each data types: Sequence: Ordered collections of similar… READ MORE

  • May 10, 2022

    |

    Automation

    SSH Access using Netmiko – Extracting show version

    After several months of being engaged on work related projects, I had again the opportunity to start updating my blog.… READ MORE

  • January 20, 2022

    |

    Automation

    What if EVE-NG GUI is not accessible?

    I’m setting up today a Palo Alto devices when suddenly after uploading the Panorama image and adding the Panorama and… READ MORE

  • January 14, 2022

    |

    Installing PYATS, Setting up Testbeds and Using Parse Module

    CCIE Marathon discussed the below topics on this video: pyats installation and handling the errors encountered during installations created testbed… READ MORE

  • January 12, 2022

    |

    Troubleshooting SSH access from Ubuntu Devops Machine to a Cisco device

    Youtube video about the above issue . READ MORE

  • October 27, 2021

    |

    Uncategorized

    Python Cheatsheets

    Install Python 3 Virtual Environments in Ubuntu sudo apt updatesudo apt upgradeapt install python3-pipapt-get install python3-venv To create Virtual Environment… READ MORE

  • March 5, 2020

    |

    OSPF

    Exploring OSPF Network Types

    On this post, I wlll be exploring concepts of OSPF network Types and look into some details of some attributes… READ MORE

  • March 5, 2020

    |

    EIGRP

    Exploring EIGRP Authentications for both Classic and Named EIGRP

    Configurations: READ MORE

  • February 15, 2020

    |

    EIGRP

    EIGRP Leak-Map

    Had to do a lot labs for my CCIE LAB preparations…One of the interesting EIGRP Concept which I’m gonna post… READ MORE

  • July 5, 2019

    |

    Uncategorized

    BGP Aggregate Routes

    On this post, I will be exploring BGP route summarizations. I will be using the below topology to expand further… READ MORE

  • June 15, 2019

    |

    NAT

    Static NAT issues with BGP

    I been revisiting lately couple of notes/lab related to Network Address Translations and I think it’s worth to make some… READ MORE

  • June 5, 2019

    |

    WAN Protocols

    PPP CHAP One-Way Authentication

    In my previous post about PPP PAP Authentication, I have explored on the how to configure PAP for both One-Way… READ MORE

  • June 4, 2019

    |

    WAN Protocols

    Point-to-Point Protocol PAP Two-way Authentication

    In my previous post, I have explore how to set up a PPP links using PAP One-way authentications. For a… READ MORE

  • June 4, 2019

    |

    WAN Protocols

    Basics of PPP Authentications using PAP – One-Way Authentication

    Some notes for PPP Authentication using PAP. PAP is sending password in clear-text Two options to enable PPP Authentications using… READ MORE

  • June 4, 2019

    |

    WAN Protocols

    Basics of Point-to-Point Protocols

    As I’m looking at the Blueprints for the exam, these particular layer 2 WAN protocol is still included. Thus, having… READ MORE

  • June 1, 2019

    |

    EIGRP

    EIGRP Maximum-Paths and Variance

    By default, EIGRP have a maximum of four equal cost path for load-balancing traffic. But what if we have more… READ MORE

  • May 29, 2019

    |

    EIGRP

    How Unequal Load Balancing Works in EIGRP?

    On this post, I will be exploring the concepts of EIGRP Unequal Cost Load Balancing. To give some quick overview,… READ MORE

  • May 29, 2019

    |

    EIGRP

    How EIGRP Successor and Feasible Successor Works ?

    On this post, I will be sharing my observations about EIGRP’S SUCCESSOR and FEASIBLE SUCCESSOR.  In EIGRP,  Successor is the… READ MORE

  • May 25, 2019

    |

    QoS

    Network Engineers Guide to QoS Classifications and Marking

    This post will provide a quick overview on how QoS can be implemented using Classifications and Marking. This is one… READ MORE

  • May 15, 2019

    |

    MPLS

    Network Engineers Guide to MPLS Layer 3 VPN

    I will be exploring the concepts of MPLS Layer 3 VPN on this post.  MPLS Layer 3 VPN’s is one … READ MORE

  • May 14, 2019

    |

    IS-IS

    Network Engineers Guide to IS-IS – Part 2

    This is the second part of my IS-IS routing protocol post. I’m adding  Level-2 router on my IS-IS routing domain… READ MORE

  • May 14, 2019

    |

    IS-IS

    Network Engineers Guide to IS-IS Configurations

    On this post, I will be exploring how to configured IS-IS routing protocol and provide some basic concepts on how… READ MORE

  • May 5, 2019

    |

    DMVPN

    DMVPN Explained

    On this post, I’m going to explore the basics of DMVPN and will show how to configure Phase 1 DMVPN. … READ MORE

  • May 2, 2019

    |

    MPLS

    Network Engineer Guide to MPLS

      This post is to learn the basics of MPLS as simple as possible for a Network Engineer to   … READ MORE

  • April 28, 2019

    |

    GRE

    Exploring GRE Tunneling

    This post is all about GRE Tunneling and how it could be used to route traffic between two remote locations… READ MORE

  • February 24, 2019

    |

    BGP

    BGP Route Reflector

    Notes: In the simplest of route-reflection designs, a central peering point is chosen for all devices in the iBGP domain,… READ MORE

  • February 24, 2019

    |

    BGP

    BGP Confederations Explained

    Some important concepts: bgp confederation identifier command to tell BGP the main AS number. bgp confederation peers command to configure… READ MORE

  • May 1, 2018

    |

    OSPF

    OSPF : Traffic flow behavior with varying OSPF cost

    This post is to check the behavior of the network with varying OSPF cost on the link between OSPF neighbors.… READ MORE

  • April 11, 2018

    |

    GRE

    GRE TUNNEL Configurations

    ********************CONFIGURATIONS***************************** CE1 configurations: BGP Configurations: CE1#sh run | sec bgp ipv6 multicast rpf use-bgp router bgp 100  bgp log-neighbor-changes  network… READ MORE

  • October 22, 2016

    |

    BGP

    BGP Metric Attribute Explored

    On this post, I will be going through another BGP attributes to influence incoming routes to an AS… In my… READ MORE

  • October 22, 2016

    |

    BGP

    Comparing EBGP Multi-Hop with BGP TTL Security

    On this post, I’m going to explore on the difference between E-BGP Multihop and BGP TTL Security… Here’s my topology… READ MORE

  • October 22, 2016

    |

    BGP

    AS-Path Prepending Explored (Part 2)

     This is another method on how AS Path attribute can be used to influence incoming traffic..There are two methods which… READ MORE

  • October 22, 2016

    |

    BGP

    BGP Load Balancing Explored

    This is another BGP study notes series focusing on BGP load balancing…BGP is using attributes to influence how traffic are… READ MORE

  • October 19, 2016

    |

    MPLS

    MPLS Labels Explained (Part 2)

    This post is another study notes about MPLS Labels…I will be going through some deep details on how the labels… READ MORE

  • October 18, 2016

    |

    VRF

    VRF-Lite Explained

    On this study notes, I will be going through a concepts called VRF Lite…VRF without MPLS is known as VRF… READ MORE

  • October 18, 2016

    |

    MPLS

    Enabling Label Distribution Protocol through OSPF

    This is another series of my learning journey on MPLS…Main focus is to provide an alternative ways on how to… READ MORE

  • October 18, 2016

    |

    MPLS

    MPLS Labels Explained

    I’m still excited as I’m writing this post about MPLS…Initially, the topics of MPLS is quite intimidating and seems quite… READ MORE

  • October 18, 2016

    |

    MPLS

    MPLS Explained

    This post is still part of my learning journey towards my CCIE Routing and Switching…I will be going through a… READ MORE

  • October 17, 2016

    |

    GRE

    GRE Tunelling Explored

    On this post, I will be exploring a concept called GRE Tunneling…GRE tunneling is a tunneling mechanism which uses IP… READ MORE

  • October 16, 2016

    |

    OSPF

    OSPF Hello Packets Deep Dive

    This is a post which is part of my learning journey on OSPF…I will be going through the details of… READ MORE

  • October 9, 2016

    |

    BGP

    Route Reflector

    I’m going a bit further with my BGP study notes..On this post, I will be exploring Route Reflectors…Basically, for IBGP… READ MORE

  • October 8, 2016

    |

    BGP

    AS Path Prepending Explained

    This is still another series of my learning journey about BGP…On my lab, I will be showing how to influence… READ MORE

  • October 8, 2016

    |

    BGP

    Local Preference

    Here’s another BGP attributes which I’m going to explore. It’s called Local Preference which has the following characteristics:     1.… READ MORE

  • October 7, 2016

    |

    BGP

    IBGP Explained

    This is another post about BGP focusing on Internal BGP.  There are several important considerations with Internal BGP such as… READ MORE

  • October 7, 2016

    |

    Uncategorized

    EBGP-Multihop Explored

    On this study notes, I’m going through a scenario on EBGP-MULTIHOP. My topology consist of two Routers that are connected… READ MORE

  • October 7, 2016

    |

    BGP

    BGP States

    On this study notes, I will be going through in details of the 6 States on how BGP adjacency were… READ MORE

  • October 6, 2016

    |

    Uncategorized

    BGP Packets

    This is another series of my BGP study notes. On this post, I will be going through the deep details… READ MORE

Next Page

Recent posts

  • January 12, 2022

    Troubleshooting SSH access from Ubuntu Devops Machine to a Cisco device

  • February 17, 2026

    Configuring Trunking Protocols and STP Validations

  • May 10, 2022

    Deep dives into striNg data types – part 2

  • May 10, 2022

    Deep Dives into String data Types – part 1

NETWORK LESSON


About

Passionate about simplifying the complex world of networking and automation.

Topics

  • Automation
  • BGP
  • CCIE Data Center
  • DMVPN
  • EIGRP
  • GRE
  • IS-IS
  • MPLS
  • NAT
  • OSPF
  • Others
  • QoS
  • Uncategorized
  • VRF
  • WAN Protocols

Follow ME @

  • Facebook
  • Instagram
  • YouTube

Create a website or blog at WordPress.com

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • NETWORK LESSON
    • Already have a WordPress.com account? Log in now.
    • NETWORK LESSON
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar