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....