zyxel_connect
Establish a Telnet or SSH connection to a Zyxel switch to perform network configuration, monitoring, and management via CLI commands.
Instructions
Connect to a Zyxel switch using Telnet or SSH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | IP address or hostname of the Zyxel switch | |
| port | No | Port number (default: 23 for Telnet, 22 for SSH) | |
| timeout | No | Connection timeout in milliseconds | |
| password | Yes | Password for authentication | |
| protocol | No | Connection protocol | telnet |
| username | Yes | Username for authentication | |
| enablePassword | No | Enable password for privileged mode (optional) |