IGRP Routing with Point-To-Point Interfaces

From: Kenneth Sacca (ksacca@xxxxxxxxx)
Date: Mon Oct 30 2000 - 20:53:52 GMT-3


   
Hello,

I'm having some routing difficulty with point-to-point
interfaces. The main ATM interface has no ip address
assigned to it, only the subinterfaces have
IP addresses assigned to them. Because of that, there are
no interfaces on the 192.168.20.0 network that are broadcast.
I understand that with IGRP over NBMA networks, you must use
the neighbor command. I'm unclear as to what interface should
be used with the neighbor command. I can't create a loopback
interface and assign anything on 192.168.20 because of the
limitation of two host addresses on point-to-point networks.
I can not ping from the 3640 to the 7206 even though it is
directly connected.

Thanks for any help.

Ken

           ATM ATM
<3640> <--------> <LS1010> <--------> <7206>

**** Show IP Route

    192.168.30.0/32 is subnetted, 2 subnets
C 192.168.30.16 is directly connected, Virtual-Access24
C 192.168.30.15 is directly connected, Virtual-Access28
C 192.168.10.0/24 is directly connected, Serial2/1
C 192.168.200.0/24 is directly connected, Loopback0
C 192.168.21.0/24 is directly connected, Virtual-Access2
                     is directly connected, Virtual-Access24
C 192.168.20.0/24 is directly connected, Virtual-Access1
                     is directly connected, Virtual-Access28
     10.0.0.0/24 is subnetted, 1 subnets
C 10.0.56.0 is directly connected, Ethernet2/0

**** Running Config

#3640
 int atm 0/0
 no ip address
 !
 int atm 0/0.1 point-to-point
 pvc 1/32
  abr 100 80
  protocol ppp virtual-template 1
 !
 virtual-template 1
 ip address 192.168.20.15 255.255.255.0
 ppp multilink
 ppp multilink interleave
 !
 router igrp 10
  network 192.168.20.0

#7206
 int atm 1/0
 no ip address
 !
 int atm 1/0.1 point-to-point
 pvc 1/32
  abr 100 80
  protocol ppp virtual-template 1
 !
 virtual-template 1
 ip address 192.168.20.16 255.255.255.0
 ppp multilink
 ppp multilink interleave
 !
 router igrp 10
  network 192.168.20.0



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:32 GMT-3