Jaime

Latest posts — page 51

BGP Communities: Tag, Match, and Act on Cisco IOS XE

Most community write-ups stop at the set community line. This one follows the tag all the way through: R1 tags a prefix with 65001:200 and no-export, R2 prints the community and flags it as not advertised to EBGP peer, and R3 answers with % Network not in table. Captured on IOS XE 17.18.2 in CML.

BGP RPKI and Route Origin Validation on IOS XE

RPKI lets prefix owners sign ROAs that say which AS is authorized to originate their prefixes. Route Origin Validation rejects invalid routes. A practical guide to RPKI and ROV on Cisco IOS XE for internet-facing networks.

BGP Route Leaks and Hijacks: Detection and Prevention

BGP was designed when every AS was trusted. Accidental route leaks and deliberate prefix hijacks have caused repeated major outages. How to detect them, prevent them, and protect your AS from the blast radius when others make mistakes.

BGP Convergence: Timers, BFD, and Reducing Failover Time

Default BGP convergence can take 3 minutes to notice a dead peer. That is fine on the public internet and unacceptable in enterprise or data center BGP. Every knob for reducing BGP failover time on Cisco IOS XE, including BFD.

Spanning Tree and First-Hop Redundancy: Aligning STP with HSRP/VRRP

The STP root bridge and the HSRP/VRRP active gateway should reside on the same switch. When they don't, traffic flows upstream to one switch and returns via another, wasting bandwidth and causing asymmetric path problems. This article covers alignment strategy and verification.

STP in Multi-Layer Campus Designs: Access, Distribution, and Core

In a three-layer campus, STP topology must align with the physical hierarchy. This article shows how to place root bridges, design inter-layer redundancy, and troubleshoot anomalous topologies created by misconfiguration across access, distribution, and core layers.