This study plan is designed based on the Pomodoro Technique and Ebbinghaus Forgetting Curve, ensuring focused learning and effective long-term retention. The plan is split into four weeks of intensive preparation, targeting all key topics outlined for the JN0-363 exam.
JN0-363 Weekly Detailed Study Plan
Week 1: Building the Foundation
Day 1: Protocol-Independent Routing
- Morning: Theory Session (2 Pomodoro Sessions)
- Study the concept of static routing and when to use it.
- Understand how default routes (
0.0.0.0/0) direct traffic to unknown destinations.
- Learn about martian addresses (e.g.,
127.0.0.0/8) and their role in security.
- Afternoon: Lab Practice (2 Pomodoro Sessions)
- Configure a static route on a test network (e.g., route
192.168.1.0/24 via 10.0.0.1).
- Test route aggregation by summarizing
192.168.1.0/24 and 192.168.2.0/24 into 192.168.0.0/16.
- Set up martian filters to block traffic to invalid addresses.
- Evening: Review and Quiz (1 Pomodoro Session)
- Flashcards for key commands like
set routing-options static.
- Practice questions on static routes and martian addresses.
Day 2: Protocol-Independent Routing (Continued)
- Morning: Advanced Theory Session (2 Pomodoro Sessions)
- Explore the concept of load balancing using multiple static routes.
- Learn about routing instances (VRF) for isolating routing tables.
- Afternoon: Lab Practice (2 Pomodoro Sessions)
- Configure routing instances to separate traffic between two subnets.
- Test load balancing by configuring two next-hops for a single destination.
- Evening: Review (1 Pomodoro Session)
- Summarize learned concepts with a diagram of routing instances.
Day 3: OSPF (Introduction)
- Morning: Theory Session (2 Pomodoro Sessions)
- Learn about OSPF areas (backbone, stub, NSSA) and their purpose.
- Study the OSPF neighbor relationship states (Down → Init → Full).
- Afternoon: Lab Practice (2 Pomodoro Sessions)
- Configure OSPF Area 0 on a simple topology (3 routers).
- Test OSPF adjacencies and observe neighbor states using
show ospf neighbor.
- Evening: Quiz and Review (1 Pomodoro Session)
- Practice identifying the correct OSPF state for a given scenario.
Day 4: OSPF (Advanced Concepts)
- Morning: Theory Session (2 Pomodoro Sessions)
- Study Designated Router (DR) and Backup DR (BDR) elections.
- Learn about OSPF LSAs (Type 1, Type 2, Type 3).
- Afternoon: Lab Practice (2 Pomodoro Sessions)
- Configure a multi-area OSPF topology with Area 0 and Area 1.
- Observe LSA propagation using
show ospf database.
- Evening: Quiz and Flashcards (1 Pomodoro Session)
- Flashcards for OSPF LSA types.
Day 5: IS-IS
- Morning: Theory Session (2 Pomodoro Sessions)
- Learn about IS-IS Level 1 and Level 2 routing.
- Study the structure and purpose of IS-IS TLVs (e.g., TLV 1, TLV 128).
- Afternoon: Lab Practice (2 Pomodoro Sessions)
- Configure IS-IS for intra-area routing (Level 1).
- Add inter-area routing (Level 2) to enable connectivity between two areas.
- Evening: Quiz and Diagram (1 Pomodoro Session)
- Draw a topology showing IS-IS Level 1 and Level 2 areas.
Day 6-7: Weekly Review and Recap
Day 6
- Morning: Revisit notes and diagrams from Days 1–5.
- Afternoon: Practice labs for static routing, OSPF, and IS-IS.
- Evening: Quiz on all topics covered in Week 1.
Day 7
- Morning: Recreate all labs without looking at notes.
- Afternoon: Take a small mock test on Protocol-Independent Routing, OSPF, and IS-IS.
- Evening: Relax and review only weak areas identified in the mock test.
Week 2: Advanced Protocols and Layer 2 Concepts
Day 1-2: BGP
Day 1
- Morning: Theory Session
- Study BGP attributes (AS_PATH, NEXT_HOP, LOCAL_PREF).
- Learn how BGP selects the best route.
- Afternoon: Lab Practice
- Configure eBGP between two ASes (e.g., AS 65001 and AS 65002).
- Verify route exchange using
show bgp neighbor.
- Evening: Flashcards and Quiz
- Flashcards for BGP attributes.
- Quiz on route selection.
Day 2
- Morning: Theory Session
- Learn iBGP configuration and its requirements (e.g., full mesh or route reflectors).
- Afternoon: Lab Practice
- Configure iBGP with a route reflector.
- Manipulate route attributes like MED and LOCAL_PREF.
- Evening: Review and Troubleshooting
- Practice troubleshooting misconfigured BGP peers.
Day 3: VLANs and Bridging
- Morning: Theory Session
- Study VLAN concepts, including access ports, trunk ports, and tagging (802.1Q).
- Afternoon: Lab Practice
- Configure VLANs and assign them to switch ports.
- Create a trunk link between two switches and verify VLAN traffic.
- Evening: Review
- Diagram VLAN configurations and inter-VLAN routing.
Day 4: STP
- Morning: Theory Session
- Learn about Spanning Tree Protocol roles (Root Port, Designated Port, Blocked Port).
- Study BPDU structure and STP timers.
- Afternoon: Lab Practice
- Configure RSTP on a small network of switches.
- Simulate a link failure and observe convergence behavior.
- Evening: Flashcards
- Flashcards for STP port roles and BPDU details.
Day 5-6: MPLS
Day 5
- Morning: Theory Session
- Learn the basics of MPLS labels and label-switched paths (LSPs).
- Study LDP for label distribution.
- Afternoon: Lab Practice
- Configure MPLS and establish LSPs using LDP.
- Verify label operations using
show mpls lsp.
- Evening: Review and Quiz
- Flashcards for MPLS terminology.
Day 6
- Morning: Study RSVP-TE for explicit LSPs.
- Afternoon: Lab: Configure traffic-engineered LSPs using RSVP-TE.
- Evening: Troubleshoot RSVP-TE configurations.
Day 7: Weekly Review
- Revisit BGP, VLANs, STP, and MPLS labs.
- Take quizzes and mock tests for Week 2 topics.
Week 3: Practical Networking
Day 1-2: Tunneling
Day 1
- Morning: Theory Session
- Understand the principles of tunneling and encapsulation.
- Learn about GRE tunneling: use cases, advantages, and limitations.
- Study the structure of GRE headers and how they encapsulate packets.
- Afternoon: Lab Practice
- Configure a basic GRE tunnel between two routers:
- Set tunnel source and destination.
- Assign IP addresses to the tunnel interface.
- Test connectivity across the tunnel with
ping and traceroute.
- Simulate a failure by disabling the tunnel interface and observe behavior.
- Evening: Review
- Practice troubleshooting GRE tunnels (e.g., incorrect source/destination IP).
- Flashcards for GRE commands and header structure.
Day 2
- Morning: Theory Session
- Study IPsec tunneling: encryption, authentication, and key exchange.
- Learn about IKE (Phase 1 and Phase 2) and IPsec policies.
- Afternoon: Lab Practice
- Configure a site-to-site IPsec VPN:
- Define IKE and IPsec policies.
- Set up a secure tunnel using
st0 interfaces.
- Verify security associations using
show security ipsec.
- Evening: Review
- Practice troubleshooting IPsec (e.g., mismatched policies).
- Flashcards for key IPsec commands.
Day 3-4: IPv6
Day 3
- Morning: Theory Session
- Study IPv6 addressing: Global Unicast, Link-Local, and Unique Local.
- Learn about IPv6 address representation and compression.
- Understand the Neighbor Discovery Protocol (NDP) and its functions (e.g., Router Solicitation, Neighbor Solicitation).
- Afternoon: Lab Practice
- Configure IPv6 addresses on interfaces.
- Set up IPv6 SLAAC (Stateless Address Autoconfiguration).
- Test IPv6 communication using
ping6 and traceroute6.
- Evening: Review
- Practice NDP scenarios and IPv6 address calculations.
Day 4
- Morning: Theory Session
- Study IPv6 transition mechanisms (e.g., 6to4, ISATAP, and NAT64).
- Understand the dual-stack model for running IPv4 and IPv6 simultaneously.
- Afternoon: Lab Practice
- Configure a 6to4 tunnel for IPv6 traffic over an IPv4 network.
- Test dual-stack communication between IPv4-only and IPv6-enabled devices.
- Evening: Review
- Flashcards for IPv6 address prefixes and transition techniques.
Day 5-6: High Availability
Day 5
- Morning: Theory Session
- Study VRRP (Virtual Router Redundancy Protocol) and its failover mechanism.
- Learn about Bidirectional Forwarding Detection (BFD) for fast failure detection.
- Afternoon: Lab Practice
- Configure VRRP on two routers for gateway redundancy.
- Simulate a failover by disabling the primary VRRP router and observe the backup taking over.
- Configure BFD for a routing protocol (e.g., OSPF) to detect failures rapidly.
- Evening: Review
- Practice troubleshooting VRRP and BFD issues.
Day 6
- Morning: Theory Session
- Learn about Nonstop Routing (NSR) and Graceful Restart (GR) for routing stability.
- Study Unified ISSU (In-Service Software Upgrade) for upgrading without downtime.
- Afternoon: Lab Practice
- Simulate an NSR/GR scenario in OSPF or BGP.
- Test the functionality of ISSU in a dual-routing engine environment.
- Evening: Review
- Flashcards for HA mechanisms and commands.
Day 7: Weekly Review
- Morning: Revisit notes and diagrams for Tunneling, IPv6, and HA.
- Afternoon: Recreate all labs from the week to strengthen configurations.
- Evening: Take quizzes covering Week 3 topics and evaluate performance.
Week 4: Final Review and Exam Preparation
Day 1-3: Topic-Specific Review
- Goal: Focus on weak areas and ensure readiness for the exam.
Morning:
- Review notes and commands for each topic:
- Day 1: Protocol-Independent Routing, OSPF, IS-IS.
- Day 2: BGP, VLANs, STP.
- Day 3: MPLS, Tunneling, IPv6, HA.
- Create flashcards for any unclear concepts.
Afternoon:
- Practice labs on complex topics:
- Simulate BGP route selection scenarios.
- Test MPLS label switching.
- Configure HA with VRRP and BFD.
- Solve troubleshooting exercises.
Evening:
- Take quizzes for the day’s topics and review mistakes.
- Refine flashcards based on quiz results.
Day 4-5: Full-Length Mock Exams
- Morning: Take a full-length mock exam (2-3 hours).
- Afternoon:
- Analyze incorrect answers and identify weak areas.
- Revisit the related concepts or labs.
- Evening: Retake quizzes for weak areas.
Day 6: Quick Review
- Goal: Consolidate all knowledge and review high-priority topics.
Morning:
- Skim through flashcards and notes for key concepts.
- Focus on commands, diagrams, and troubleshooting steps.
Afternoon:
- Run through small, essential labs (e.g., OSPF, VRRP, and MPLS setups).
Evening:
- Relax and mentally prepare for the exam.
Day 7: Rest and Final Preparation
- Avoid heavy studying. Lightly review key notes and relax.
- Ensure you’re well-rested and ready for the test day.
Summary of Study Flow
- Week 1: Foundation (Routing Basics, OSPF, IS-IS).
- Week 2: Advanced Protocols (BGP, VLANs, STP, MPLS).
- Week 3: Practical Skills (Tunneling, IPv6, HA).
- Week 4: Consolidation and Testing (Full-Length Mock Exams, Quick Reviews).