Implementing Internet Key Exchange Security Protocol on Cisco IOS XR Software
How to Implement IKE Security Protocol Configurations for IPSec Networks
SC-127
Cisco IOS XR System Security Configuration Guide for the Cisco CRS-1 Router
OL-20382-01
2. zeroize crypto key import authentication rsa {address address | name fqdn}
3. end
or
commit
DETAILED STEPS
Command or Action Purpose
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters global configuration mode.
Step 2
zeroize crypto key import authentication rsa
{address address | name fqdn}
Example:
RP/0/RP0/CPU0:router(config)# zeroize crypto
key import authentication rsa
tftp://223.255.254.254/ssh/public.pub (in
base64)
RP/0/RP0/CPU0:router(config-keyring)#
Deletes the public key from the router.
• Use the address keyword to specify the IP address of
the RSA public key of the remote peer. The address
argument is the IP address of the remote RSA public
key of the remote peer that you manually configure.
• Use the name keyword to specify the fully qualified
domain name (FQDN) of the peer.
Step 3
end
or
commit
Example:
RP/0/RP0/CPU0:router(config)# end
or
RP/0/RP0/CPU0:router(config)# commit
Saves configuration changes.
• When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found, commit them before
exiting (yes/no/cancel)?
[cancel]:
–
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
–
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
–
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
• Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.
Step 4
show crypto pubkey-chain rsa [name key-name |
address key-address]
Example:
RP/0/RP0/CPU0:router# show crypto pubkey-chain
rsa
(Optional) Displays a list of all the RSA public keys stored
on your router.
• Use the optional name or address keyword to display
details about a particular RSA public key stored on
your router.