12-05-2022 01:54 PM
Hello I am working on a final skills for my college class. I am a little lost when it comes to the instructions. If I could get any little help I would greatly appreciate the help. I have attached the Packet Tracer too. I could really use the help.
Solved! Go to Solution.
12-10-2022 12:39 AM
Hello,
a routing protocol needs to run on each layer 3 device. Since you are free to use any IP addressing scheme, you could just use 172.16.0.0/16, and subnet this address space. The links between the layer 3 devices could use e.g. 172.16.1.0/30 (usable IP address would be 172.16.1.1 and 172.16.1.2). Make sure each network you configure is advertised by your routing protocol. You could use RIPv2. On each layer 3 device, you would need to configure:
router rip
version 2
network 172.16.0.0
no auto-summary
12-10-2022 02:54 PM
Thank you! For DHCP is that going to be for all the layer 3 or just the DLS2. The instructions are very confusing to me.
Ip dhcp pool <VLAN#>Net
default router 211.228.x.254/24 (I am unsure what x is since x = VLAN#)
DHCP:
1. Configure DHCP on DLS2
2. Configure DHCP for VLANs 10, 15, 20, 30 and 228
3. Exclude the first 25 IP Addresses from each Network
4. Exclude the last 10 IP Addresses from each Network
5. Configure the pool name to be: <VLAN#>Net
6. Configure the default router address = 211.228.x.254/24, where x = VLAN#
12-11-2022 05:23 AM
12-11-2022 02:45 PM
Hello,
I have opened up your file. Considering the complexity of this project, it would take me at least a full day to complete all the tasks. And that is with me knowing what to do, and understanding all the requirements. What kind of support do you have from your instructor, or from your classmates ?
12-12-2022 08:53 AM
Hello,
I have completed the lab. Attached the revised file. I suggest to go over each line in the instructions, try to understand what part of the configuration corresponds to each line, and why it is configured the way it is.
12-12-2022 03:42 PM
Is there any way you can drop the source code I'm pretty much having all the same problems and I wanna see what I'm doing wrong in my code.
12-13-2022 04:00 AM
Hello,
not sure what you mean by 'source code'. Can you download and open the attached ZIP file ? It contains the completed lab...
12-13-2022 08:25 AM
Okay, thank you!
12-13-2022 01:08 PM
Would the DHCP be working as well? I have a feeling that would have to work in order to get the points as well
12-13-2022 01:19 PM
OSPF on DLS3 also constantly keeps loading and unloading on Vlan20 and 30 so I'm not sure whats going on there
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