! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 15 ip cef ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback3 ip address 3.0.1.0 255.0.0.0 ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 ip address 6.0.0.1 255.255.255.252 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 ip address 7.0.0.2 255.255.255.252 ip ospf cost 100 ! interface Serial0/2 no ip address shutdown ! interface Serial0/3 no ip address shutdown ! router ospf 1 log-adjacency-changes redistribute connected metric-type 1 subnets redistribute rip metric 30 metric-type 1 subnets network 7.0.0.0 0.255.255.255 area 0 ! router rip version 2 network 3.0.0.0 network 6.0.0.0 ! ip forward-protocol nd ! ! ip http server no ip http secure-server ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 logging synchronous line aux 0 line vty 0 4 ! ! end