! ! !>>>>>Network-Helper.com GNS3 LAB<<<<< ! ! hostname R1 ! ! ! ! ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.248 ip ospf message-digest-key 1 md5 cisco duplex auto speed auto ! interface Serial0/0 ip address 10.0.0.1 255.255.255.252 ip ospf message-digest-key 2 md5 cisco2 clock rate 2000000 ! ! ! router ospf 1 router-id 1.1.1.1 log-adjacency-changes area 0 authentication message-digest network 10.0.0.0 0.0.0.3 area 0 network 192.168.1.0 0.0.0.7 area 0 ! ! ! line con 0 logging synchronous ! ! end