Hello,
I'm trying to create a config template and am running into an error. For the CLI I have the following:
CLI
{
copy http://x.x.x.x/Cisco/@Var1 flash:
@Var1
}
If I make Var1 = filename.ext I get the following:
copy http://x.x.x.x/Cisco ilename.ext flash:
filename.ext
It looks like the / is escaping something with the variable name. Any idea how to get around it?