How to Configure OSPF on Cisco Router in GNS3 | SYSNETTECH Solutions
This video shows you how to configure OSPF (Open Shortest Path First) routing protocol on the GNS3 network simulator program.
✅ S U B S C R I B E ► http://goo.gl/8d0iG9
✅ Article ► https://www.sysnettechsolutions.com/en/configure-ospf-on-cisco-router-in-gns3/
To configure the #OSPF Routing:
Step 1: If you have not installed #GNS3 before, please refer to videos of GNS3 installation on Windows, Linux, and macOS.
Windows ➦ https://www.youtube.com/watch?v=yuJ5qXFpr7Q
Linux/Ubuntu ➦ https://www.youtube.com/watch?v=b6A2peSovLU
macOS ➦ https://www.youtube.com/watch?v=MWStTRpwqBY
Step 2: After you have done the GNS3 setup, open it and drag and drop 2 Cisco Routers into the workspace.
Step 3: Add Serial Interface to Cisco Routers.
Step 4: Add two Cisco Switches to the GNS3 workspace.
Step 5: It is more advantageous to use Cloud PC on GNS3 and you can also work better on Cisco exams with VMware Workstation integration with GNS3.
Step 6: To configure your Cloud PC, please refer to the following video or article.
Video ➦ https://www.youtube.com/watch?v=DVokiwWzlxk
Article ➦ https://www.sysnettechsolutions.com/en/configure-cloud-in-gns3/
Step 7: Before configuring OSPF, specify the IP blocks for the two different networks. For example;
Network A ➦ 192.168.5.0/24
Network B ➦ 192.168.10.0/24
Step 8: Run the network devices.
Step 9: Do the IP configuration of Cloud PCs by opening virtual machines on VMware Workstation.
Step 10: Check your VMware Virtual Network Editor settings for the Cloud PC. Configure VMnet information correctly.
Step 11: Open the CLI command prompt for Routers and follow the commands below to enable OSPF.
R1# conf t
R1(config)# router ospf 10
R1(config-router)# network 10.1.1.0 0.0.0.3 area 0
R1(config-router)# network 192.168.5.0 0.0.0.255 area 0
R1(config-router)# end
R2# conf t
R2(config)# router ospf 10
R2(config-router)# network 10.1.1.0 0.0.0.3 area 0
R2(config-router)# network 192.168.10.0 0.0.0.255 area 0
R2(config-router)# end
Step 12: Watch the video for the remaining steps.
Step 13: Don't forget to subscribe to our YouTube channel for more videos on Cisco training with GNS3!
────────────BEST PRODUCT FOR OSPF────────────
✅ Buy ► http://bit.ly/AnatomyofOSPF
───────────────RELATED VIDEOS───────────────
➊ How to Integrate VMware with GNS3
➦ https://www.youtube.com/watch?v=SwE9VaZ7lXQ
➋ How to Configure RIP
➦ https://www.youtube.com/watch?v=839dk8lYhFU
➌ How to Configure Cloud
➦ https://www.youtube.com/watch?v=DVokiwWzlxk
➍ How to Install GNS3 2.0
➦ https://www.youtube.com/watch?v=PpIknkJG2dA
➎ How to Configure DHCP Relay Agent
➦ https://www.youtube.com/watch?v=TxR1kiQJ4G4
───────────────FOLLOW US───────────────────
✔ Facebook
➦ https://www.facebook.com/SysnettechSolutions/
✔ Twitter
➦ https://twitter.com/SysnettechS/
✔ Pinterest
➦ https://www.pinterest.com/SysnettechS/
✔ Instagram
➦ https://www.instagram.com/sysnettech_solutions/
✔ LinkedIn
➦ https://linkedin.com/in/tolqabaqci/
███████████████████████████████████████████