This study plan combines effective learning methods like the Pomodoro Technique for focused sessions and Ebbinghaus Forgetting Curve for spaced repetition to ensure deep understanding and long-term retention. It provides detailed daily tasks for each topic to prepare you thoroughly for the JN0-105 exam.
Objective: Develop a strong foundational understanding of networking principles.
Task: Understand data encapsulation and the difference between MAC and IP addresses.
Detailed Description:
Study Method:
Task: Learn the concepts of collision and broadcast domains and how they are managed.
Detailed Description:
Study Method:
Task: Study the OSI model layers and their functions.
Detailed Description:
Study Method:
Task: Compare the OSI and TCP/IP models.
Detailed Description:
Study Method:
Task: Understand the basics of static routing.
Detailed Description:
Study Method:
Pomodoro 1: Watch a video explaining static routing.
Pomodoro 2: Practice configuring a static route in a simulator:
set routing-options static route 192.168.2.0/24 next-hop 192.168.1.254
Pomodoro 3: Review routing table outputs using the show route command.
Pomodoro 4: Solve practice scenarios (e.g., "What happens if a static route is missing?").
Task: Understand the basics of OSPF and BGP protocols.
Detailed Description:
Study Method:
Pomodoro 1: Watch an OSPF configuration tutorial.
Pomodoro 2: Practice configuring an OSPF area in a lab:
set protocols ospf area 0.0.0.0 interface ge-0/0/0
Pomodoro 3: Study BGP using a case study (e.g., how ISPs use BGP).
Pomodoro 4: Solve exercises comparing OSPF and BGP.
Task: Consolidate all learning from Week 1.
Detailed Description:
Study Method:
Objective: Develop a strong understanding of Junos OS architecture, configuration management, and modular design principles.
Task: Understand the structure and roles of the control plane and forwarding plane.
Detailed Description:
Study Method:
Task: Explore the interaction between routing decisions and packet forwarding.
Detailed Description:
Study Method:
Task: Learn the difference between candidate and active configurations.
Detailed Description:
show configuration.Study Method:
Pomodoro 1: Practice making changes to candidate configurations in a simulator:
set system host-name MyRouter
Pomodoro 2: Practice using the commit and rollback commands.
Pomodoro 3: Watch a video tutorial on managing configurations safely.
Pomodoro 4: Solve a scenario where a configuration error needs to be corrected using rollback.
Task: Understand advanced configuration management commands and workflows.
Detailed Description:
Learn how to save configurations to files for backup:
save config backup.conf
Learn how to load configurations from a file:
load override backup.conf
Study best practices for large-scale configuration changes.
Study Method:
Task: Study Junos OS modularity and its benefits.
Detailed Description:
Study Method:
Task: Consolidate all knowledge from Week 2.
Detailed Description:
Study Method:
Objective: Master Junos CLI, J-Web interface, and initial configuration.
Task: Understand Operational and Configuration modes.
Detailed Description:
show, monitor).set, delete, commit).Study Method:
Task: Explore advanced CLI features like autocompletion and command history.
Detailed Description:
Tab for autocompletion.? for context-sensitive help.Study Method:
Task: Learn to access and navigate the J-Web interface.
Detailed Description:
Study Method:
Task: Configure basic settings using J-Web.
Detailed Description:
Study Method:
Task: Learn to configure hostnames, user accounts, and interfaces.
Detailed Description:
Set a hostname:
set system host-name MyRouter
Create a user account:
set system login user admin class super-user authentication plain-text-password
Configure an interface:
set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24
Study Method:
Task: Consolidate all Week 3 topics.
Detailed Description:
Study Method:
Pomodoro 3: Write a summary of key concepts.
Pomodoro 4: Relax and prepare for Week 4.
Objective: Focus on mastering advanced topics such as routing policies and firewall filters. Prepare for the JN0-105 exam with full-length mock tests, targeted reviews, and hands-on practice.
Task: Understand the purpose and syntax of routing policies.
Detailed Description:
Learn the default behavior of routing policies in Junos:
Study the syntax for creating policies:
from, then) and how they define conditions and actions.Practice creating a policy to accept specific routes:
set policy-options policy-statement IMPORT_POLICY term 1 from protocol bgp
set policy-options policy-statement IMPORT_POLICY term 1 then accept
Study Method:
Task: Learn to apply routing policies to routing protocols.
Detailed Description:
Study how routing policies are applied to routing processes (e.g., OSPF, BGP).
Practice applying a routing policy to a protocol:
set protocols bgp group EXTERNAL import IMPORT_POLICY
Learn how routing policies affect incoming and outgoing routes.
Study Method:
Goal: Confidently create, modify, and apply routing policies.
Task: Learn the purpose and configuration of firewall filters.
Detailed Description:
from (conditions) and then (actions).Study Method:
Pomodoro 1: Watch a video tutorial on creating firewall filters.
Pomodoro 2: Configure a filter to allow HTTP traffic:
set firewall family inet filter ALLOW_HTTP term ALLOW_HTTP from protocol tcp
set firewall family inet filter ALLOW_HTTP term ALLOW_HTTP from destination-port 80
set firewall family inet filter ALLOW_HTTP term ALLOW_HTTP then accept
Pomodoro 3: Review the steps for applying a filter to an interface:
set interfaces ge-0/0/0 unit 0 family inet filter input ALLOW_HTTP
Pomodoro 4: Test understanding with a quiz on filtering scenarios.
Task: Configure complex firewall filters and apply them in scenarios.
Detailed Description:
Practice creating a filter to block all traffic except specific types (e.g., HTTP, SSH).
Use filters to log and discard unwanted traffic:
set firewall family inet filter BLOCK_ALL term BLOCK_OTHER then discard
Test filter effectiveness by applying them in a lab.
Study Method:
Goal: Confidently create, apply, and troubleshoot firewall filters.
Task: Simulate the actual JN0-105 exam to test your knowledge and time management.
Detailed Description:
Study Method:
Task: Consolidate all topics and focus on hands-on practice.
Detailed Description:
Study Method: