I would like to backup my switch's configuration everyday I just need the file produced by the configuration snapshot all but I can't find anyway to do that
I first think about to log into the switch using SSH DSA public key enter the command and retreive the file by SCP.
So I put my public key in the /flash/network/pub directory and everything is allright. But when I try to pass a command directly like ssh user@host "configuration snapshot all" I get an error like :
ssh + command is not allowed
Does anyone know how to backup my switch?
