Re: Please Help me with this lab --- Im stuck

2001-03-18 Thread Tony van Ree

Hi,

I'm confused.  Why the ugly subnet masks on the Serial Interfaces? 

Teunis,
Hobart, Tasmania
Australia



On Friday, March 16, 2001 at 06:50:29 PM, Arthur Simplina wrote:

 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]
 
 


--
www.tasmail.com


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



RE: Please Help me with this lab --- Im stuck

2001-03-18 Thread SAM Meng Wai

Looking thru' your configuration and i found something funny.
Your serial network masking is 255.128.0.0  your ospf network
is set to 255.255.0.0. 

Maybe i suggest you to try to set your network masking to 255.255.0.0.

Rgds,
Sam

 -Original Message-
 From: David Bader [SMTP:[EMAIL PROTECTED]]
 Sent: Saturday, March 17, 2001 9:19 PM
 To:   Cisco Groupstudy; Albert Lu
 Subject:  AW: Please Help me with this lab --- Im stuck
 
 Make sure your default gateways on your ethernet hosts are pointing to
 your
 router1.
 
 dave
 
 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von
 Albert Lu
 Gesendet: Samstag, 17. März 2001 11:45
 An: MJL
 Cc: [EMAIL PROTECTED]
 Betreff: RE: Please Help me with this lab --- Im stuck
 
 
 A suggestion is to a 'trace' and see the results. It would show who is
 dropping the packet.
 
 Could you send a 'trace' result to the list?
 
 Albert
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
  MJL
  Sent: Saturday, 17 March 2001 9:33
  To: [EMAIL PROTECTED]
  Subject: Please Help me with this lab --- Im stuck
 
 
  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]
 
 _
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 
 _
 FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
 Report misconduct

RE: Please Help me with this lab --- Im stuck

2001-03-17 Thread Albert Lu

A suggestion is to a 'trace' and see the results. It would show who is
dropping the packet.

Could you send a 'trace' result to the list?

Albert

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 MJL
 Sent: Saturday, 17 March 2001 9:33
 To: [EMAIL PROTECTED]
 Subject: Please Help me with this lab --- Im stuck


 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]

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



Re: Please Help me with this lab --- Im stuck

2001-03-17 Thread Bradley J. Wilson

Also, when you send a ping, what is the response?  If it's a "destination
net not found," then check your routing tables along the path to the target.
If it's a "destination host not found," then your target isn't alive for
some reason.  If it's "request timed out," then check your routing tables on
the path *back* to the originator of the ping - the "real" response doesn't
know how to get back to you, so all it can do is time out.

BJ


- Original Message -
From: Albert Lu
To: MJL
Cc: [EMAIL PROTECTED]
Sent: Saturday, March 17, 2001 5:45 AM
Subject: RE: Please Help me with this lab --- Im stuck


A suggestion is to a 'trace' and see the results. It would show who is
dropping the packet.

Could you send a 'trace' result to the list?

Albert

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 MJL
 Sent: Saturday, 17 March 2001 9:33
 To: [EMAIL PROTECTED]
 Subject: Please Help me with this lab --- Im stuck


 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]

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

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



AW: Please Help me with this lab --- Im stuck

2001-03-17 Thread David Bader

Make sure your default gateways on your ethernet hosts are pointing to your
router1.

dave

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von
Albert Lu
Gesendet: Samstag, 17. März 2001 11:45
An: MJL
Cc: [EMAIL PROTECTED]
Betreff: RE: Please Help me with this lab --- Im stuck


A suggestion is to a 'trace' and see the results. It would show who is
dropping the packet.

Could you send a 'trace' result to the list?

Albert

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
 MJL
 Sent: Saturday, 17 March 2001 9:33
 To: [EMAIL PROTECTED]
 Subject: Please Help me with this lab --- Im stuck


 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]

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

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



Please Help me with this lab --- Im stuck

2001-03-16 Thread MJL

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]



Re: Please Help me with this lab --- Im stuck

2001-03-16 Thread HLBuri

check your mask's for the 10.128 net in your router ospf process.

Heather

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



Re: Please Help me with this lab --- Im stuck

2001-03-16 Thread Arthur Simplina

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]



Re: Please Help me with this lab --- Im stuck

2001-03-16 Thread Arthur Simplina

Additional comment:

Add the "bandwidth 56" to s0/0 of R2 to be the same as R1.

Arthur


  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
 
 

_
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]



RE: Please Help me with this lab --- Im stuck

2001-03-16 Thread Kim Edward B

I agree on this one.

-Original Message-
From: Arthur Simplina [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 6:56 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Please Help me with this lab --- Im stuck


Additional comment:

Add the "bandwidth 56" to s0/0 of R2 to be the same as R1.

Arthur


  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
 
 

_
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]
*
DISCLAIMER:   The information contained in this e-mail may be confidential
and is intended solely for the use of the named addressee.  Access, copying
or re-use of the e-mail or any information contained therein by any other
person is not authorized.  If you are not the intended recipient please
notify us immediately by returning the e-mail to the originator.

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



Re: Please Help me with this lab --- Im stuck

2001-03-16 Thread MJL

You guys are great!!!

I can ping the LAN from R1 and I can ping e0 from R2...Thanks for the BW
note but in this case I don't think that would cause the prob because I can
ping s0  e0 on R1...I did a debug IP ICMP on R2, sent the ping and didn't
get anything back - is this normal??

Also, Arthur, could you explain what you meant by my Ethernet being part of
Area 0...My objective was to do a single area lab and I see where your
coming fromAny additional input would be 110% appreciatedThanks
again.

MJL



""MJL"" [EMAIL PROTECTED] wrote in message
98u8fm$pam$[EMAIL PROTECTED]">news:98u8fm$pam$[EMAIL PROTECTED]...
 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]



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



RE: Please Help me with this lab --- Im stuck

2001-03-16 Thread Daniel Cotts

What about the default gateway and subnet mask on the hosts on the LAN? Does
it match the router's interface?

 -Original Message-
 From: MJL [mailto:[EMAIL PROTECTED]]
 Sent: Friday, March 16, 2001 6:58 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Please Help me with this lab --- Im stuck
 
 
 You guys are great!!!
 
 I can ping the LAN from R1 and I can ping e0 from R2...Thanks 
 for the BW
 note but in this case I don't think that would cause the prob 
 because I can
 ping s0  e0 on R1...I did a debug IP ICMP on R2, sent the 
 ping and didn't
 get anything back - is this normal??
 
 Also, Arthur, could you explain what you meant by my Ethernet 
 being part of
 Area 0...My objective was to do a single area lab and I see where your
 coming fromAny additional input would be 110% 
 appreciatedThanks
 again.
 
 MJL
 
 
 
 ""MJL"" [EMAIL PROTECTED] wrote in message
 98u8fm$pam$[EMAIL PROTECTED]">news:98u8fm$pam$[EMAIL PROTECTED]...
  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]
 
 
 
 _
 FAQ, list archives, and subscription info: 
 http://www.groupstudy.com/list/cisco.html
 Report misconduct 
 and Nondisclosure violations to [EMAIL PROTECTED]
 

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



Re: Please Help me with this lab --- Im stuck

2001-03-16 Thread Vincent


Hi;

Try extend ping  by using R2 serial int Ip address.

Rgds;
Vincent


""MJL"" [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó 98u8fm$pam$[EMAIL PROTECTED]">news:98u8fm$pam$[EMAIL PROTECTED]...
 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]



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