rir_route_stability
Analyze BGP route stability for prefixes using RIPE Stat routing-history data to detect flapping, identify network issues, and assess reliability over configurable time windows.
Instructions
Analyse BGP route stability for a prefix over a configurable time window using RIPE Stat routing-history data.
A stable route has no state changes (no withdrawal/re-announcement cycles). Repeated flapping can indicate hardware failure, misconfiguration, or DDoS and causes router CPU load and convergence delays for peers.
Args: params (RouteStabilityInput): - prefix (str): CIDR prefix e.g. '1.1.1.0/24' - hours (int): Analysis window in hours (default 24, max 168 = 7 days) - response_format (str): 'markdown' (default) or 'json'
Returns: str: Stability score (0–100), state change count, uptime %, and event timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |