ensp_scan_devices
Scans eNSP device Telnet ports (default 2000-2100) to find reachable lab devices and returns each host with its open ports.
Instructions
扫描 eNSP 设备的 Telnet 端口(默认 2000-2100)。
返回 {"host": str, "ports": [int, ...]}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| timeout | No | ||
| port_end | No | ||
| port_start | No | ||
| max_workers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||