From: Jonathan V Hays (jhays@jtan.com)
Date: Mon Aug 04 2003 - 13:47:28 GMT-3
If you don't include your configs you can't seriously expect an informed
response, given the lack of detail in your post. All anyone can do is
make a wild guess.
You say you were using a virtual-access interface. Were you using ppp
over frame-relay?
I just tried it with RIP version 1 and it works fine. See below.
R1:
frame-relay switching
!
interface Loopback0
ip address 150.1.1.1 255.255.255.0
!
interface Loopback1
ip address 195.1.1.1 255.255.255.0
!
interface Virtual-Template1
ip address 150.1.12.1 255.255.255.0
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 4000000
frame-relay interface-dlci 16 ppp Virtual-Template1
frame-relay intf-type dce
!
router rip
network 150.1.0.0
network 195.1.1.0
r1#sh ip route rip
R 195.1.2.0/24 [120/1] via 150.1.12.2, 00:00:28, Virtual-Access1
150.1.0.0/16 is variably subnetted, 4 subnets, 2 masks
R 150.1.2.0/24 [120/1] via 150.1.12.2, 00:00:28, Virtual-Access1
r1#
R2:
!
interface Loopback0
ip address 150.1.2.2 255.255.255.0
!
interface Loopback1
ip address 195.1.2.2 255.255.255.0
!
interface Virtual-Template1
ip address 150.1.12.2 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
frame-relay interface-dlci 16 ppp Virtual-Template1
!
router rip
network 150.1.0.0
network 195.1.2.0
r2#sh ip route rip
R 195.1.1.0/24 [120/1] via 150.1.12.1, 00:00:03, Virtual-Access1
150.1.0.0/16 is variably subnetted, 4 subnets, 2 masks
R 150.1.1.0/24 [120/1] via 150.1.12.1, 00:00:03, Virtual-Access1
r2#
If I add "version 2" to the routing process it still works fine.
I hope the above is of some use to you,
Jonathan
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
John Matijevic
Sent: Monday, August 04, 2003 10:14 AM
To: John Matijevic; ccielab@groupstudy.com
Subject: Re: rip network not showing up on R4
Hello Team,
Due to time constraints I was forced to remove the virtual-access
interface,
after I did everything was functioning as normal.
Thanks again,
Matijevic
----- Original Message -----
From: "John Matijevic" <matijevi@bellsouth.net>
To: <ccielab@groupstudy.com>
Sent: Monday, August 04, 2003 9:06 AM
Subject: rip network not showing up on R4
> Hello Team,
> R3----R4 running RIP ver2,
> loopback on R3 not showing up on R4,
> loopback on R4 is showing up on R3,
> As part of debugging, the rip updates are being sent from R4 to R3,
and R3
is
> receiving the updates. But R3 is not sending RIP updates, only
receiving
> updates. And R4 is not receiving any updates because R3 is not sending
any
> updates. I dont have anything specific as far as ip rip send version
or ip
rip
> receive version, on either interface on either router. The only thing
unique
> about this situation is I am using a virtual-access interface, between
the
2
> routers.
> Any suggestions here?
> Sincerely,
> Matijevic
This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:53:52 GMT-3