August 2005
Intermediate to advanced
798 pages
31h 12m
English
key chain — global
key chainnameno key chainname
Enters the key chain configuration mode
None
This command enters the key chain configuration mode, which allows you to create authentication keys for routing protocols and other uses. Each key chain must have at least one key defined with the key command. A key chain may have as many as 2,147,483,647 keys.
! Create a key chain called "ExampleKeyChain" with two keys
key chain ExampleKeyChain
key 1
key-string MyKey1
key 2
key-string MyKey2