You can configure no more than 8 keys per key chain.
		- 
				Enter global configuration
					mode.
				
					device# configure terminal
				 
			 - 
				Enter keychain configuration
					mode.
				
					device(config)# keychain keychain1
				 
				This example enters configuration mode for key chain 1.
			 - 
				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)#