Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error! No parameter given. when using the telnet auth option #178

Open
michelpy opened this issue Apr 4, 2023 · 1 comment
Open

Error! No parameter given. when using the telnet auth option #178

michelpy opened this issue Apr 4, 2023 · 1 comment

Comments

@michelpy
Copy link

michelpy commented Apr 4, 2023

If the 'telnet' auth option is used for a router (Cisco 4300), I get this error message :
Error! No parameter given.
It works when the 'ssh-password' auth option is used.
It does not matter if the 'cisco' or 'ios' option is used in router type, probably the issue is with the telnet option itself.

@gmazoyer
Copy link
Owner

gmazoyer commented May 6, 2023

This means that the response is either an empty string or invalid. The root cause may not come from your device but from the way telnet is handle. It's managed in a generic way a known to be broken for a number of platforms.

The telnet code should be removed from the code base, or be rewritten to allow per-platform customisations (which would take a significant amount of time).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants