Affected commands
Several commands have encryption available for configuration.
Existing Command |
New Equivalent Option |
---|---|
switch(config)# radius-server key secret1 |
switch(config)# radius-server encrypted-key U2FsdGVkX18XWadTeFN+bxHxKA/q+s5cV1NiYvx+TuA= |
switch(config)# radius-server host 10.0.0.1 key
secret1 |
switch(config)# radius-server
host 10.0.0.1 encrypted-key U2FsdGVkX18XWadTeFN+bxHxKA q+s5cV1NiYvx+TuA= |
switch(config)# tacacs-server key secret1 |
switch(config)# tacacs-server encrypted-key U2FsdGVkX18XWadTeFN+bxHxKA/q+s5cV1NiYvx+TuA= |
switch(config)# tacacs-server host 10.0.0.1 key
secret1 |
switch(config)# tacacs-server
host 10.0.0.1 encrypted-key U2FsdGVkX18XWadTeFN+bxHxKA/ q+s5cV1NiYvx+TuA= |
switch(config)# key-chain example key 1 key-string
secret1 |
switch(config)# key-chain
example key 1 encrypted-key U2FsdGVkX18XWadTeFN+bxHxKA/ q+s5cV1NiYvx+TuA= |
switch(config)# aaa port-access supplicant 24
secret secret1 |
switch(config)# aaa
port-access supplicant 24 identity id1 encrypted-secret secret1 U2FsdGVkX18XWadTeFN+bxHxKA/q+s5cV1NiYvx+TuA= |
switch(config)# sntp authentication key-id 33
authentication-mode md5 key-value secret1 |
switch(config)#
sntp authentication key-id 33 authentication-mode md5 encrypted-key
U2FsdGVkX18XWadTeFN+bxHxKA/q+s5cV1NiYvx+TuA= |
switch(config)# password manager plaintext secret1 |
switch(config)# encrypted-password manager U2FsdGVkX18XWadTeFN+bxHxKA/q+s5cV1NiYvx+TuA= |