I have 3 routers/switches participating in rip as in the diagram attached. The goal is to make R8 see the routes advertised by bb3 as if they are from Cat4. I have disabled split horizon on the CAT4 vlan50 interface.
Here is my R8 config
router rip
version 2
redistribute ospf 1 metric 10
passive-interface default
no passive-interface FastEthernet0/0
network 110.0.0.0
distance 255
distance 121 110.99.200.22 0.0.0.0
distance 111 110.99.200.40 0.0.0.0
no auto-summary
but when I do a show ip ro rip
R8(config-router)#do show ip ro rip
110.0.0.0/8 is variably subnetted, 12 subnets, 4 masks
R 110.99.104.104/32 [111/1] via 110.99.200.40, 00:00:10,
FastEthernet0/0
192.168.2.0/32 is subnetted, 4 subnets
R 192.168.2.2 [111/2] via 110.99.200.22, 00:00:10, FastEthernet0/0
R 192.168.2.3 [111/2] via 110.99.200.22, 00:00:10, FastEthernet0/0
R 192.168.2.1 [111/2] via 110.99.200.22, 00:00:10, FastEthernet0/0
R 192.168.2.4 [111/2] via 110.99.200.22, 00:00:10, FastEthernet0/0
What am I missing?
Thank you,
Marc
<<attachment: problem.png>>
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
