Remote CLI Access

Using a remote console to devices,

  • Using SSH, telnet (insecure), or proprietary protocols.

  • Retrieve configurations and device's processes status.

  • Devices can also upload configurations to a central point.

    • Using TFTP (insecure) or SFTP/SCP (many devices do not support it).

Send “show” like CLI commands, retrieve output, and parse information.

Last updated