C613-50170-01 Rev B
Command Reference for x510 Series
921
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
KEY
-
STRING
key-string
Overview
Use this command to define the password to be used by a key.
Use the
no
variant of this command to remove a password.
Syntax
key-string
<key-password>
no key-string
Mode
Keychain-key Configuration
Usage
Use this command to specify passwords for different keys.
Examples
In the following example, the password for
key1
in the key chain named
mychain
is set to password
prime
:
awplus#
configure terminal
awplus(config)#
key chain mychain
awplus(config-keychain)#
key 1
awplus(config-keychain-key)#
key-string prime
In the following example, the password for
key1
in the key chain named
mychain
is removed:
awplus#
configure terminal
awplus(config)#
key chain mychain
awplus(config-keychain)#
key 1
awplus(config-keychain-key)#
no key-string
Related
Commands
Parameter
Description
<key-password>
A string of characters to be used as a password by the key.