send_command
Send commands to Cisco devices over serial console, waiting for the prompt and handling --More-- pagination automatically.
Instructions
Send a command to a Cisco device and wait for the prompt. Handles -- More -- pagination automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Serial port identifier/path (e.g. /dev/ttyUSB0 or COM3) | |
| command | Yes | Command to send (e.g. 'show version') | |
| timeout | No | Timeout in ms to wait for prompt (default: 10000) |