Purpose
Command or Action
switch(config-keychain)# show key chain bgp-keys
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 4
switch(config-keychain)# copy running-config
startup-config
Removing a Keychain
You can remove a keychain on the device.
Removing a keychain removes any keys within the keychain.
Note
Before you begin
If you are removing a keychain, ensure that no feature uses it. If a feature is configured to use a keychain that
you remove, that feature is likely to fail to communicate with other devices.
SUMMARY STEPS
1.
configure terminal
2.
no key chain name
3.
(Optional)
show key chain name
4.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Removes the keychain and any keys that the keychain
contains.
no key chain name
Example:
Step 2
switch(config)# no key chain bgp-keys
Confirms that the keychain no longer exists in running
configuration.
(Optional)
show key chain name
Example:
Step 3
switch(config-keychain)# show key chain bgp-keys
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 4
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
422
Configuring Keychain Management
Removing a Keychain