cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1853
Views
5
Helpful
19
Replies

Can't do RIP/Static Routing with VLAN DHCP at the same time

g-navarro2807
Level 1
Level 1

Here is the topolgy the I am working on with specific requirement I have successfully used RIP on Networks 2.128  and 2.0  and Static on 0.0 . Al of the PC's are pingable with each other. But once I set up my vlan on network 0.0  thats allows port f0/24 to give a dhcp ip address from network 2.128 , I suddenly can't ping PCs from network 2.128  to other networks

I notice I can't ping anymore once I do this command

Berlin(config)#int gi0/1.1

Berlin(config-subif)#ip add 10.10.2.128 255.255.255.192 

The problem gets resolve when I remove the ip address on gi0/1.1.

Any ideas how to resolve this?image_2024-03-08_214137371.png

 

19 Replies 19


@Martin L wrote:

To fix yr network, remove any static routes u may have; add  on Italia

ip route 10.10.2.135 255.255.255.255 10.10.2.194


Is there a way to do this via RIP? The requirement is everything in ItalySw1 must be configured as RIP

No, I don't think it will work because of splitting network into 2 places separated by different network.  Only way for this to work is to have Laptop in different subnet; in its own subnet; not 10.10.2.128/26 and not in range of Italia subnet; but notice ur label on PT laptop says "10.10.2.135 255.255.255.128 

 if this is VLSM practice besides routing, u could use different subnet;, 

Try to ping laptop 2.135 from PCs on left with that static route in place at first; then, remove the static route on Italia and see what happens; 

Note that last task #5 is "optional"

what about EIGRP besides RIP ? 

Regards, ML
**Please Rate All Helpful Responses **


@Martin L wrote:

 but notice ur label on PT laptop says "10.10.2.135 255.255.255.128 


Ah yes, this is only a typo. But I did use 255.255.255.192 as the subnet for the laptop


@Martin L wrote:

Note that last task #5 is "optional"


It may be optional but this is the only way to get 100 on the activity given to me


@Martin L wrote:

what about EIGRP besides RIP ? 


Do you suggest using RIP and EIGRP combined or EIGRP only? 

I noticed that on 2 protocols mentioned; maybe 1 per 1; RIP in one version of lab; then EIGRP in another Lab. in case when both RIP and EIGRP are used in the same lab version, you would have to do redistribution on Berlin 

have u got any results from other students or instructor?  I think Laptop should get IP from Italia but not on the same subnet as LAN inside of Italia; 

Regards, ML
**Please Rate All Helpful Responses **


have u got any results from other students or instructor?


None as of the moment.

  I think Laptop should get IP from Italia but not on the same subnet as LAN inside of Italia; 

Can you please elaborate on how to do this?