network
Perform detailed network diagnostics and management tasks, including retrieving adapter info, testing connections via ping or traceroute, scanning ports, and analyzing routing or DNS configurations on Windows systems.
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) |