parse_routeviews: Parses Arbitrary RouteViews "Prefix-to-AS" Files

Description Usage Arguments Details Value References See Also Examples

Description

CAIDA maintains current & historical IPv4/IPv6 Prefix-to-Autonomous System (AS) mappings that have been derived from RouteViews data.

Usage

1

Arguments

rv_fil

path to a CAIDA Prefix-to-AS file. This will be processed with path.expand().

Details

See the datasets repository for usage and citation information.

Value

a data frame (tibble) with "cidr" and "asn" columns.

References

http://data.caida.org/datasets/routing/routeviews-prefix2as

See Also

routeviews_latest

Examples

1
2
3
4
5
6
7
## Not run: 
# you should cache this vs directly pull OR cache after pulling to avoid
# wasting CAIDA bandwidth

parse_routeviews("http://data.caida.org/datasets/routing/routeviews-prefix2as/2018/12/routeviews-rv2-20181203-1200.pfx2as.gz")

## End(Not run)

hrbrmstr/astools documentation built on May 7, 2019, 10:46 p.m.