Configuring a QFX3500 Device as a Standalone Switch
If you are using the QFX3500 device as a standalone switch, you must perform the initial configuration of the QFX3500 device through the console port using the command-line interface (CLI). If you are using the QFX3500 as a Node device in a QFX3000 QFabric system, you instead perform the initial setup of a QFabric system on a QFX3100 Director device (see Performing the QFabric System Initial Setup on a QFX3100 Director Group).
Before you begin connecting and configuring a QFX3500 device, set the following parameter values on the console server or PC:
Baud Rate—9600
Flow Control—None
Data—8
Parity—None
Stop Bits—1
DCD State—Disregard
To connect and configure the device from the console:
- Connect the console port to a laptop or PC using the supplied
RJ-45 cable and RJ-45 to DB-9 adapter. The console (
CON
) port is located on the front panel of the device. - Log in as root. There is no
password. If the software booted before you connected to the console
port, you might need to press the Enter key for the prompt to appear.
login: root
- Start the CLI.
root@% cli
- Enter configuration mode.
root> configure
- Add a password to the root administration user account.
[edit]
root@# set system root-authentication plain-text-password
New password: password
Retype new password: password
- (Optional) Configure the name of the device. If the name
includes spaces, enclose the name in quotation marks (“ ”).
[edit]
root@# set system host-name host-name
- Configure the default gateway.
[edit]
root@# set routing-options static route default next-hop address
- Configure the IP address and prefix length for the device
management interface.
[edit]
root@# set interfaces me0 unit 0 family inet address address/prefix-length
Caution Configuring the two management Ethernet interfaces within the same subnet is not supported.
Note The management ports are on the front panel of the QFX3500 device. They are labeled
C0
andC1
on the front panel. In the CLI they are referred to as me0 and me1. - (Optional) Configure the static routes to remote prefixes
with access to the management port.
[edit]
root@# set routing-options static route remote-prefix next-hop destination-ip retain no-readvertise
- Enable telnet service.
[edit]
root@# set system services telnet
Note When Telnet is enabled, you cannot log in to a QFX3500 device through Telnet using root credentials. Root login is allowed only for SSH access.
- Commit the configuration to activate it on the device.
[edit]
root@# commit