ansible-netmiko-stdlib
ansible-netmiko-stdlib copied to clipboard
Use `send_command_expect()`
The recent addition of the send_command_expect()
method will be faster than the current time-delay factor approach taken with the send_command()
method.