By default send_command() will try to find the current prompt using the find_prompt() method. In other words, Netmiko will attempt to find the existing prompt before the command is sent. Netmiko will then use this current prompt as the default indicator that the command is done (i.e. w...
Netmiko is nice when you have something that doesn't have an API, but I find myself using API more often now than trying to crunch CLI data in Python. Edit: To clarify, it is the etree functions in LXML that have made dealing with big XML trees WAY easier. LikeReply2 likes Deepankar...
Netmiko is nice when you have something that doesn't have an API, but I find myself using API more often now than trying to crunch CLI data in Python. Edit: To clarify, it is the etree functions in LXML that have made dealing with big XML trees WAY easier. LikeReply2 likes Deepankar...