3. Start the CLI.
root@% cli
4. Enter conguraon mode.
root> configure
5. Add a password to the root administraon user account.
[edit]
root@# set system root-authentication plain-text-password
New password:
password
Retype new password:
password
6. (Oponal) Congure the name of the PTX10001-36MR. If the name includes spaces, enclose the
name in quotaon marks (“ ”).
[edit]
root@# set system host-name
host-name
7. Congure the default gateway.
[edit]
root@# set routing-options static route default next-hop
address
8. Congure the IP address and prex length for the management interface.
[edit]
root@# set interfaces re0:mgmt-0 unit 0 family inet address
address/prefix-length
9. (Oponal) Congure the stac routes to remote prexes with access to the management port.
[edit]
root@# set routing-instances mgmt_junos routing-options static route remote-prefix next-hop
destination-ip retain no-readvertise
99