Technology

Citrix Netscaler Introduction

001 Netscaler VPX Initial Setup (Using EVE-NG)   In this lab, I’m using EVE-NG to simulate and set up the Citrix Netscaler VPX. Below are the steps I followed for the initial configuration. Step...

Django URLs & Views

001 What are URLs & Views In networking, a router looks at the destination IP or prefix and decides where to send the packet.  In Django, the URL dispatcher looks at the requested path (e.g...

Django Introduction

001 What & Why Django?   Before jumping into Django, let’s step back. First question: What is a web framework? In simple words, a web framework is a tool that helps you build websites or...

The Core of Web Development (HTML, CSS, and JavaScript)

When building a webpage, HTML provides the structure. It’s where you define the basic elements of the page, like the , , and various other tags that organize content. CSS comes in to define how those...

GRE vs IPSEC

GRE over IPsec and IPsec over GRE are both tunneling configurations, but they have key differences in implementation and use cases. Key Differences When you apply crypto map directly on the GRE tunnel...

Cisco Application Centric Infrastructure (ACI) Simulator

Step 1: Download all of acisim ver. 5.2-4d parts(1 to 8). Step 2: Combine all of the OVA files into a single OVA file after downloading them. C:UsersrealsDownloadsACI_SIM_VM>dir Directory of...

Ansible Module in Configuring ACL

I just recently learned about this module, which is both powerful and allows me to simplify my code for updating ACL. There are numerous states/actions available depending on your requirements. refer...

Nexus 9k Basic Configuration

1. Start the node Start the node Starting Auto Provisioning Done Abort Power On Auto Provisioning yes – continue with normal setup, skip – bypass password and basic configuration, no – continue with...

Different physical interfaces with same Vlan ID

The VLAN ID specifies where 802.1Q tagged packets are sent and received on a specified subinterface. An 802.1Q VLAN subinterface must have a configured VLAN ID to send and receive traffic; without a...