Ping Labz

Featured

What Is BGP? The Protocol That Runs the Internet - PingLabz BGP article title card
BGP · Featured

What Is BGP? The Protocol That Runs the Internet

Every time you load a webpage, your traffic crosses networks owned by different organizations. BGP, the Border Gateway Protocol, is what stitches 75,000+ autonomous systems into a single working internet. Here is how, and why.

BGP Next-Hop-Self: When and Why You Need It - PingLabz BGP article title card
BGP · Featured

BGP Next-Hop-Self: When and Why You Need It

One of the most common iBGP problems is routes that show up in the BGP table but never hit the routing table because the next-hop is unreachable. Here is when next-hop-self is the fix, and when it actually makes things worse.

How to Configure eBGP Neighbors on Cisco IOS XE - PingLabz BGP article title card
BGP · Featured

How to Configure eBGP Neighbors on Cisco IOS XE

A single mismatch in neighbor IP, AS number, or filtering keeps a BGP session down without a helpful error. A practical Cisco IOS XE eBGP configuration walkthrough including dual-homed peering and source/TTL considerations.

Latest

Terminal card showing a repeating CDP native VLAN mismatch log naming Ethernet0/0 native VLAN 1 against SW2 Ethernet0/0 native VLAN 99
VLANs ·

Native VLAN Mismatch: Read the CDP Log, Fix the Trunk

%CDP-4-NATIVE_VLAN_MISMATCH hands you both interfaces and both native VLANs in one line. The real damage is underneath it: untagged frames get re-homed at the trunk boundary and two VLANs quietly become one. Captured live on IOS XE 17.18.2 in CML.

Terminal showing a traceroute alternating between two router addresses, the signature of a routing loop
Routing ·

Routing Loop Troubleshooting: Detect, Break, and Prevent Them

A traceroute whose hop addresses repeat until the TTL runs out is a routing loop, and nothing else. Captured on CML with IOS XE 17.18.2: the symptom signature, why TTL keeps a routing loop from behaving like a Layer 2 loop, the four causes ranked by real frequency, and the Null0 discard route...

Terminal card showing tcpdump capturing an ARP resolution and a telnet login with the password visible in cleartext
Packet Analysis ·

tcpdump for Network Engineers: A Practical Reference

Interface selection, BPF filters, reading the output line, writing and re-filtering pcap files, and safe long captures - all from a live run of tcpdump 4.99.5 against IOS-XE routers. Includes the privilege drop that kills rotating captures, and a telnet password readable on the wire.