As I suspected - check your router D routing table.

this one is a classic problem, and one you MUST be able to solve in advanced
studies.

the question remains - why is it that IGRP is not seeing the subnets out of
the OSPF domain? How do you correct the problem?

My previous posts contained some of the answer. Think "classfull" in terms
of IGRP behaviour.

Chuck

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Hunt Lee
Sent: Friday, December 07, 2001 5:01 PM
To: [EMAIL PROTECTED]
Subject: Re: Redistribution Question [7:28374]


I already had the default-metric statment on the ASBR (Router C for IGRP
process), I tried to add this to Router D (IGRP process), with no help.
These are the routing table outputs and trace routes outputs from the
routers:

Any ideas??

Thanks.
Hunt


RouterA#show 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
       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

Gateway of last resort is not set

     10.0.0.0 255.255.255.0 is subnetted, 1 subnets
C       10.1.1.0 is directly connected, Serial1
     192.168.1.0 255.255.255.240 is subnetted, 1 subnets
O IA    192.168.1.16 [110/128] via 10.1.1.1, 00:07:03, Serial1
     192.168.2.0 255.255.255.240 is subnetted, 1 subnets
O E2    192.168.2.48 [110/20] via 10.1.1.1, 00:07:03, Serial1
RouterA#


RouterB#show 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
       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

Gateway of last resort is not set

     10.0.0.0 255.255.255.0 is subnetted, 1 subnets
C       10.1.1.0 is directly connected, Serial1
     192.168.1.0 255.255.255.240 is subnetted, 1 subnets
C       192.168.1.16 is directly connected, Serial0
     192.168.2.0 255.255.255.240 is subnetted, 1 subnets
O E2    192.168.2.48 [110/20] via 192.168.1.18, 00:07:45, Serial0
RouterB#


RouterC#show 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/24 is subnetted, 1 subnets
O IA    10.1.1.0 [110/128] via 192.168.1.17, 00:09:58, Serial0
     192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
S       192.168.1.0/24 is directly connected, Null0
C       192.168.1.16/28 is directly connected, Serial0
     192.168.2.0/28 is subnetted, 1 subnets
C       192.168.2.48 is directly connected, Serial1
RouterC#

RouterD#show 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, ia - IS-IS inter
area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

I    10.0.0.0/8 [100/8576] via 192.168.2.49, 00:00:58, Serial0
     192.168.2.0/28 is subnetted, 1 subnets
C       192.168.2.48 is directly connected, Serial0
RouterD#


And when I ping from Router A to D, it works.. but it doesn't work from B to
D (& vice versa)

RouterA#ping 192.168.2.50
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.50, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 84/86/88 ms
RouterA#

RouterB#ping 192.168.2.50
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.50, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
RouterB#


And here's what I got from OSPF topology table:

RouterA#show ip ospf database

       OSPF Router with ID (10.1.1.100) (Process ID 100)


                Router Link States (Area 1)

Link ID         ADV Router      Age    Seq#       Checksum Link count
10.1.1.100      10.1.1.100      878    0x80000004 0x4E4    2
192.168.1.17    192.168.1.17    822    0x8000000F 0xEE46   2

                Summary Net Link States (Area 1)

Link ID         ADV Router      Age    Seq#       Checksum
192.168.1.16    192.168.1.17    812    0x80000001 0xBC79

                Summary ASB Link States (Area 1)

Link ID         ADV Router      Age    Seq#       Checksum
192.168.2.49    192.168.1.17    802    0x80000001 0xB251

                AS External Link States

Link ID         ADV Router      Age    Seq#       Checksum Tag
192.168.2.48    192.168.1.49    1190   0x80000002 0xA7CF   0
192.168.2.48    192.168.2.49    829    0x80000001 0xA2D4   0
RouterA#


RouterB#show ip ospf database

       OSPF Router with ID (192.168.1.17) (Process ID 100)


                Router Link States (Area 0)

Link ID         ADV Router      Age    Seq#       Checksum Link count
192.168.1.17    192.168.1.17    862    0x80000015 0x41F3   2
192.168.1.49    192.168.1.49    2020   0x80000004 0x49BA   2
192.168.2.49    192.168.2.49    864    0x80000002 0x38CC   2

                Summary Net Link States (Area 0)

Link ID         ADV Router      Age    Seq#       Checksum
10.1.1.0        192.168.1.17    869    0x80000005 0xD2BE

                Router Link States (Area 1)

Link ID         ADV Router      Age    Seq#       Checksum Link count
10.1.1.100      10.1.1.100      928    0x80000004 0x4E4    2
192.168.1.17    192.168.1.17    870    0x8000000F 0xEE46   2

                Summary Net Link States (Area 1)

Link ID         ADV Router      Age    Seq#       Checksum
192.168.1.16    192.168.1.17    860    0x80000001 0xBC79

                Summary ASB Link States (Area 1)

Link ID         ADV Router      Age    Seq#       Checksum
192.168.2.49    192.168.1.17    851    0x80000001 0xB251

                AS External Link States

Link ID         ADV Router      Age    Seq#       Checksum Tag
192.168.2.48    192.168.1.49    1239   0x80000002 0xA7CF   0
192.168.2.48    192.168.2.49    876    0x80000001 0xA2D4   0
RouterB#


RouterA#trace 192.168.2.50

Type escape sequence to abort.
Tracing the route to RouterD (192.168.2.50)

  1 10.1.1.1 16 msec 16 msec 16 msec
  2 RouterC (192.168.1.18) 32 msec 28 msec 32 msec
  3 RouterD (192.168.2.50) 44 msec *  40 msec
RouterA#


RouterB#trace 192.168.2.50

Type escape sequence to abort.
Tracing the route to RouterD (192.168.2.50)

  1 RouterC (192.168.1.18) 16 msec 12 msec 16 msec
  2  *  *  *
  3  *  *  *
  4
RouterB#




""Stefan Dozier""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Well since I need the redistribution practice, figured
> I'd plug your config into my pod and see if I could figure
> out what gives!
>
> First thing I noticed...and it may just be a typo or dyslexia
> (it's an affliction I experience often (smile))if you didn't
> cut and paste your configs.
> From your post...
>
> A is connected to B with 10.1.1.100 / 24 - Serial 0
>
> B is connected to A with 10.1.1.1 / 24 - Serial 0
> B is connected to C with 192.168.1.17 /28 - Serial 1
>
> doesn't coincide with your posted configs
>
> hostname RouterA
> !
> interface Serial1
>  ip address 10.1.1.100 255.255.255.0
>  clockrate 64000
>
> hostname RouterB
> !
> interface Serial0
>  ip address 192.168.1.17 255.255.255.240
>  no fair-queue
> !
> interface Serial1
>  ip address 10.1.1.1 255.255.255.0
>
> Second...Here's my plugged in config and all devices have
> connectivity to all other devices as expected.
>
> Caveat: only the necessary portions of the config are listed
> for brevity and I changed some DTE/DCE interfaces and increased
> the clockrate (personal preferrence)!
>
> hostname RouterA
> !
> interface Serial0
>  ip address 10.1.1.100 255.255.255.0
>  no fair-queue
> !
> router ospf 100
>  network 10.1.1.100 0.0.0.0 area 1
> !
> end
> !
> hostname RouterB
> !
> interface Serial0
>  ip address 10.1.1.1 255.255.255.0
>  no fair-queue
>  clockrate 4000000
> !
> interface Serial1
>  ip address 192.168.1.17 255.255.255.240
> !
> router ospf 100
>  network 192.168.1.17 0.0.0.0 area 0
>  network 10.1.1.1 0.0.0.0 area 1
> !
> end
> !
> hostname RouterC
> !
> interface Serial0
>  ip address 192.168.1.18 255.255.255.240
>  no fair-queue
>  clockrate 4000000
> !
> interface Serial1
>  ip address 192.168.2.49 255.255.255.240
>  clockrate 4000000
> !
> router ospf 100
>  redistribute igrp 200 metric-type 1 subnets
>  network 192.168.1.18 0.0.0.0 area 0
>  default-metric 10
> !
> router igrp 200
>  redistribute ospf 100
>  network 192.168.2.0
>  default-metric 10000 100 255 1 1500
> !
> ip route 192.168.1.0 255.255.255.0 Null0
> !
> end
> !
> hostname RouterD
> !
> interface Serial0
>  ip address 192.168.2.50 255.255.255.240
>  no fair-queue
> !
> router igrp 200
>  network 192.168.2.0
> !
> end
>
> HTH
>
> Stefan
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Hunt Lee
> Sent: Friday, December 07, 2001 2:35 AM
> To: [EMAIL PROTECTED]
> Subject: Redistribution Question [7:28374]
>
>
> I need some help on a Redistribution question:
>
> I have setup 4 routers:
>
> Router A - Router B - Router C - Router D
>
> A, B & C are running OSPF, and C & D are running IGRP - I'm trying to
> redistribute between OSPF & IGRP routes:
>
> A is connected to B with 10.1.1.100 / 24 - Serial 0
>
> B is connected to A with 10.1.1.1 / 24 - Serial 0
> B is connected to C with 192.168.1.17 /28 - Serial 1
>
> C is connected to B with 192.168.1.18 / 28 - Serial 0
> C is connected to D with 192.168.2.49 / 28 - Serial 1
>
> D is connected to C with 192.168.2.50 / 28 - Serial 0
>
> However, I could only ping from D to A (& vice versa), but I couldn't ping
> from B to D, or D to B
> N.B:  D to C (and vice versa) is fine as they are directly connected
>
> Any help will be greatly appreciated.
>
> Thanks in advance,
>
> Hunt Lee
>
>
> Below are the configs for the routers:
>
> Router A
> version 11.0
>
> service udp-small-servers
>
> service tcp-small-servers
>
> !
>
> hostname RouterA
>
> !
>
> !
>
> no ip domain-lookup
>
> !
>
> interface Ethernet0
>
>  no ip address
>
>  shutdown
>
> !
>
> interface Serial0
>
>  no ip address
>
>  no fair-queue
>
>  clockrate 64000
>
> !
>
> interface Serial1
>
>  ip address 10.1.1.100 255.255.255.0
>
>  clockrate 64000
>
> !
>
> router ospf 100
>
>  network 10.1.1.100 0.0.0.0 area 1
>
> !
>
> ip host RouterB 10.1.1.1
>
> ip host RouterC 192.168.1.18
>
> ip host RouterD 192.168.2.50
>
> !
>
> line con 0
>
> line aux 0
>
>  transport input all
>
> line vty 0 4
>
>  login
>
> !
>
> end
>
>
> Router B
> version 11.0
>
> service udp-small-servers
>
> service tcp-small-servers
>
> !
>
> hostname RouterB
>
> !
>
> no ip domain-lookup
>
> !
>
> interface Ethernet0
>
>  no ip address
>
>  shutdown
>
> !
>
> interface Serial0
>
>  ip address 192.168.1.17 255.255.255.240
>
>  no fair-queue
>
> !
>
> interface Serial1
>
>  ip address 10.1.1.1 255.255.255.0
>
> !
>
> router ospf 100
>
>  network 192.168.1.17 0.0.0.0 area 0
>
>  network 10.1.1.1 0.0.0.0 area 1
>
> !
>
> ip host RouterA 10.1.1.100
>
> ip host RouterC 192.168.1.18
>
> ip host RouterD 192.168.2.50
>
> !
>
> line con 0
>
> line aux 0
>
>  transport input all
>
> line vty 0 4
>
>  login
>
> !
>
> end
>
>
>
> Router C
>
> version 12.0
>
> service timestamps debug uptime
>
> service timestamps log uptime
>
> no service password-encryption
>
> !
>
> hostname RouterC
>
> !
>
> !
>
> ip subnet-zero
>
> no ip domain-lookup
>
> ip host RouterA 10.1.1.100
>
> ip host RouterB 192.168.1.17
>
> ip host RouterD 192.168.2.50
>
>
>
> !
>
> interface Ethernet0
>
>  no ip address
>
>  no ip directed-broadcast
>
>  shutdown
>
> !
>
> interface Serial0
>
>  ip address 192.168.1.18 255.255.255.240
>
>  no ip directed-broadcast
>
>  no ip mroute-cache
>
>  no fair-queue
>
>  clockrate 64000
>
> !
>
> interface Serial1
>
>  ip address 192.168.2.49 255.255.255.240
>
>  no ip directed-broadcast
>
>  clockrate 64000
>
> !
>
> interface BRI0
>
>  no ip address
>
>  no ip directed-broadcast
>
>  shutdown
>
> !
>
> router ospf 100
>
>  redistribute igrp 200 metric-type 1 subnets
>
>  network 192.168.1.18 0.0.0.0 area 0
>
>  default-metric 10
>
> !
>
> router igrp 200
>
>  redistribute ospf 100
>
>  network 192.168.2.0
>
>  default-metric 10000 100 255 1 1500
>
> !
>
> ip classless
>
> ip route 192.168.1.0 255.255.255.0 Null0
>
> !
>
> line con 0
>
>  transport input none
>
> line aux 0
>
> line vty 0 4
>
>  login
>
> !
>
> end
>
>
>
> Router D
>
> version 12.1
>
> service timestamps debug uptime
>
> service timestamps log uptime
>
> no service password-encryption
>
> !
>
> hostname RouterD
>
> !!
>
> ip subnet-zero
>
> no ip finger
>
> no ip domain-lookup
>
> ip host RouterC 192.168.1.49
>
> ip host RouterB 192.168.1.17
>
> ip host RouterA 10.1.1.100
>
> !
>
> interface Ethernet0
>
>  no ip address
>
>  shutdown
>
> !
>
> interface Serial0
>
>  ip address 192.168.2.50 255.255.255.240
>
>  no fair-queue
>
> !
>
> interface Serial1
>
>  no ip address
>
>  shutdown
>
> !
>
> router igrp 200
>
>  network 192.168.2.0
>
> !
>
> ip classless
>
> ip http server
>
> !
>
> line con 0
>
>  exec-timeout 0 0
>
>  transport input none
>
> line 1 16
>
> line aux 0
>
> line vty 0 4
>
>  login
>
> !
>
> end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=28523&t=28374
--------------------------------------------------
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