Skip to content

rikosintie/JNCIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resources

Juniper offers a 7 hour video training course called MIGRATING FROM THE CISCO CCNA TO THE JNCIA-JUNOS. As always, you have to create an account. Unlike Cisco, you have to use a corporate email address, they won't accept Google, Apple, OAUTH, etc.

When you complete the training they send you an email with an offer to take a sample exam up to 3 times. If you get a 70% or better, they send you a coupon for 75% off of the $200 Pearson exam!

Getting Started with Networking
If you are new to networking you should watch these. If you are a CCNA or better at least review because there are L2/L3 and IP addressing questions on the exam.

Exam Objectives

Ovbiously you need to know what is covered on the exam:
Exam Objectives

Additional Resources

Juniper offers quite a bit of free material to study from. Here are the ones I know about. Once you create a Learning Portal account you get access to several communitites. None are dedicated to the exams, but they are good for general knowledge. There is a dedicated twitter certification account.

Junos Learning Portal

Juniper forums

Apps

  • Find all of Junipers applications here
  • CLI Explorer - Complete CLI reference
  • Portable Libraries Doing a cutover and won't have Internet access? Grab a portable library!

Installation videos

Juniper vLabs

Juniper Technical Articles

Along with the Juniper CCNA to JCNIA videos, I think you need to review these articles based on my exam.

Watching Module 1 Junos fundamentals is important. There will be several questions on what the RE does and what the PFE does. I spent a lot of time watching this video and reading the junos-beginners-guide.pdf chapter 1.

The module 5/6 videos covered routing, route filters, firewall filters in depth. I would watch the module 5/6 videos several times and have the lab with a vSRX, vQFX and vMX active. That way you can pause the video and jump into the lab.

Pro Tip: Once the lab is active, click the "COMMANDS" menu, then "Add Allowed Network Prefixes". This allows you to enter your public IP and then connect without having to use the browser. So much better!

You will get an email from Juniper with the IP and port number for each device. It looks like this:

Pro Tip 2: Create a new SSH key pair and use keys to login.

If you are on windows, switch to Linux, I mean grab puttygen from the putty download page to create your keys.

On *nix

cd ~/.ssh
ssh-keygen -t ed25519

You will be prompted for a filename:

Enter file in which to save the key (/Users/mhubbard/.ssh/id_ed25519):

I would use Juniper_ed25519 so that it's obvious two weeks from now when you are trying to remember how to log in!

This will create Juniper_ed25519 and Juniper_25519.pub. The .pub is the key you copy to the router.

Log into each device using the browser to enable root authentication:

configure
set system root authentication plaintext [enter]
<plaintext password>
<confirm password>
show | compare
commit

Then use your ssh client to log in:

ssh root@<IP Address> -p <port in the email>

Once you are logged in, enter the following in configure mode:

root# set system login user vector authentication ssh-ed25519 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDoDOV0IobtYAgQXMDSvNPHVH7wVsD3iI9QBcF14hYUL"
root# set system login user vector class super-user

Obviously, you will need to use your public key, not mine.

Then, to log in:

ssh -i ~/.ssh/juniper_ed25519_key [email protected] -p 44020

Here are the articles I found useful:

That's about it. I know it seems like a lot for an associate exam but I don't like failing these things. I received a 93%k, passing was 61%. So I could have spent a lot less time studying, but I love the Junos devices and it wasn't really work to me.

Good luck!

Community Resources

Docker

GNS3

Juniper provides images that worn on GNS3 but you have to pay for the Juniper training.

Blogs

JNCIA-Junos Passed: Resources and Exam Thoughts
Juniper JunOS for Cisco Engineers Pt.1 – CLI Basics
Juniper JunOS for Cisco Engineers Pt.2 – Static Routing and OSPF
Juniper vSRX Setup & Initial Configuration Guide
vSRX Deployment Guide for Private and Public Cloud Platforms Requirements for vSRX on VMware
JNCIA-DevOps Passed – Resources & Exam Thoughts (Take it for free!)
Route-policy in JUNOS

AWS EC2 Instances

  • vMX
  • vSRX

Some websites I found useful in learning/supporting Juniper

Official Juniper Documentation Resources

JUNOS BASICS

Routing policies, Protocols, Firewall Filters, and Services

ADDITIONAL RESOURCES

About

MIGRATING FROM THE CISCO CCNA TO THE JNCIA-JUNOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published