I can't ping from pc2 to pc0. Its says "Reply from 150.7.32.1: Destination host unreachable." I checked the routing table and there is no route to PC0. How could that be? All we PCs are configured correctly. Any ideas?
Router0
interface FastEthernet0/0
ip address 150.7.0.1 255.255.240.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/1/0
ip address 192.168.7.130 255.255.255.224
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 150.7.0.0
network 192.168.7.0
no auto-summary
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Router1
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
ip address 150.7.16.2 255.255.240.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/2/0
ip address 192.168.7.98 255.255.255.224
ip ospf authentication-key ccna3
!
interface Serial0/3/0
ip address 192.168.7.129 255.255.255.224
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
redistribute ospf 100 metric 10000 10 40 10 1500
network 192.168.7.0
network 150.7.0.0
no auto-summary
!
router ospf 1
log-adjacency-changes
area 0 authentication
redistribute eigrp 100 subnets
network 192.168.7.96 0.0.0.31 area 0
network 150.7.16.0 0.0.15.255 area 0
network 192.168.7.128 0.0.0.31 area 0
default-information originate
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Router2
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
ip address 150.7.32.1 255.255.240.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/2/0
ip address 192.168.7.97 255.255.255.224
ip ospf authentication-key ccna3
clock rate 64000
!
interface Serial0/3/0
ip address 192.168.7.66 255.255.255.224
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
area 0 authentication
network 150.7.32.0 0.0.15.255 area 0
network 192.168.7.64 0.0.0.31 area 0
network 192.168.7.96 0.0.0.31 area 0
!
ip classless
!
!
!
no cdp run
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end