- DMVPN (4)
- IPv6 (1)
- MPLS (1)
- Network Automation (19)
- Network Services (8)
- Quality of Service (2)
- SDN (10)
recent posts
- DMVPN Dual Hub Dual Cloud – Full Redundancy Design
- DMVPN Dual Hub Single Cloud: Hub Redundancy Without Losing Path Control
- DMVPN Single Hub Dual Cloud: Why Redundancy Does Not Always Mean Optimal Failover
- DMVPN Single Hub Single Cloud: Design Behavior Across Phase 1, 2 and 3
- L3VPN is not just about labels, MP-BGP, or VRFs
- IPv6 Prefix Delegation and SLAAC
- WFQ, CBWFQ and LLQ Explained in a Practical Way
- How Traffic is Classified, Marked, and Queued
- NAT
- Proxy ARP
- DNS and HTTP GET with IP SLA
- Cisco IRB (Integrated Routing and Bridging)
- GLBP Weighting
- DNS Server on Cisco IOS
- DHCP Proxy over PPP
- ARP authorized
- QoS in Cisco SD-WAN
- Application-based traffic steering And AAR
- Creating Extranets and Access to Shared Services
- Enforcing Security Perimeters with Service Insertion
- Cisco SD-WAN TLOC Extension
- Cisco SD-WAN Security Features
- Traffic Engineering at Sites with Multiple Routers
- Isolating Guest Users from the Corporate VPN
- Cisco SD-WAN Hub-and-Spoke Topology
- Cisco SD-WAN Onboarding
- AI-Powered Network Assistant
- Ansible Playbook
- Ansible Gathering Facts
- AI-Powered Interface Health Checker with pyATS and OpenAI

-
One of the most elegant features of IPv6 is the ability to dynamically allocate entire prefixes to downstream routers using DHCPv6 Prefix Delegation (PD). Instead of manually assigning IPv6 subnets to every remote site, an ISP can delegate a larger block to a customer edge router, which can then automatically create internal LAN subnets for…
-
When multiple traffic flows pass through a router, the default behavior is usually very simple. Packets are processed in the order they arrive, without any awareness of the type of traffic or its importance. This behavior works fine until the network becomes busy. If one application starts sending a large amount of traffic, it can…
-
When we design networks, we usually assume that all traffic is treated equally. Routers forward packets as fast as possible, without considering the type of application or its requirements. But what happens when the network becomes congested? In real networks, not all traffic is equal. Some applications are very sensitive to delay and packet loss.…
-
Network Address Translation is one of the most fundamental technologies in networking. It allows us to modify IP addresses as packets pass through a router. 1) Static NAT One-to-one mapping between a private and public IP. Used for: devices that must always be reachable. Config (on R2): 192.168.1.10 is always translated to 200.1.1.10 (Fixed mapping).…
-
When we design networks, we usually expect hosts to communicate with devices in other subnets through a default gateway. Each subnet is a separate broadcast domain, and ARP is only used for local communication. But what happens if hosts are misconfigured and don’t have a proper default gateway? This is where Proxy ARP comes into…