Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Initial Configuration on NFX250 Devices

date_range 23-Aug-23

Before you begin connecting and configuring an NFX250 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

You must perform the initial configuration of the NFX250 device through the console port using the command-line interface (CLI).

To connect and configure the device from the console:

  1. Connect the console port to a laptop or PC using an RJ-45 cable and RJ-45 to DB-9 adapter. The console (CON) port is located on the management panel of the device.
  2. If the Network Service Orchestrator module is configured, this client connects to the Network Activator and provisions the latest software image, if the image on the NFX250 device is not the latest.
    Note:

    If authentication is configured, you will receive an authentication code, which must be provided on the Web page specified by the operator.

  3. The Juniper Device Manager (JDM) command-line interface (CLI) displays; 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.
    content_copy zoom_out_map
    login: root
  4. Start the CLI.
    content_copy zoom_out_map
    root@jdm% cli
  5. Enter configuration mode.
    content_copy zoom_out_map
    root@jdm> configure
  6. Add a password to the root administration user account.
    content_copy zoom_out_map
    [edit]
    root@jdm# set system root-authentication plain-text-password
    New password: password
    Retype new password: password
  7. (Optional) Configure the name of the device. If the name includes spaces, enclose the name in quotation marks (“ ”).
    content_copy zoom_out_map
    [edit]
    root@jdm# set system host-name host-name
  8. Configure the IP address and prefix length for the device management interface.
    content_copy zoom_out_map
    [edit]
    root@jdm# set interfaces jmgmt0 unit 0 family inet address address/prefix-length

    jmgmt0 is the out-of-band management network interface in JDM.

    To configure an IPV6 address, run the root@jdm# set interface jmgmt0 family inet6 address address v6_address.

    Note:

    jmgmt0 is found on the front panel of the NFX250 device.

  9. Configure the default gateway.
    content_copy zoom_out_map
    [edit]
    root@jdm# set routing-options static route default next-hop address 
  10. Commit the configuration to activate it on the device.
    content_copy zoom_out_map
    [edit] 
    root@jdm# commit

If Network Service Orchestrator module is configured, this client connects to the Network Activator as soon as the device is switched on, and provisions the initial configuration and the latest software image and, if the image on the NFX250 device is not the latest.

The Network Activator is responsible for the bare-minimum bootstrapping of the NFX250. After successful configuration and software upgrade, the device reboots and the Network Service Activator configuration is removed.

To complete the Network Service Orchestrator module process:

  1. Connect to any front panel WAN port (see Figure 1).

  2. Open web browser and enter the IP address 10.10.10.1.

  3. Enter the authentication code in the Web page that is displayed.

    Once the process is complete, a confirmation message is displayed. Click Logs to display details of the bootstrapping process.

    Note:

    You can also use the CLI to provide the authentication code:

    content_copy zoom_out_map
    root@jdm> test phone-home server-authentication-code code
Figure 1: NFX250 Front Panel ComponentsNFX250 Front Panel Components
  1

1-Gigabit Ethernet RJ-45 network ports

  7

System status LEDs

  2

SFP and SFP+ ports Link and Status LEDs

  8

Mode button

  3

mini-USB console port

  9

1/10-Gigabit SFP+ uplink ports

  4

Console port

10

1-Gigabit SFP network/uplink ports

  5

USB port

11

1-Gigabit Ethernet RJ-45 network/uplink ports

  6

1-Gigabit Management port

 
footer-navigation