Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

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

Performing Initial Software Configuration on an NFX250 Device

date_range 24-Nov-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 Juniper Device Manager (JDM) command-line interface (CLI).

Note:

Note that there are changes in the CLI commands. The CLI configuration commands for Release 15.1X53-D40 may not be applicable for this release.

To connect and configure the device from the console:

  1. 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 management panel of the device.
    Note:

    See the procedure after Step 11 for details on the Network Service Orchestrator process.

  2. 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
  3. Start the CLI.
    content_copy zoom_out_map
    root@jdm% cli
  4. Enter configuration mode.
    content_copy zoom_out_map
    root@jdm> configure
  5. 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
  6. (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
  7. 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 interfaces jmgmt0 unit 0 family inet6 address v6_address.

    Note:

    jmgmt0 is located on front panel port of the NFX250 device.

  8. Configure the default gateway.
    content_copy zoom_out_map
    [edit]
    root@jdm# set routing-options static route default next-hop address 
  9. 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.

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

To complete the configuration of the Network Service Orchestrator module process:

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

  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.

    Figure 1: Network Service Orchestrator moduleNetwork Service Orchestrator module

    Once the process is complete, a confirmation message is displayed. Click Logs to display details of the bootstrapping process. Refer to Captive Portal Log Messages for the list of log messages that are displayed.

    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 2: 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