I am currently working with a network scanning tool that logs into Cisco routers and runs commands on those routers. The problem I'm encountering has to do with what the copy command expects. The copy command (documentation link below) prompts the user:
Enter vrf (If no input, current vrf 'default' is considered):
Pressing enter here will allow the copy command to start with the default vrf, which is what I would like to happen. However, the network scanning tool cannot be programmed to add an enter input, so the tool simply gets stuck at this prompt, expecting the copy to complete.
So, is there any way to have the copy command run without this vrf prompt? Maybe some configuration setting or an argument that could be added to the copy command? I would like the default VRF to always be used.