Creates a key chain and enters keychain configuration mode.
By default, a key chain is not created.
Global configuration mode
Use the no form of the command to remove the configuration for the key chain.
You can remove a key chain only if it is not used by any application.
You can create no more than 128 key chains.
The following example creates 3 key chains.
device# configure terminal device(config)# keychain keychain1 device(config-keychain1)# exit device(config)# keychain keychain2 device(config-keychain2)# exit device(config)# keychain keychain3 device(config-keychain3)#