Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine

Similar documents
Network Configuration Example

Configuring the JUNOS Software to Upgrade the T1600 Router Chassis to LCC0 of a TX Matrix Plus Routing Platform

Junos Reference Guide. JUNOsReference. 1 P a g e

Lab 7 Configuring Basic Router Settings with IOS CLI

Send document comments to

Bring-up the Router. Boot the Router

Installing Cisco StadiumVision Director Software from a DVD

for Hardware Installation: IG550 Integrated Gateway

How to Set Up Your SRX4100 Services Gateway

Configuring Secure Shell (SSH)

DGS-3630-Series Switches

Lab Using the CLI to Gather Network Device Information Topology

Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches

C2000 and C4000 Hardware Quick Start Guide

Configuring SSH and Telnet

Getting Started. Task Flow. Initial Configuration. Task Flow, on page 1 Initial Configuration, on page 1 Accessing the FXOS CLI, on page 4

Bring-up the Router. Boot the Router

Junos OS Release 12.1X47 Feature Guide

Overview of the Cisco NCS Command-Line Interface

Backing Up and Restoring the Configuration

PT Activity: Configure AAA Authentication on Cisco Routers

Lab - Examining Telnet and SSH in Wireshark

Lab Securing Network Devices

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces

CCNA 1 Chapter 2 v5.0 Exam Answers %

8.9.2 Lab: Configure an Ethernet NIC to use DHCP in Windows Vista

Perform Backup and Restore

Perform Backup and Restore

Configuring the Cisco NAM 2220 Appliance

Configure Ethernet Physical Interface Properties on page 82. Configure 802.1Q VLANs on page 83. Configure the Management Ethernet Interface on page 84

QUICKSTART GUIDE FOR BRANCH SRX SERIES SERVICES GATEWAYS

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

CHAPTER 2 ACTIVITY

Configuring the Management Interface and Security

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

Configuring the Switch with the CLI-Based Setup Program

Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches

Dr. Tom Hicks. Computer Science Department Trinity University

JUNIPER JN0-342 EXAM QUESTIONS & ANSWERS

Packet Tracer - Configure Cisco Routers for Syslog, NTP, and SSH Operations (Instructor Version)

Deploying Cisco UCS Central

Configuring Cisco Prime NAM

Using the Web-Browser and CLI Interfaces

Configuring Secure Shell (SSH)

File Transfers. Contents

Chapter 2. Chapter 2 A. Configuring a Network Operating System

Managing GSS User Accounts Through a TACACS+ Server

Configuring the Switch with the CLI-Based Setup Program

Configuring Security for the ML-Series Card

Configure the Cisco DNA Center Appliance

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2

Configuring Secure Shell (SSH)

MiPDF.COM. 3. Which procedure is used to access a Cisco 2960 switch when performing an initial configuration in a secure environment?

4(b): Assign the IP address on the Serial interface of Router. Console Cable

WASABI SYSTEMS INC. Wasabi Storage Builder for NAS Quick Start Guide

Installing the Clean Access Manager and Clean Access Server

Configuring Secure Shell (SSH)

LAB 3 Basic Switch Configuration Commands

Troubleshooting Cisco APIC-EM Single and Multi-Host

Configuring the SMA 500v Virtual Appliance

Console Port, Telnet, and SSH Handling

Getting Started with NFX250 Network Services Platform

Data ONTAP 8.1 Software Setup Guide for 7-Mode

Junos OS. J-Web User Guide for Security Devices. Modified: Copyright 2017, Juniper Networks, Inc.

Release Notes: J-Web Application Package Release 17.4A1 for EX4300 and EX4600 Switches

Upgrading a FAS2000-series system to an Active/Active Configuration

Maintenance Tasks. About A/B Partition CHAPTER

Junos OS. J-Web User Guide. Modified: Copyright 2018, Juniper Networks, Inc.

Using the Management Interfaces

Managing GSS User Accounts Through a TACACS+ Server

Configuring Web-Based Authentication

UCS IPv6 Management Configuration Example

Configuring Secure Shell (SSH)

Implementing Secure Shell

Virtual Route Reflector

Deploy the ExtraHop Discover Appliance 1100

Skills Assessment Student Practice

CISCO SWITCH BEST PRACTICES GUIDE

Using the Cisco NX-OS Setup Utility

GSS Administration and Troubleshooting

Getting Started with Your Device Configuration

Installing the Cisco Virtual Network Management Center

Retake - Skills Assessment Student Training (Answer Key)

Configuring Switch-Based Authentication

Comodo Dome Data Protection Software Version 3.8

Managing Services Modules

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Lab Configuring and Verifying Extended ACLs Topology

INSTALLATION RUNBOOK FOR. VNF (virtual firewall) 15.1X49-D30.3. Liberty. Application Type: vsrx Version: MOS Version: 8.0. OpenStack Version:

Getting Started. Getting Started with Your Platform Model. Factory Default Configurations CHAPTER

Chapter 4. Network Security. Part II

Chapter 10 Configure AnyConnect Remote Access SSL VPN Using ASDM

Lab Configuring an ISR with SDM Express

Configuring Secure Shell (SSH)

Configuring TACACS+ Finding Feature Information. Prerequisites for TACACS+

SRX110 Services Gateway Quick Start

Using Cisco IOS XE Software

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI)

Link Gateway Initial Configuration Manual

CyberPatriot Packet Tracer Tool Kit

Transcription:

Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine When you turn on a router the first time, the JUNOS Software automatically boots and starts. You must enter basic configuration information so that the router is on the network and you can log in to it over the network. To configure the router initially, you must connect a terminal or laptop computer to the router through the console port a serial port on the front of the router. Only console access to the router is enabled by default. Remote management access to the router and all management access protocols, including Telnet, FTP, and SSH, are disabled by default. To configure the JUNOS Software for the first time on a router with a single Routing Engine, follow these steps: 1. Connect a terminal or laptop computer to the router through the console port a serial port on the front of the router. Only console access to the router is enabled by default. 2. Power on the router and wait for it to boot. The JUNOS Software boots automatically. The boot process is complete when you see the login: prompt on the console. 3. Log in as the user root. Initially, the root user account requires no password. You can see that you are the root user, because the prompt on the router shows the username root@#. 4. Start the JUNOS Software command-line interface (CLI): root@# cli root@> 5. Enter JUNOS Software configuration mode: cli> configure root@# 6. Configure the name of the router (the router hostname). We do not recommend spaces in the router name. However, if the name does include spaces, enclose the entire name in quotation marks (" "). root@# set system host-name hostname 7. Configure the router s domain name: root@# set system domain-name domain-name 8. Configure the IP address and prefix length for the router management Ethernet interface. The management Ethernet interface provides a separate out-of-band management network for the router. Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine 1

For all routers except the TX Matrix Plus router and T1600 routers in a routing matrix: root@# set interfaces fxp0 unit 0 family inet address address/prefix-length For a TX Matrix Plus router and T1600 routers in a routing matrix only: root@# set interfaces em0 unit 0 family inet address address/prefix-length To use em0 as an out-of-band management Ethernet interface, you must configure its logical port, em0.0, with a valid IP address. For a T1600 standalone router (not connected to a TX Matrix Plus router and not in a routing matrix): root@# set interfaces fxp0 unit 0 family inet address address/prefix-length 9. Configure the IP address of a backup or default router. This device is called the backup router, because it is used only while the routing protocol process is not running. Choose a router that is directly connected to the local router by way of the management interface. The router uses this backup router only when it is booting and only or when the JUNOS routing software (the routing protocol process, rpd) is not running. For routers with two Routing Engines, the backup Routing Engine, RE1, uses the backup router as a default gateway after the router boots. This enables you to access the backup Routing Engine. (RE0 is the default master Routing Engine.) root@# set system backup-router address 10. Configure the IP address of a DNS server. The router uses the DNS name server to translate hostnames into IP addresses. root@# set system name-server address 11. Set the root password, entering either a clear-text password that the system will encrypt, a password that is already encrypted, or an SSH public key string. Choose one of the following: a. To enter a clear-text password, use the following command: root@# set system root-authentication plain-text-password New password: type password Retype new password: retype password b. To enter a password that is already encrypted, use the following command: root@# set system root-authentication encrypted-password encrypted-password 2 Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine

c. To enter an SSH public key, use the following command: root@# set system root-authentication ssh-rsa key 12. Optionally, display the configuration statements: root@ show system { host-name hostname; domain-name domain.name; backup-router address; root-authentication { (encrypted-password "password" public-key); ssh-rsa "public-key"; ssh-dsa "public-key"; name-server { address; interfaces { fxp0 { unit 0 { family inet { address address ; On a TX Matrix Plus router, the management Ethernet interface is em0 and not fxp0. Therefore, when you issue the show command in the configuration mode, the configuration statements would be: root@ show system { host-name hostname; domain-name domain.name; backup-router address; root-authentication { (encrypted-password "password" public-key); ssh-rsa "public-key"; ssh-dsa "public-key"; name-server { address; interfaces { em0 { unit 0 { family inet { address address ; Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine 3

13. Commit the configuration, which activates the configuration on the router: root@# commit After committing the configuration, you see the newly configured hostname appear after the username in the prompt for example, user@host#. JUNOS Software defaults are now set on the router. If you want to configure additional JUNOS Software properties at this time, remain in the CLI configuration mode and add the necessary configuration statements. You need to commit your configuration changes to activate them on the router. 14. Exit from the CLI configuration mode. root@ hostname# exit root@hostname> 15. Back up the configuration on the hard drive. After you have installed the software on the router, committed the configuration, and are satisfied that the new configuration is successfully running, you should issue the request system snapshot command to back up the new software to the /altconfig file system. If you do not issue the request system snapshot command, the configuration on the alternate boot device will be out of sync with the configuration on the primary boot device. The request system snapshot command causes the root file system to be backed up to /altroot, and /config to be backed up to /altconfig. The root and /config file systems are on the router s CompactFlash card, and the /altroot and /altconfig file systems are on the router s hard disk. NOTE: After you issue the request system snapshot command, you cannot return to the previous version of the software, because the running copy and the backup copy of the software are identical. Related Topics Initial Router Configuration Using the JUNOS Software Format for Specifying IP Addresses, Network Masks, and Prefixes in JUNOS Configuration Statements Default Directories for JUNOS Software File Storage on the Router 4 Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine

Configuring Basic Router or Switch Properties Configuring Automatic Mirroring of the CompactFlash Card on the Hard Disk Drive Published: 2010-04-26 Configuring the JUNOS Software the First Time on a Router with a Single Routing Engine 5