Another newbie question here! For some reason I cannot ping the 172.16.10.10 (serial 0/0/0) IP Address from anywhere within this network.. I'm not sure what I'm missing here.
The network 172.16.10.0 has been subnetted with a /29 mask... So I have subnets 0,8 in the picture below with available addresses in the 0 subnet from 1 to 6 and in the 8 subnet 9 to 14.
Output from R1!
interface FastEthernet0/0
ip address 172.16.10.1 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.16.10.9 255.255.255.248
clock rate 148000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 172.16.10.8 255.255.255.248 172.16.10.10
!
Output from R2!
!
!
interface FastEthernet0/0
ip address 172.16.10.17 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 172.16.10.25 255.255.255.248
duplex auto
speed auto
!
interface Serial0/0/0
ip address 172.16.10.10 255.255.255.248
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 172.16.10.0 255.255.255.248 172.16.10.9
!
topology
Thanks for any help on this!