Mock RouteViews Observatory -- by Greg Bryant

Inter-domain topology

RouteViews is a project at the University of Oregon, founded in 1995, that collects and archives BGP routing data from the global Internet by peering with networks at Internet Exchange Points worldwide. RouteViews data is not packet traffic. It is a publicly archived record of BGP routing state, collected by passive observation: collectors peer with real networks and record what those peers send, without injecting or forwarding any traffic. The data shows which networks announce which address blocks, which AS paths are visible from different vantage points, and how those paths change during outages, leaks, hijacks, maintenance, and normal churn.

BGP UPDATE streamRIB snapshotsCollectorsAS pathsPrefix originRoute leaks & hijacks
Normal convergencePress play to watch the event propagate
00:00 / 00:00
2

Global routing view

Stable routing: multiple collectors see AS 64510 originating the prefix, each from its own position in the topology.

valid route leaked / odd path hijacked / withdrawn collector
Cleanorigin-AS consistency
0distinct AS paths seen
0withdrawals in window
Lowoperator attention level
3

Vocabulary in context

BGP

Border Gateway Protocol: the inter-domain protocol by which independently run networks tell each other, “I can reach this IP prefix through this AS path.”

AS / ASN

An Autonomous System is one administrative network. Its ASN is the number in AS paths, such as 64510 in this mock page.

Prefix

A block of IP addresses, such as 203.0.113.0/24, announced into BGP by an origin AS.

RIB

Routing Information Base: a periodic snapshot of a collector's full BGP table as received from its peers at a given moment. RouteViews archives RIB dumps approximately every two hours, interleaved with a continuous stream of UPDATE messages that record changes between snapshots.

UPDATE

A message announcing a new route or withdrawing an old route. Route changes are reconstructed by applying UPDATEs between RIB snapshots.

Collector / vantage point

A router, typically deployed at an Internet Exchange Point, that establishes BGP peering sessions with real network operators and records what those peers send it, without forwarding or announcing any routes itself. RouteViews has over a thousand peers across dozens of collectors hosted at IXPs. Different collectors see different views because they occupy different positions in the global topology.