Part 5: Perform Initial Configuration
Before you begin, set the following parameter values in the console server or PC:
Baud rate—9600
Flow control—none
Data—8
Parity—none
Stop bits—1
DCD state—disregard
- Connect the console port on the rear panel of the switch to a laptop or PC by using the RJ-45 to DB-9 serial port adapter. The console (CON) port is located on the management panel of the switch.
- 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
- To change the personality of the switch to EX4650:
Enter configuration mode.
root> configure
Install the EX4650 software package.
root# request system software add /var/tmp/jinstall-host-ex-4e-flex-x86-64-18.3R1.11-secure-signed.tgz force-host reboot
Login as root. There is no password.
login root
Verify if the device is changed to EX4650 personality.
root> show version
Delete the EX Series software image from the /var/tmp if required.
- 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 switch. 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 switch
management interface.
[edit]
root@# set interfaces em0 unit 0 family inet address address/prefix-length
Note The management ports em0(C0) and (C1)are located on the rear panel of EX4650.
- (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
- Enable SSH service.
[edit]
root@# set system services SSH
- Commit the configuration to activate it on the switch.
[edit]
root@# commit
Configure in-band management or out-of-band management:
In in-band management, you configure a network interface or an uplink module (expansion module) interface as the management interface and connect it to the management device. In this scenario, can do either of the following:
Use the automatically created VLAN named default for management of all data interfaces as members of the default VLAN. Specify the management IP address and the default gateway.
Create a new management VLAN. Specify the VLAN name, VLAN ID, management IP address, and default gateway. Select the ports that must be part of this VLAN.
In out-of-band management, you use a dedicated management channel (MGMT port) to connect to the management device. Specify the IP address and gateway of the management interface. Use this IP address to connect to the switch.
- (Optional) Specify the SNMP read community, location, and contact to configure SNMP parameters.
- (Optional) Specify the system date and time. Select the time zone from the list. The configured parameters are displayed.
- Enter yes to commit the configuration. The configuration is committed as the active configuration for the switch.
You can now log in by using the CLI and continue configuring the switch.