Relative Content

Tag Archive for shellsshautomationnetwork-programmingnetmiko

How do use netmiko to send a tab-complete command and read the output?

I’m new to netmiko (and network automation in general tbh), and I’m currently trying to use it to send a command that, when used manually, requires you to press tab a few times in order to get the full result (two tabs for output to appear, another to view the rest, pressing enter will give you a syntax error). So far, I haven’t been able to make this work programmatically.