You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm connecting to a F5 device, everything is fine, but issuing one of the CLI commands, resulting prompt is very large (82 characters), somehow the answer seems to come in 2 lines (the second containing only "#"), and this seems to not be matching any section in the pb, causing a timeout.
What I was doing was issuing the command "cd /$partition; show running-config net self", one of the partitions have the absurdly long name "/SAN_PROD_SERVICIOSCOMUNES" and as the partition you are in is shown in the prompt, the result is a long one.
I've applied a workaroung issunig the command "cd /$parition; show running-config net self; cd /Common", and with this the promt is smaller and there is no problem.
The connection is made from Netdot, issued from Netdot::Device::CLI. So not sure if the problem could be there and not in the underlying libraries.
Attached is the end of the session as captured from debug. Can send full log to someone, but not publish it here.
Hello,
I'm connecting to a F5 device, everything is fine, but issuing one of the CLI commands, resulting prompt is very large (82 characters), somehow the answer seems to come in 2 lines (the second containing only "#"), and this seems to not be matching any section in the pb, causing a timeout.
What I was doing was issuing the command "cd /$partition; show running-config net self", one of the partitions have the absurdly long name "/SAN_PROD_SERVICIOSCOMUNES" and as the partition you are in is shown in the prompt, the result is a long one.
I've applied a workaroung issunig the command "cd /$parition; show running-config net self; cd /Common", and with this the promt is smaller and there is no problem.
The connection is made from Netdot, issued from Netdot::Device::CLI. So not sure if the problem could be there and not in the underlying libraries.
Attached is the end of the session as captured from debug. Can send full log to someone, but not publish it here.
Using version 2.300003 on a Debian 10.3.
Best regards
error_cli.txt
The text was updated successfully, but these errors were encountered: