Configure a Key IDNEW!

You can configure a unique key ID in a key chain and enter key configuration mode

You can configure no more than 8 keys per key chain.
  1. Enter global configuration mode.
    device# configure terminal
  2. Enter keychain configuration mode.
    device(config)# keychain keychain1
    This example enters configuration mode for key chain 1.
  3. Configure the key.
    device(config-keychain1)# key 10
    This example configures a key ID of 10 in key chain 1. Valid ID values range from 1 to 65535.

Example

The following example summarizes the commands in this procedure.

device# configure terminal
device(config)# keychain keychain1
device(config-keychain1)# key 10
device(config-keychain1-key10)#