! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R7 ! ! ! ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! interface Loopback1 ip address 192.168.70.1 255.255.255.0 ! interface Loopback2 ip address 192.168.71.1 255.255.255.0 ! interface Loopback3 ip address 192.168.72.1 255.255.255.0 ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 10.1.6.7 255.255.255.0 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router ospf 100 router-id 192.168.100.7 log-adjacency-changes network 10.1.7.1 0.0.0.0 area 20 network 10.1.6.7 0.0.0.0 area 20 network 192.168.70.0 0.0.0.255 area 20 network 192.168.71.0 0.0.0.255 area 20 network 192.168.72.0 0.0.0.255 area 20 ! ip classless ! ! ! no cdp run ! ! ! ! ! line con 0 line vty 0 4 login ! ! ! end