root@%
cli
5. Enter configuration mode.
root>
configure
6. Add a password for the root administration user account.
[edit]
root@#
set system root-authentication plain-text-password
New password:
password
Retype new password:
password
7. (Optional) Configure the name of the switch. If the name includes spaces, enclose the name in quotation marks (“ ”).
[edit]
root@#
set system host-name host-name
8. Configure the IP address and prefix length for the management port on the switch. On the QFX5130-32CD, the
management port re0:mgmt-0 is the lower RJ-45 port on the right side of the port panel and is labeled MGMT.
NOTE:
Although the CLI permits you to configure two management Ethernet interfaces within the same
subnet, only one interface is usable and supported at any point of time.
[edit]
root@#
set interfaces re0:mgmt-0 unit 0 family inet address address/prefix-length
9. Create a routing instance.
[edit]
root@#
edit routing-instances mgmt_junos
root@#
set routing-instances mgmt_junos routing-options static route 0.0.0.0/0 next-hop 10.102.70.254
10. Configure the static routes to remote prefixes.
[edit]
root@#
set routing-options static route remote-prefix next-hop destination-ip
11. Enable the management instance.
[edit]
root@#
set system management-instance
12. Enable Telnet service if needed.
[edit]
8