NOTE: EX Series switches running current Junos soware are enabled for Zero Touch Provisioning (ZTP).
However, when you congure an EX Series switch for the very rst me, you’ll need to disable ZTP. We
show you how to do that here. If you see any ZTP-related messages on the console, just ignore them.
FreeBSD/arm (w) (ttyu0):
login: root
4. Start the CLI.
root@:RE:0% cli
{master:0} root>
5. Enter conguraon mode.
{master:0} root> configure
{master:0}[edit]
root#
6. Delete the ZTP conguraon. Factory default conguraons can vary over dierent releases. You may see a
message that the statement does not exist. Don’t worry, it’s safe to proceed.
{master:0}[edit]
root# delete chassis auto-image-upgrade
7. Add a password to the root administraon user account. Enter a plain-text password, an encrypted password, or an
SSH public key string. In this example, we show you how to enter a plain-text password.
{master:0}[edit]
root# set system root-authentication plain-text-password
New password: password
Retype new password: password
8. Acvate the current conguraon to stop ZTP messages on the console.
{master:0}[edit]
root# commit
configuration check succeeds
commit complete
9