get_asn_info
Retrieve detailed information about an Autonomous System Number (ASN), including network prefixes, peer connections, and organizational details for network analysis and intelligence.
Instructions
Get information about an Autonomous System Number (ASN).
Args: asn: The ASN number (without 'AS' prefix)
Returns: ASN information including prefixes, peers, and network details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asn | Yes |
Input Schema (JSON Schema)
{
"properties": {
"asn": {
"title": "Asn",
"type": "integer"
}
},
"required": [
"asn"
],
"type": "object"
}