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.
-
Aug 152 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.
-
Aug 152 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.
-
Aug 152 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.
-
Aug 152 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.
-
Aug 152 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.
-
Aug 152 min read


-
Jul 1, 20250 min read


BGP and BGP Path Attributes
BGP, which stands for Border Gateway Protocol, is a standardized exterior gateway protocol used in computer networking and the internet to exchange routing and reachability information between autonomous systems (ASes). Autonomous systems are networks or collections of networks that are administered by a single organization and operate under a common routing policy. BGP plays a crucial role in determining the best path for data packets to traverse the internet. One of the key
-
Jan 17, 20252 min read
bottom of page