Daniel Mendoza

Results 4 comments of Daniel Mendoza

I've tried to make this work with Sonoma on an Intel Macbook Pro Seems everything installed correctly, but I can't see the devices in MIDI Studio Trying with a Radium49

Also trying to figure out if there is a way to pass kwargs to the enable() function inside netmiko_send_command. the enable function in linux_ssh.py in netmiko contains a cmd, pattern...

Hi @ktbyers I'm currently solving my issue with this code. the **enable** function inside **linux_ssh.py** in **netmiko** contains the following arguments below. I'm only mapping cmd and pattern ```python def...

Hi @ktbyers, I currently don't have an issue. This code seems to work well for me in netmiko_send_command. Anyway to integrate it upstream, or you suggest it's better to build...