support autoupload-param
 
   
   Defines autoupload parameters. 
  
 Syntax
 
	 support autoupload-param 
		 
		  hostip 
		  hostip 
		  | 
		  user 
		  user_acct 
		  | 
		  password 
		  password 
		  [ 
		  protocol 
		  [ 
		  ftp 
		  | 
		  scp 
		  | 
		  sftp 
		  ] 
		  directory 
		  path 
	 
  
	 Parameters
 
		 
		   
			 -  hostip 
				  host-ip 
			 
-  Specifies the IP address of the remote host. 
			 
-  user 
				  user_acct 
			 
-  Specifies the user name to access the remote host. 
			 
- password 
				  password 
			 
-  Specifies the password to access the remote host. 
			 
- protocol 
				  FTP 
				  | 
				  SCP| 
				  SFTP 
			 
-  Specifies the protocol used to access the remote server. 
			 
-  directory 
				  path 
			 
-  Specifies the path to the directory. 
			 
Modes
 
		 Global configuration mode 
		
 
	 
 Examples
 
	  
		device(config)# support autoupload-param hostip 10.31.2.27 protocol [ftp|scp | sftp]username hegdes directory /uers/home40/hegdes/autoupload password
 
(<string>): *****