Hi. I posted the following questions at the official Juniper's discussion group but nobody bothered to answer.
I recently downloaded the latest Firefly version to use with VMware Workstation for practice purposes. I have the following questions:
a) I'm confused about Telnet's "Maximum number of allowed connections" and "Maximum number of connections per minute". According to
this link the range in both options is (1..255) but in my case it's only (1..5). Is this happening because I don't use the real gear or I have to configure something?
b) Which is the command that I can use to view the current configuration of the plain-text password in this format: e.g.
passwords {
change-type character-sets;
format md5;
minimum-changes 1;
minimum-length 6;
}
I used the "Show" command but there wasn't any reference to the password configuration, other that this:
root-authentication {
encrypted-password "$1$XxIcBhQ0$.fgcEYrT7N93aBpLCx3ks."; ## SECRET-DATA
c) My last question is about the format options I can use with the "set system login password format" command. How many are the supported formats in Junos: 2 (MD5, SHA1) or 5 (MD5, SHA1, SHA256, SHA512 and DES as it is stated
here)?
Thank you for your help!