cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
840
Views
0
Helpful
5
Replies

RIP

josue Cabrera
Level 1
Level 1

Hi fellas!

Hi a doubt about rip protocol.

I have one router 1811 with IOS 12.4 and a switch 3550 with ip routing capabilities.

In the router side

router rip

ver 2

network 20.0.0.0

network 172.16.0.0

In the switch side

router rip

ver 2

network 20.0.0.0

network 10.0.0.0

also in the switch 2 ports are configured with "no switchport"with the respetive ip addres for each network.

The question, why doesn't work when I send ping from one computer to other?

Thx for your cooperation!

5 Replies 5

Dipesh Patel
Level 2
Level 2

Dear Cabrera,

Your Configuration is ok.

On switch you have said there are two nos of ports are configured with ""no switchport"" cmd. It means this two ports are now L3 Ports. so both the ports have now different Network.

If I have understand correctly what you said than I suggest:

Create Vlan 3 for Hosts with Ip address say : 10.0.0.0

Create Vlan 2  or  intterface with no switchport cmd to connect to router with 20.0.0.0

Now these two ports are configured with

int fa0/1

switchport mode access

switchport access vlan 3

fa0/2

switchport mode access

switchport access vlan 3

Port connected to Router :

if Vlan than

int fa0/15

switchport mode access

switchport access vlan 2

if port with noswitch port cmd

than

int fa0/15

no switchport

ip add 20.0.0.1 255.0.0.0

or................

If you have no vlan than said both port should be in different NW and both NW must be advertised in RIP v2.

This will also works

Hope this will help you.

Do not forget to rate the post if it will help you.

Regards,

Nagaraja Thanthry
Cisco Employee
Cisco Employee

Hello,

What are the default gateways of the computers? On the switch side it should point to the 20.x.x.x address on the switch and on the router side it should be 172.16.x.x. You can verify the working of the routing protocol by checking the routing table of each device to make sure that they are seeing the route from the other device (show ip route).

Hope this helps.

Regards,

NT

huangpo2005
Level 1
Level 1

HI,Josue Cabrera!

Can you provide the topology to describe how is your device connect and post the route table here?

Tks,

Best regards!

sky.h

My friends!!!

thanks for u support....

I don´t have visio to draw the diagram... I hope this description help.

LAN (172.16.0.0)<------>Router (R1)<-------->SW <--------->LAN (10.0.0.0)

I check and re-check the configuration and seems ok...

Note: when send a ping from one pc (172.16.0.0) to other pc in network (10.0.0.0) I see packet loss.

Hi,Josue Cabrera.

1.By default, IP routing is disabled on the 3550 switch.Have you enable it?

2.Can you ping succeed  from the PC(172.16.X.X) to the Router's 20.X.X.X interface and The Switch's 20.X.X.X interface?

Best regareds,

sky.h

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: