03-08-2024 05:44 AM
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?
03-10-2024 06:41 PM
@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
03-11-2024 11:03 AM - edited 03-11-2024 02:47 PM
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 **
03-11-2024 03:27 PM
@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?
03-13-2024 01:01 PM
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 **
03-13-2024 04:48 PM
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?
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