🚀 Learn how to configure static routing in GNS3 with this detailed step-by-step tutorial! Whether you’re a beginner or preparing for CCNA, this video explains static routing, how to set it up in GNS3, and how to test connectivity between two PCs using routers.
🔹 What You’ll Learn in This Video:
✅ What is Static Routing? – Understand the fundamentals of manually configuring routes in a network.
✅ Network Topology Overview – Learn about the network setup with two routers and two PCs in GNS3.
✅ GNS3 Setup & Device Configuration – Step-by-step guide on adding and connecting devices.
✅ Assigning IP Addresses – Properly setting up IPs for routers and PCs to ensure smooth communication.
✅ Configuring Static Routes – Manually defining paths on each router so that PC1 can communicate with PC2 and vice versa.
✅ Testing Connectivity – Verifying the network using ping commands to confirm successful routing.
Commands:
Assigning IPs:
R1(config)# interface FastEthernet0/0
R1(config-if)# ip address 192.168.1.1 255.255.255.0
R1(config-if)# no shutdown
R1(config)# interface FastEthernet2/0
R1(config-if)# ip address 10.0.0.1 255.255.255.0
R1(config-if)# no shutdown
R2(config)# interface FastEthernet0/0
R2(config-if)# ip address 192.168.2.1 255.255.255.0
R2(config-if)# no shutdown
R2(config)# interface FastEthernet2/0
R2(config-if)# ip address 10.0.0.2 255.255.255.0
R2(config-if)# no shutdown
PC1# ip 192.168.1.2 255.255.255.0 192.168.1.1
PC2# ip 192.168.2.2 255.255.255.0 192.168.2.1
Configuring Static Routes
R1(config)# ip route 192.168.2.0 255.255.255.0 10.0.0.2
R2(config)# ip route 192.168.1.0 255.255.255.0 10.0.0.1
Testing Connectivity:
PC1# ping 192.168.2.2
🔹 Why Watch This Video?
Perfect for CCNA, networking students, and beginners in routing and switching.
Hands-on GNS3 lab tutorial with real-time configurations.
Explains each step clearly to ensure you understand static routing concepts.
📌 Keywords: Static Routing in GNS3, CCNA Static Routing, GNS3 Network Simulation, Routing and Switching, IP Routing, How to Configure Static Routes, GNS3 Lab Setup, Cisco Routing, GNS3 Tutorial, CCNA Routing.