Initial Configuration for Juniper Routers

Basic JUNOS

Initial Configuration for Juniper Routers

This article is telling about some of the initial configurations of Juniper Routers. Here are the steps that you will experience when you firstly start the Juniper CLI Junos.

1) The first thing you will see is the default user name “Amnesiac” on the screen.

Amnesiac (ttyv0)

2) After that the “login: “ word will appear and here, FreeBsd wants the initial user name from you.And this user name is “root” at the beginning.

login: root

3) But FreeBsd CLI is not the exact point for us. To exit here and enter the Juniper CLI Junos, we will use “cli” command. Here the “>” sign will show that we are in the junos.

Root % cli Root >

4) Now you are in Junos, but in “operational mode”. In here you can monitor and trace the network, but you can not configure anything. For configuration, you must enter the “configuration mode”. To do this use, “configure” command. Here the “#” sign will show that we are in the configuration mode.

Root > configure 

[edit] 
Root #

5) In configuration mode we can configure everything we want. But here, there is an important point. In Junos for configuration take effect, we must use “commit” command.And to use this command, firstly we must give the Junos a “root password” that is not configured by default. To configure the root password, we must enter the “system configuration” part.

[edit] 
Root # edit system 

[edit system] 
Root #
Lesson tags: junos, juniper
Back to: JNCIA Junos > Juniper JUNOS CLI
Comments are closed.