network
Retrieve and diagnose network data on Windows systems, including adapters, connections, ports, routing, DNS details, and perform tests like ping, traceroute, and port scanning.
Instructions
Network information and diagnostics including network adapters, connections, ports, routing, and network testing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The network operation to perform | |
count | No | Number of ping packets to send (default: 4) | |
host | No | Target host for ping, traceroute, or port scanning | |
port | No | Specific port number for port-related operations | |
port_range | No | Port range for scanning (e.g., '80-443') | |
protocol | No | Protocol filter for connections and ports (default: all) | all |
timeout | No | Timeout in seconds for network operations (default: 5) |