Qfx Default: Password
load factory-default commit The root password is cleared. The switch reverts to root: (blank).
loader> boot -s Enter full pathname of shell: /bin/sh # mount -t msdosfs /dev/da0s1 /mnt # vi /mnt/etc/master.passwd # (remove the password hash after root::) # reboot This is complex and requires physical or out-of-band console access. 6.1 Ansible and Default Passwords When using Ansible to initially provision QFX switches, never rely on a default blank password. Instead, use console-based first-time setup or pre-staged SSH keys via USB autoinstall. qfx default password
login: root Password: Press Enter at the password prompt. You are now logged in as root. If the switch has been configured for serial over LAN but the password was later cleared (e.g., via load factory-default ), the same blank password applies. 2.3 SSH – Not Enabled by Default Contrary to some misconceptions, SSH is not enabled out of the box. If you try: load factory-default commit The root password is cleared
root@qfx> configure Entering configuration mode [edit] root@qfx# set system root-authentication plain-text-password New password: <enter strong password> Retype new password: <confirm> [edit] root@qfx# commit commit complete Now log out and test: console login should require the new password. For production, disable direct root login and use a separate admin account with su privileges: You are now logged in as root