Open jmello-pagseguro opened 9 months ago
@ktbyers have an idea for this?
Try disabling cmd_verify here:
output = net_connect.send_command(
f"packet-tracer input {srcintf} {protocol} {sourceip} {srcport} {dest} {destport}",
read_timeout=30,
expect_string=r">",
cmd_verify=False,
)
this solved my problem for now, thank you so much.
Description of Issue/Question
Note: Please check https://guides.github.com/features/mastering-markdown/ to see how to properly format your request.
Setup
Netmiko version
(Paste verbatim output from
pip freeze | grep netmiko
between quotes below)Netmiko device_type (if relevant to the issue)
(Paste
device_type
between quotes below)Steps to Reproduce the Issue
Error Traceback
(Paste the complete traceback of the exception between quotes below)
Relevant Python code
(Please try to essentialize your Python code to the minimum code needed to reproduce the issue) (Paste the code between the quotes below)
According to the netmiko session log, it appears that the command is incomplete due to something in the terminal Can you help me?