BGP

BGP

Border Gateway Protocol, the path-vector protocol that holds the internet together and increasingly runs inside enterprise data centers. Articles tagged BGP cover fundamentals, neighbor states, path attributes, best-path selection, traffic engineering, and Cisco IOS XE configuration.

Latest

Cisco IOS XE output showing a BGP prefix carrying community 4259905736 no-export and the same prefix missing from the next router
BGP ·

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 - PingLabz BGP article title card
BGP ·

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.

Troubleshooting BGP Route Advertisement Problems - PingLabz BGP article title card
BGP ·

Troubleshooting BGP Route Advertisement Problems

The BGP session is Established but routes are missing. A missing prefix can be stopped at any of several pipeline stages, from injection to best path to output filtering. A methodical troubleshooting guide to BGP route advertisement.

Troubleshooting BGP Neighbor Adjacency Issues - PingLabz BGP article title card
BGP ·

Troubleshooting BGP Neighbor Adjacency Issues

A BGP session that will not reach Established is the most common BGP issue. The FSM state tells you exactly where the problem is; the root cause inside each state can be one of many things. A systematic IOS XE methodology.