top of page

Category ✅
Search


BGP Local-Pref vs MED: show ip bgp When the 'Wrong' ISP Still Wins
Outbound path is local-pref, weight, then AS-path, then MED. MED does not choose your exit unless those are equal. Techclick CLI lab: symptoms, commands, traps, and proof.
-
1 day ago2 min read


OSPF Type-5 Missing: show ip ospf database external When Redistribution Is Silent
Type-5 only exists if the ASBR actually redistributes and the area is not a stub/NSSA without translation. Techclick CLI lab: symptoms, commands, traps, and proof.
-
1 day ago2 min read


Redistribution Loop: show ip route When Two Protocols Bounce the Same Prefix
Mutual redistribution without tags or filters loops. Tag on the way out, deny tagged on the way back. Techclick CLI lab: symptoms, commands, traps, and proof.
-
1 day ago2 min read


EIGRP Stuck-Active: show ip eigrp topology When a Query Never Comes Home
Stuck-in-Active means a query was not answered. Find the neighbor that did not reply and fix that link or stub it. Techclick CLI lab: symptoms, commands, traps, and proof.
-
1 day ago2 min read


BGP Neighbor Idle on Cisco IOS: show ip bgp summary When TCP 179 Never Starts
Idle is no TCP. Check update-source, neighbor IP reachability, and whether you are sourcing from the wrong loopback. Techclick CLI lab: symptoms, commands, traps, and proof.
-
1 day ago2 min read


OSPF Stuck in EXSTART: show ip ospf neighbor When MTU Kills the Adjacency
EXSTART that never finishes is almost always MTU. ip ospf mtu-ignore is a bandage; matching MTU is the fix. Techclick CLI lab: symptoms, commands, traps, and proof.
-
1 day ago2 min read
TCP 3-Way Handshake
TCP 3-Way Handshake A three-way handshake, also known as the TCP (TransmissionControl Protocol) handshake, is the process used to establish a reliable, secureconnection between two devices in a network. It is a key part of the TCP/IPprotocol suite and helps ensure that data is transmitted accurately andsecurely between the devices. Here's how the three-way handshake works: Initial ConnectionRequest (SYN): The initiating device sends a synchronization (SYN) messageto the
-
Feb 2, 20232 min read


all document of ccna Routing and switching with Firewall
Hi Guys, Please find the below link for all documents related to network basic , ccna , ccnp, firewall https://drive.google.com/drive/folders/1Na2aWidHK_s7ctlPtLOah6eHRd41pVnxusp=sharing
-
Aug 25, 20221 min read


CCNA,CCNP,CCIE DUMPS
Please find the below URL for all NETWORKING DUMPS (CCNA,CCNP,CCIE) These PDF is only for Learning purpose don't miss use- We collect these pdf in lots of sources (thanks to them for helping people) Networking Dumps - https://drive.google.com/openid=1t1tuA9aI15UqA7ClcFotGhrJIxuecGnZ
-
Aug 23, 20181 min read


IP addressing and Subneting for ccna exam
IP Addressing The IP addressing framework allows one to address about 16,000,000 unique hosts for a Class A address, around 65,000 hosts for a Class B address, but only 254 hosts for a Class C address. However, there are no more Class A addresses available, and the InterNIC has stopped assigning Class B addresses. Class C addresses are the most numerous, but their limitation is that each can identify only 254 unique hosts. The IP address is composed of 32 bits, which consist
-
Feb 21, 20176 min read


-
Feb 8, 20170 min read


HOW TO BOOT ROUTER IN LAB
Router Boot Process Overview: A router goes through three steps when booting up: POST (Power-on Self Test) Locate and Load IOS Locate and Run Device Configuration File Before we explore this procedure in more detail, let’s familiarize ourselves with the types of memory used by the router. Usually, a router uses four types of memory: ROM FLASH NVRAM RAM ROM ROM (Read-Only Memory) stores four components: POST, Bootstrap program, ROMMON mode, and Mini IOS. POST :POST (Power-on
-
Feb 6, 20174 min read
bottom of page