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

Perform Initial Software Configuration for the ACX7100-32C Routers

date_range 11-Jun-24

Before you begin connecting and configuring an ACX7100-32C router, 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 ACX7100-32C router through the console port using the command-line interface (CLI).

  1. Connect the console port on the ACX7100-32C to a laptop or desktop PC using the RJ-45 cable and RJ-45 to DB-9 adapter. The console (CON) port is the lower RJ-45 port on the right side of the port panel.
    Note:

    We no longer include the RJ-45 console cable with the DB-9 adapter as part of the device package. If the console cable and adapter are not included in your device package, or if you need a different type of adapter, you can order the following separately:

    • RJ-45 to DB-9 adapter (JNP-CBL-RJ45-DB9)

    • RJ-45 to DB-9 adapter (JNP-CBL-RJ45-DB9)

    • RJ-45 to USB-C adapter (JNP-CBL-RJ45-USBC)

    If you want to use RJ-45 to USB-A or RJ-45 to USB-C adapter you must have X64 (64-Bit) Virtual COM port (VCP) driver installed on your PC. See, https://ftdichip.com/drivers/vcp-drivers/ to download the driver.

    Note:

    If your laptop or desktop PC doesn't have a serial port, use a serial-to-USB adapter (not provided).

  2. At the Junos OS login prompt, type root to log in. You don't need to enter a password. If the software boots before you connect your laptop or desktop PC 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@% cli
  4. Enter configuration mode.
    content_copy zoom_out_map
    root> configure
  5. Stop the chassis auto-upgrade process
    content_copy zoom_out_map
    [edit]
    root@# delete chassis auto-image-upgrade 
  6. ZTP is enabled on the ACX7100-32C device in factory default configuration. You must stop ZTP before you proceed to configure any settings.
    content_copy zoom_out_map
    [edit]
    root@# delete system commit factory-settings
  7. Add a password for the root administration user account.
    content_copy zoom_out_map
    [edit]
    root@# set system root-authentication plain-text-password
    New password: password
    Retype new password: password
  8. Commit the configuration.
    content_copy zoom_out_map
    [edit]
    root@# commit
  9. Wait for the ZTP process to exit. A message appears on the console, confirming that the ZTP process has stopped.
    content_copy zoom_out_map
    [edit]
    root@# [  511.430877] ztp.py[13237]: 2021-03-04 05:28:00 INFO: ZTP:(et-0/2/7) DHCP request timed out
    [  511.432804] ztp.py[13237]: 2021-03-04 05:28:00 INFO: ZTP: checkZTPAbort: Upgrade detected pending abort
    [  511.433586] ztp.py[13237]: 2021-03-04 05:28:00 INFO: ZTP: notifier loop user requested ZTP abort
    [  511.485370] ztp.py[13237]: 2021-03-04 05:28:00 INFO: ZTP: exiting
    [  511.580800] ztp.py[31898]: Notice: PID found for app ztp in /var/run/pid/ztp.pid is 13237.Executing command: (/usr/sbin/cleanzk -c /var/run/zkid/13237.id;rm /var/run/zkid/13237.id)
    [  512.614206] ztp.py[31898]: rm: cannot remove '/var/run/zkid/13237.id': No such file or directory
    
    
  10. (Optional) Give the router a name. If the name includes spaces, enclose the name in quotation marks (“ ”).
    content_copy zoom_out_map
    [edit]
    root@# set system host-name host-name
  11. Configure the default gateway.
    content_copy zoom_out_map
    [edit]
    root@# set routing-options static route default next-hop address
  12. Configure the IP address and prefix length for the management port on the router. On the ACX7100-32C, the management port is the upper RJ-45 port on the right side of the port panel and is labeled MGMT.
    content_copy zoom_out_map
    [edit]
    root@# set interfaces re0:mgmt-0 unit 0 family inet address address/prefix-length
  13. (Optional) Configure the static routes to remote prefixes with access to the management port.
    content_copy zoom_out_map
    [edit]
    root@# set routing-options static route remote-prefix next-hop destination-ip retain no-readvertise
  14. Enable Telnet service, if needed.
    content_copy zoom_out_map
    [edit]
    root@# set system services telnet 
    Note:

    When Telnet is enabled, you cannot log in to the ACX7100-32C through Telnet using root credentials. Root login is allowed only for SSH access.

  15. Enable SSH service.
    content_copy zoom_out_map
    [edit]
    root@# set system services ssh 
  16. To allow users to log in to the router as root through SSH, include the root-login statement.
    content_copy zoom_out_map
    [edit system services ssh]
    root@# root-login (allow | deny | deny-password)
    Note:

    By default, users are not allowed to log in to the router as root through SSH.

  17. Commit the configuration. Your changes become the active configuration for the router.
    content_copy zoom_out_map
    [edit] 
    root@# commit
footer-navigation