 Serial0/1/0 from 192.168.224.1
*Dec  5 12:08:28.082: OSPF: Rcv hello from 192.168.252.1 area 2 from Serial0/1/0 192.168.224.2
*Dec  5 12:08:28.082: OSPF: End of hello processing
*Dec  5 12:08:31.086: OSPF: Send hello to 224.0.0.5 area 0 on FastEthernet0/1 from 192.168.1.3
*Dec  5 12:08:37.498: OSPF: Rcv hello from 192.168.64.1 area 0 from FastEthernet0/1 192.168.1.2
*Dec  5 12:08:37.502: OSPF: End of hello processing
*Dec  5 12:08:37.950: OSPF: Send hello to 224.0.0.5 area 2 on Serial0/1/0 from 192.168.224.1
*Dec  5 12:08:38.082: OSPF: Rcv hello from 192.168.252.1 area 2 from Serial0/1/0 192.168.224.2
*Dec  5 12:08:38.082: OSPF: End of hello processing
*Dec  5 12:08:41.086: OSPF: Send hello to 224.0.0.5 area 0 on FastEthernet0/1 from 192.168.1.3
*Dec  5 12:08:47.502: OSPF: Rcv hello from 192.168.64.1 area 0 from FastEthernet0/1 192.168.1.2
*Dec  5 12:08:47.502: OSPF: End of hello processing
*Dec  5 12:08:47.950: OSPF: Send hello to 224.0.0.5 area 2 on Serial0/1/0 from 192.168.224.1
*Dec  5 12:08:48.082: OSPF: Rcv hello from 192.168.252.1 area 2 from Serial0/1/0 192.168.224.2
*Dec  5 12:08:48.082: OSPF: End of hello processing
*Dec  5 12:08:51.086: OSPF: Send hello to 224.0.0.5 area 0 on FastEthernet0/1 from 192.168.1.3
sanjose3#
sanjose3#
sanjose3#u all
Port Statistics for unclassified packets is not turned on.

All possible debugging has been turned off
sanjose3#cop r s
Destination filename [startup-config]?
Building configuration...
[OK]
sanjose3#ping 172.16.0.5

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/15/16 ms
sanjose3#

sanjose3#sh run
Building configuration...

Current configuration : 989 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname sanjose3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet0/1
 ip address 192.168.1.3 255.255.255.0
 ip ospf priority 0
 duplex auto
 speed auto
!
interface Serial0/1/0
 ip address 192.168.224.1 255.255.255.252
 no fair-queue
!
interface Serial0/1/1
 no ip address
 shutdown
 clockrate 125000
!
router ospf 1
 log-adjacency-changes
 area 2 stub
 network 192.168.1.0 0.0.0.255 area 0
 network 192.168.224.0 0.0.0.3 area 2
!
router ospf 2
 log-adjacency-changes
!
ip classless
!
ip http server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end

sanjose3#
