ā03-08-2025 05:00 AM
hello everyone.i have a rip v2 connection issue as i can identify ,i have 1 router in main town and 3 routers in other towns .every router is connected to a switch and the switch to devices . i also have intervlan for vlans to communicate between towns . i did the rip v2 for network 10.0.0.0 , the problem is that the packets send from the main routers devices only reach the router town interfaces but they cant go inside the other town networks ,i tried evrything and i think there is a rip v2 problem with routers. for example the pc 22f can reach only router lemesos fa0/0 . and the pc on the left side(u cantseeit) casn ping routerlemesos 0/0 router paphos 0/0 and larnaca0/0 but they cant join the local towns network , please help
Solved! Go to Solution.
ā03-09-2025 12:06 PM
If you keep the actual addressing schema. where VLAN 50 connected to router LEMESOS has the same configured subnet 10.1.5.0/26, the hosts connected to router LEMESOS will not be able to comunicate to the hosts in the same subnet 10.1.5.0/26 connected to router PAPHOS.
This is how IP communication works - if PC21F which has an IP of 10.1.5.22/26 wants to communicate with PC31F which has an IP of 10.1.5.32/26, sees from the IP address and mask combination that PC31F is on the same subnet as PC21F, so he broadcasts an ARP request to find out the MAC address of PC31F.
PC21F and PC31F are separated broadcast domains by the routers LEMESOS and PAPHOS, so the broadcast from PC21F will never reach PC31F, because the routers do not forward broadcasts, and PC21F will never find PC31F MAC address in order to communicate.
This is why VLAN50 attached to router LEMESOS should have an IP subnet different from VLAN50 attached to router PAPHOS and VLAN50 attached to FAMACA. For example you could have the same addresing schema for VLAN50:
Router main: 10.1.5.0/26
Router LEMESOS: 10.1.15.0/26
Router PAPHOS: 10.1.25.0/26
Router FAMACA: 10.1.45.0/26
This way the PC in VLAN50 attached to router LEMESOS belong to the same subnet 10.1.15.0/26 and can communicate with each other using the method I described earlier.
If PC21F wants to communicate with PC31F now, which has an IP of 10.1.15.32/26, sees from the IP address and mask combination that PC31F is on a different subnet as PC21F, sends an ARP request for the MAC address of PC31F and the router LEMESOS who has routing information of network 10.1.15.0/26 responds with his own MAC address and then PC21F sends the packet to the router which will deliver it to router PAPHOS and then to PC31F.
ā03-08-2025 05:45 AM
Hello @mariosomo9
Do you perform redistribution on RIP processes ?
Since routers host the SVIs, add "redistribute connected" commands on RIP process.
ā03-08-2025 05:51 AM
yes but still not work
ā03-08-2025 06:06 AM
Are you doing IRB on 2911s?
ā03-08-2025 06:22 AM
i dhpuld not use this because im already using intervlans
ā03-08-2025 06:11 AM
Hello @mariosomo9 ,
is the topology hub and spoke with the hub, the router in main town, connecting to the other towns via a single interface?
If this is the case, then you should disable split horizon on the interface the main town router uses to reach the spoke routers; issue this command in interface configuration mode:
R1(config-if)#no ip split-horizon
HTH
ā03-08-2025 06:20 AM
ye main router connects with router limasol router paphos and router larnaca with interface main to lemesos 10.1.5.209 lemesos to main 10.1.5.210 and the other like this with subnet 255.255.255.252 and i did the command stil not work ,i tried retalry everyhing and no solution i find
ā03-08-2025 06:25 AM
Can you provide the configurations of the 4 routers involved?
ā03-08-2025 08:12 AM
FOR every router
routert rip
version 2
no auto-summary
network 10.0.0.0
ex
for the rip .......
ā03-08-2025 08:45 AM
And also interface configuration for the HUB and the spoke routers.
ā03-08-2025 01:40 PM
theere are too many i cand send you a screenshot iuf you want
ā03-08-2025 02:20 PM
Try show run | s interface
ā03-08-2025 04:37 PM
interface GigabitEthernet5/0
ip address 10.1.5.209 255.255.255.252
duplex auto
speed auto
interface GigabitEthernet6/0
ip address 10.1.5.213 255.255.255.252
duplex auto
speed auto
interface GigabitEthernet7/0
ip address 10.1.5.217 255.255.255.252
duplex auto
speed auto
this is for the interfaces that goes to towns
ā03-09-2025 01:40 AM
Please share show ip route rip from the main town router and also from the other routers in the remote towns.
ā03-09-2025 03:05 AM
main router always shows empty
router limassol :
10.0.0.0/8 is variably subnetted, 15 subnets, 6 masks
R 10.1.5.64/27 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.96/28 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.112/28 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.128/28 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.144/28 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.160/28 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.176/28 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.192/29 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.200/29 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.212/30 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
R 10.1.5.216/30 [120/1] via 10.1.5.209, 00:00:09, GigabitEthernet0/0
router paphos :
10.0.0.0/8 is variably subnetted, 15 subnets, 6 masks
R 10.1.5.64/27 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.96/28 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.112/28 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.128/28 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.144/28 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.160/28 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.176/28 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.192/29 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.200/29 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.208/30 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
R 10.1.5.216/30 [120/1] via 10.1.5.213, 00:00:09, GigabitEthernet0/0
router larnaca:
10.0.0.0/8 is variably subnetted, 14 subnets, 6 masks
R 10.1.5.0/26 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.64/27 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.96/28 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.112/28 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.128/28 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.144/28 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.160/28 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.176/28 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.192/29 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.200/29 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.208/30 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
R 10.1.5.212/30 [120/1] via 10.1.5.217, 00:00:06, GigabitEthernet0/0
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide