diff --git a/00. Jeremy's IT LAB CCNA course.md b/00. Jeremy's IT LAB CCNA course.md index 8da9b8e..b61e6c1 100644 --- a/00. Jeremy's IT LAB CCNA course.md +++ b/00. Jeremy's IT LAB CCNA course.md @@ -19,3 +19,5 @@ tags: [[IPv4 Addressing (Part 1)]] [[IPv4 Addressing (Part 2)]] [[IPv4 Header]] +[[Routing Fundamentals]] +[[Static Routing]] diff --git a/11. Static Routing.md b/11. Static Routing.md new file mode 100644 index 0000000..515ab3a --- /dev/null +++ b/11. Static Routing.md @@ -0,0 +1,24 @@ +--- +id: 1777544578-NSAK +aliases: + - Static Routing +tags: [] +--- + +# Static Routing +## Network diagram + +![[Screenshot 2026-04-30 at 12.32.57.png]] + +## Default Gateway + +End hists like PC1 and PC4 can send packets directly to destinations in their connected network. +- PC1 is connected to 192.168.1.0/24, PC4 is connected to 192.168.4.0/24 + +## Review + +- Connected and Local routes +[[Routing Fundamentals]] +- Intro to Static Routes +- Static Route configuration +- Default Routes diff --git a/Ressources/Screenshot 2026-04-30 at 12.32.57.png b/Ressources/Screenshot 2026-04-30 at 12.32.57.png new file mode 100644 index 0000000..1369d12 Binary files /dev/null and b/Ressources/Screenshot 2026-04-30 at 12.32.57.png differ