Take your networking performance to new heights with a modern, cloud-native, AI-Native architecture. Only Juniper can help you unleash the full potential of Wi-Fi 7 with our AI-Native platform for innovation.
Juniper’s AI data center solution is a quick way to deploy high performing AI training and inference networks that are the most flexible to design and easiest to manage with limited IT resources.
Juniper's Ai-Native routing solution delivers robust 400GbE and 800GbE capabilities for unmatched performance, reliability, and sustainability at scale.
Juniper's Ai-Native routing solution delivers robust 400GbE and 800GbE capabilities for unmatched performance, reliability, and sustainability at scale.
Shaping Student Experiences: The NOW Way to Build Higher Education Networks
Juniper Networks CIO Sharon Mandell and a virtual summit of C-level IT leaders from prestigious institutions discuss ongoing efforts to support digital transformation on campus.
Retail experts Kevin McCartan, Senior IT Service Delivery Engineer at Musgrave; Jack Stratten of Insider Trends; and Christian Gilby, Senior Director of Product Marketing at Juniper Networks, discuss customer experiences.
Legacy networks simply cannot meet the demands of today’s rapidly evolving metro landscape. Unlock a new generation of highly scalable architectures and automated operations with the Juniper ACX7020.
Lack of AI innovation from your current networking vendor slowing you down? Embrace Juniper’s cloud-native, AI-Native access switches that support every level and layer, across nearly every deployment.
Delivering practical solutions and enriching discussions, this podcast series is a vital resource for those seeking an in-depth exploration of AI's transformative potential.
Juniper AI Care Services Revolutionize Your Service Experience
Our industry-first AI-Native services couple AIOps with our deep expertise across the full network life cycle. You can move from reactive response to proactive insight and action.
Juniper AI Data Center Deployment Services Optimize Your AI Model Runs
We use our expertise and validated designs to help design, deploy, validate and tune networks, including GPUs and storage, to get the most from your AI infrastructure operation.
Dive deep with leading experts and thought leaders on all the topics that matter most to your business, from AI to network security to driving rapid, relevant transformation for your business.
You can easily customize the factory-default configuration with just a few commands.
Initially, you’ll need to make changes through the console port. After you configure the
management port, you can access the ACX7348 using SSH and make additional configuration
changes. You can revert to the factory-default configuration whenever you want.
Have the following information ready before you begin customizing the router:
Hostname
Root authentication password
Management port IP address
Default gateway IP address
IP address and prefix length of remote prefixes
(Optional) SNMP read community, location, and contact information
To connect and configure the router from the console:
Verify that the following default serial port settings are configured on your laptop or
desktop PC:
Baud Rate—9600
Flow Control—None
Data—8
Parity—None
Stop Bits—1
DCD State—Disregard
Connect the console port on the ACX7348 to a laptop or a desktop PC using the RJ-45
cable and RJ-45 to DB-9 adapter. The console (CON) port is the
RJ-45 port on the Routing Engine.
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).
At the Junos OS Evolved 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.
[edit]
root@re0# delete system commit factory-settings
Note:
ZTP is enabled on the ACX7348 in the factory-default configuration. You must stop ZTP
before you configure any settings. Until you assign a root password and perform an
initial commit, you might see ZTP-related messages on the console. You can safely
ignore these messages while you configure the root password.
Add a password for the root administration user account.
content_copyzoom_out_map
[edit]
root@re0# set system root-authentication plain-text-password
New password: password
Retype new password: password
Commit the configuration, and wait for the ZTP process to stop.
content_copyzoom_out_map
[edit]
root@re0# commit
A message appears on the console, confirming that the ZTP process has stopped.
content_copyzoom_out_map
[edit]
root@# [ 511.430877] ztp.py[13237]: 2023-03-04 05:28:00 INFO: ZTP:(et-0/2/7) DHCP request timed out
[ 511.432804] ztp.py[13237]: 2023-03-04 05:28:00 INFO: ZTP: checkZTPAbort: Upgrade detected pending abort
[ 511.433586] ztp.py[13237]: 2023-03-04 05:28:00 INFO: ZTP: notifier loop user requested ZTP abort
[ 511.485370] ztp.py[13237]: 2023-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
(Optional) Give the router a name. If the name includes spaces, enclose the name in
quotation marks (“ ”).
content_copyzoom_out_map
[edit]
root@re0# set system host-name host-name
Configure the default gateway.
content_copyzoom_out_map
[edit]
root@re0# set routing-options static route 0.0.0.0/0 next-hop destination-ip
Configure the IP address and prefix length for the management port on the router. On
the ACX7348, the management port (MGMT) is the RJ-45 port on the
Routing Engine.
content_copyzoom_out_map
[edit]
root@re0# set interfaces re0:mgmt-0 unit 0 family inet address address/prefix-length
(Optional) Configure specific static routes to remote prefixes if you do not want the
remote prefixes to use the default route.
content_copyzoom_out_map
[edit]
root@re0# set routing-options static route address/prefix-length next-hop destination-ip
Enable Telnet service, if required.
content_copyzoom_out_map
[edit]
root@re0# set system services telnet
Note:
When Telnet is enabled, you cannot log in to the ACX7348 using root credentials. Root
login is allowed only for SSH access.
Enable SSH service.
content_copyzoom_out_map
[edit]
root@re0# set system services ssh
To allow users to log in to the router as root users through SSH,
include the root-login statement.
content_copyzoom_out_map
[edit system services ssh]
root@re0# root-login allow
Note:
By default, users are not allowed to log in to the router as root users through
SSH.
Commit the configuration.
Your changed configuration becomes the active configuration for the router.