When customers receive a new EX/QFX switch and power it on, it requests a login name and password. For first-time Junos EX/QFX users this could be confusing as there is no password information included. This article provides the default user ID and password information.
The initial login name and password on EX/QFX-series switches:
login: rootpassword: <no password> The device is shipped with no password; simply press the enter key.
login: rootpassword: <no password>
root@Switch#set system root-authentication plain-text-password This is a mandatory step in order to be able to commit any configuration changes.
root@Switch#set system root-authentication plain-text-password
root@Switch# set system root-authentication ?Possible completions:+ apply-groups Groups from which to inherit configuration data+ apply-groups-except Don't inherit configuration data from these groups encrypted-password Encrypted password string load-key-file File (URL) containing one or more ssh keys no-public-keys Disables ssh public key based authentication plain-text-password Prompt for plain text password (autoencrypted)> ssh-dsa Secure shell (ssh) DSA public key string> ssh-ecdsa Secure shell (ssh) ECDSA public key string> ssh-rsa Secure shell (ssh) RSA public key string
2019-03-26: Content reviewed for accuracy