User's Manual
Command line 125
Item Description
->remove snmp-user alpha
Removes a local SNMP user with a specified name
->remove snmp-user *
Removes all local SNMP users
->remove snmp-user beta EngineId=0x44fecd55438f
Removes a remote SNMP user with the specified name
->remove snmp-user delta EngineId=*
Removes all remote SNMP users with specified name
->remove snmp-user EngineId=0x44fecd55438f
->remove snmp-user * EngineId=0x44fecd55438f
Removes all remote SNMP users with specified engine ID
->remove snmp-user EngineId=*
Removes all remote SNMP users
->remove snmp-user * EngineId=*
Removes all local and remote SNMP users
ssh
Manage SSH configuration and information.
Supported actions: help, load, remove, show
Item Description
load ssh
Transfer the SSH key from a remote FTP or SFTP server and apply it to the VC domain.
A customized SSH key enables additional security for SSH clients that are allowed to
access the domain configuration. If a new custom SSH key is applied, the SSH clients
must be configured correctly to have access.
This command loads an SSH key for the current user only. Other VC users are not able
to use the same SSH key to authenticate. This command is only valid for local VC users,
not LDAP, TACACS+, or RADIUS users.
Syntax
load ssh Address=<ftp://user:password@IPaddress/filename>
-or-
load ssh Address=<ftp://user:password@IPaddress>
Filename=<name>
Properties
Address
(required)
The IP address or host name of the FTP or SFTP server, with user name, password, and
remote file containing the SSH keys to transfer.
Be sure to add brackets when using an IPv6 address.
Filename
(required)
The name of the remote file containing the SSH keys to transfer. The filename can also
be mentioned separately.
The file path given will be treated as relative to the login directory for the user on the
server. The user should ensure that the permissions are appropriate for the transfer to
succeed.
Examples
->load ssh Address=ftp://user:password@192.168.10.12/
ssh_key.pub
Transfers the SSH key from the remote FTP server
->load ssh Address=ftp://user:password@192.168.10.12
Filename=/ssh_key.pub
Transfers the SSH key from the remote FTP server
->load ssh address=ftp://user:password@[2001:1::1]/ssh_key.pub
Transfers the SSH key from the remote FTP server using an IPv6 address