Posts

Showing posts with the label Juniper

RIP Configuration in Juniper Router

Image
                                  RIP  Configuration Router’s Configurations JUNIPER-1 [ Configure the network interfaces. ] root@Juniper-1# set  interface  em0  unit  0  family  inet address 12.0.0.2/8 root@Juniper-1# set  interface  em1  unit  0  family  inet address 192.168.1.1/24 root@Juniper-1#commit   [ Create the RIP group and add the interface ] root@Juniper-1#set  protocols  rip  group  rip-group  neighbor  em0 root@Juniper-1# set  protocols  rip  group  rip-group  neighbor  em1 root@Juniper-1#activate   protocols  rip  group  rip-group root@Juniper-1#commit   [ Create the routing policy to adver...

Juniper commands | Most basic CLI Commands list for JunOS Router

Image
  Juniper commands | Most basic CLI Commands list for JunOS Router Most Useful and important JunOS router Commands for Begginer: This article contain some of most frequent used commands of Juniper devices those are very helpful, especially for beginner those are new to juniper networks. Before going into Commands details you should know that there are different commands mode on juniper same like Cisco. So you must know about every command where to type it. You can simply differentiate into these modes into  ·           command-line interface (CLI) ·           Configuration mode How to login into Juniper router: Simply type user name and password, default username and password for JunOS Olive 12.1 is  root  with no password. Login:  root password: How to enter into Command-line interface mode: After logging into JunOS by your user name and password, you can enter into Comman...