rir_looking_glass
Analyze BGP routing paths for any IP prefix from global RIPE RIS collectors to understand how routes propagate across the internet.
Instructions
Show BGP routing table entries for a prefix as seen from RIPE RIS (Route Information Service) collectors around the world.
Unlike BGP visibility (which answers whether a route exists), a looking glass shows how the route is announced — the actual AS paths from different geographic vantage points.
Args: params (LookingGlassInput): - prefix (str): CIDR prefix e.g. '1.1.1.0/24' - vantage_points (int): Max entries to return (default 10, max 50) - response_format (str): 'markdown' (default) or 'json'
Returns: str: AS paths per RIPE RIS collector with region and BGP community values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |