Dear,
I have a node that delivers the configuration in the CLI and then displays the md5 encrypted ciphertext.But I can only show plaintext when I use netconf to send it.
This node is now structured like this:
list message-digest-key{
description
"Message digest authentication password";
key "password";
leaf password{
description
"Message digest authentication password";
type uint32{
range "1.. 255";
leaf md5{
description "Use MD5 algorithm";
type string;
}
}
How can I change it so that it is also md5 ciphertext displayed after NETCONF is delivered.
Thanks for your help.