I just start using netmiko and have a problem with one script. The script should delete a user and create another one. The problem that I have is with confirmation in configuration mode I don`t know how to handle it.
R1(config)#no username admin
This operation will remove all username related configurations with same name.Do you want to continue? [confirm]
Thank you.
you would a use an expect string.