From: D'Andrea Tonino (Tonino.DAndrea@GGSinformatica.it)
Date: Sat Jul 03 2004 - 10:24:09 GMT-3
Yes, I think , on Switch2:
no passive-interface Vlan7
it's should work...
tony
-----Messaggio originale-----
Da: nobody@groupstudy.com [mailto:nobody@groupstudy.com] Per conto di
Richard Dumoulin
Inviato: sabato 3 luglio 2004 15.14
A: Ty; ccielab@groupstudy.com
Oggetto: RE: rip/ospf redistribution problem
passive-interface default
no passive-interface FastEthernet0/7
I think this is your problem, Fast0/7 is only a layer interface,
--Richard
-----Original Message-----
From: Ty [mailto:tycampbell@comcast.net]
Sent: sabado, 03 de julio de 2004 15:07
To: ccielab@groupstudy.com
Subject: rip/ospf redistribution problem
I have been working on this for over 2 hours...I have checked
everything...mtu..interfaces...over and over.
I have removed rip completely...installed a fresh inplementation of rip
v2
with no authentication...r7 will not see the routes being redistributed
into
r7 on switch 2...
r8 is connected to r7...over the serial link...r7 does get routes from
r8
switch 2 does receive routes from r7
here is my basic config....
r7
!
interface Loopback0
ip address 136.10.7.7 255.255.255.0
!
interface Ethernet0
ip address 136.10.70.7 255.255.255.240
!
interface Serial0
ip address 136.10.78.7 255.255.255.128
no fair-queue
clockrate 148000
!
router rip
version 2
passive-interface Loopback0
network 136.10.0.0
no auto-summary
!
ip kerberos source-interface any
ip classless
ip http server
!
!
snmp-server community public RW
snmp-server community private RO
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end
r7#
switch2
!
interface FastEthernet0/7
switchport access vlan 7
switchport mode dynamic desirable
no ip address
!
interface Vlan7
ip address 136.10.70.10 255.255.255.240
!
interface Vlan56
ip address 136.10.56.2 255.255.255.240
ip ospf dead-interval 15
ip ospf priority 0
!
router ospf 1
router-id 136.10.20.1
log-adjacency-changes
area 3 virtual-link 136.10.6.6
area 3 virtual-link 136.10.5.5
timers lsa-group-pacing 480
redistribute connected subnets
redistribute rip metric 56 metric-type 1 subnets
network 136.10.56.0 0.0.0.255 area 3
network 205.1.1.0 0.0.0.31 area 2
network 205.1.1.32 0.0.0.31 area 2
network 205.1.1.64 0.0.0.31 area 2
distance 109 136.10.5.5 0.0.0.0 2
!
router rip
version 2
redistribute ospf 1 metric 2
passive-interface default
no passive-interface FastEthernet0/7
network 136.10.0.0
no auto-summary
This archive was generated by hypermail 2.1.4 : Sun Aug 01 2004 - 10:11:46 GMT-3