rir_check_irr
Verify IRR route objects for a prefix match the expected origin ASN to identify routing inconsistencies that can cause reachability issues.
Instructions
Check IRRExplorer for route objects covering a prefix and verify they are consistent with the claimed origin ASN.
IRR (Internet Routing Registry) route objects tell ISPs which ASN is authorised to originate a prefix. Inconsistent or missing route objects can cause route filtering and reachability issues even when RPKI is valid.
Args: params (IRRCheckInput): - prefix (str): CIDR prefix e.g. '1.1.1.0/24' - asn (str): Expected origin ASN e.g. 'AS13335' or '13335' - response_format (str): 'markdown' (default) or 'json'
Returns: str: Route objects per IRR source, consistency status, and missing IRR coverage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |