ON THIS PAGE
Step 2: Up and Running
Now that the NFX250 is powered on, let’s get you up and running on the network!
Connect and Configure
You’ll need to do the initial configuration of the NFX250 through the console port using the CLI. Before you begin connecting and configuring the NFX250, make sure the serial port on your laptop or PC are set to the defaults:
Baud Rate—9600
Flow Control—None
Data—8
Parity—None
Stop Bits—1
DCD State—Disregard
Here’s how to connect and configure the NFX250 to the network from the console port:
- Connect the console port (labeled
CON
on the NFX250 front panel) to a laptop using the RJ-45 cable and RJ-45 to DB-9 adapter (not provided). The Juniper Device Manager (JDM) CLI is displayed. - Log in as root. There is no password. If the
software booted before you connected the cable to the console port,
you might need to press the Enter key for the prompt to appear.login: root
- Start the CLI. root@jdm% cli
- Enter configuration mode.root@jdm> configure
- Add a password to the root administration user account.
Enter a plain text password.[edit]root@jdm># set system root-authentication plain-text-passwordNew password: passwordRetype new password: password
- (Optional) Give the NFX250 a name. If the name includes
spaces, enclose the name in quotation marks (“ ”).[edit]root@jdm# set system host-name host-name
- Configure the IP address and prefix length for the device
management interface.[edit]root@jdm# set interfaces jmgmt0 unit 0 family inet address address/prefix-length
Note jmgmt0 is the out-of-band management network interface in JDM.
To configure an IPV6 address, type root@jdm# set interface jmgmt0 family inet6 address address v6_address.
Note jmgmt0 is the management port labeled MGMT on the NFX250 front panel.
- Configure the default gateway.[edit]root@jdm# set routing-options static route default next-hop address
- Commit the configuration to activate it on the device.[edit]root@jdm# commit
- Connect the NFX250 to the Internet (WAN ports 0/12 and
0/13).
The ISP assigns an IP address to the NFX250 through Dynamic Host Configuration Protocol (DHCP).
- Connect your laptop to a LAN port (ports 0/0 to 0/11).
The DHCP server running on the NFX250 assigns an IP address to your computer.
- To verify your connectivity, open a browser window and navigate to https://www.juniper.net.