OSPF by 7 Examples, GNS3 and Cisco

Simple Model Step by Step R1 enable conf ter interface f 0/0 ip addr 10.10.10.1 255.255.255.0 no shutdown exit router ospf 1 network 10.10.10.0 0.0.0.255 area 0 exit end R2 enable conf ter interface f 0/0 ip addr 10.10.10.2 255.255.255.0 no shutdown exit router ospf 1 network 10.10.10.0 0.0.0.255 area 0 exit end ๐ŸŽ‰ Single Area Model Topology Step by Step PC1 ip 10.10.10.10/24 10.10.10.1 PC2 ip 50.50.50.50/24 50.50.50.1 R1 enable conf ter interface f 0/0 ip addr 10....

May 4, 2024 ยท 10 min ยท 2105 words ยท Zhao Yanbo

Static Routing by 3 Examples, GNS3 and Cisco

In this blog we will go through the procedure of configuring static routing on Cisco devices in GNS3. Prequires Install GNS3 Import Cisco device image as EtherSwitch and Router. Iโ€™m using C3660. Example 1 Topology fa1/1โ”Œโ”€โ”€โ”€โ”€โ” fa1/2 โ”Œโ”€โ”€โ”€โ”€โ”€โ”ค R1 โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ โ””โ”€โ”€โ”€โ”€โ”˜ โ”‚ โ”‚e0 โ”‚ โ”Œโ”€โ”ดโ”€โ”€โ” โ”Œโ”€โ”€โ”ดโ”€โ” โ”‚VPC1โ”‚ โ”‚VPC2โ”‚ โ””โ”€โ”€โ”€โ”€โ”˜ โ””โ”€โ”€โ”€โ”€โ”˜ Step by Step on Router: enable conf ter do show interfaces status interface fa 1/1 no switchport ip address 192....

April 20, 2024 ยท 3 min ยท 572 words ยท Zhao Yanbo