It seems to me that there is nothing wrong with your configuration. The 
network 10.1.0.0 is reachable from R2 based on the routing table.

on R2,try : ping 10.1.5.1 (the e0/0 of R1)

If this is successful, then something could be wrong with your LAN 
connections.

>From R1, can you ping the connected devices at the LAN?

Comment: Your Ethernet network 10.1.0.0 is part of Area 0? Is this a good 
design?

Arthur


>From: "MJL" <[EMAIL PROTECTED]>
>Reply-To: "MJL" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Please Help me with this lab --- Im stuck
>Date: Fri, 16 Mar 2001 17:32:37 -0500
>
>Hi gang...
> >
> > I have a problem that is driving me nutz. Take a look at my configs and
> > see
> > if you can figure it out.
> >
> > Diagram:
> >
> >
> > ____|___|____ ethernet LAN
> > |
> > R1 --------------serial----------------------R2
> >
> >
> >
> > Problem: I can't ping anything on the LAN from R2
> >
> >
> >
> > R1#sh run
> > Building configuration...
> >
> > Current configuration:
> > !
> > version 11.2
> > no service password-encryption
> > no service udp-small-servers
> > no service tcp-small-servers
> > !
> > hostname R1
> > !
> > !
> > !
> > interface Ethernet0
> > ip address 10.1.5.1 255.255.0.0
> > !
> > interface Serial0
> > ip address 10.128.1.1 255.128.0.0
> > bandwidth 56
> > clockrate 56000
> > !
> > interface Serial1
> > no ip address
> > shutdown
> > !
> > router ospf 200
> > network 10.1.0.0 0.0.255.255 area 0
> > network 10.128.0.0 0.0.255.255 area 0
> > !
> > ip classless
> > !
> > !
> > line con 0
> > logging synchronous
> > line aux 0
> > line vty 0 4
> > login
> > !
> > end
> >
> >
> >
> > R1 Routing Table:
> >
> > R1#sh ip route
> > Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
> > D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
> > N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
> > E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
> > i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate
> > default
> > U - per-user static route, o - ODR
> >
> > Gateway of last resort is not set
> >
> > 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
> > C 10.1.0.0/16 is directly connected, Ethernet0
> > C 10.128.0.0/9 is directly connected, Serial0
> > 172.16.0.0/32 is subnetted, 1 subnets
> > O 172.16.25.1 [110/1786] via 10.128.1.2, 00:04:20, Serial0
> >
> >
> > 
>--------------------------------------------------------------------------
> > --
> > -------------
> >
> > Router #2
> >
> > R2#sh
> > %SYS-5-CONFIG_I: Configured from console by console run
> > Building configuration...
> >
> > Current configuration:
> > !
> > version 11.2
> > no service password-encryption
> > no service udp-small-servers
> > no service tcp-small-servers
> > !
> > hostname R2
> > !
> > enable password ccna
> > !
> > !
> > interface Loopback0
> > ip address 172.16.25.1 255.255.0.0
> > !
> > interface Ethernet0
> > no ip address
> > shutdown
> > !
> > interface Serial0
> > ip address 10.128.1.2 255.128.0.0
> > !
> > interface Serial1
> > no ip address
> > shutdown
> > !
> > router ospf 200
> > network 10.128.0.0 0.0.255.255 area 0
> > network 172.16.0.0 0.0.255.255 area 0
> > !
> > ip classless
> > !
> > !
> > line con 0
> > line aux 0
> > line vty 0 4
> > password cisco
> > login
> > !
> > end
> >
> >
> > R2 Routing Table:
> >
> >
> > R2#sh ip route
> > Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
> > D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
> > N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
> > E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
> > i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate
> > default
> > U - per-user static route, o - ODR
> >
> > Gateway of last resort is not set
> >
> > 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
> > O 10.1.0.0/16 [110/74] via 10.128.1.1, 00:06:04, Serial0
> > C 10.128.0.0/9 is directly connected, Serial0
> > C 172.16.0.0/16 is directly connected, Loopback0
>
>
>
>_________________________________
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to