- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Trunks:
1. All links between DLS2 & ALS1-2 and DLS3 & ALS1-2
2. DLS2 & ALS1 – Ports Fa0/3-4
3. DLS2 & ALS2 – Ports Fa0/7-8
4. DLS3 & ALS1 - Ports Fa0/7-8
5. DLS3 & ALS2 – Ports Fa0/1-2
1. Create L2 Etherchannels between DLS2 & ALS1-2 and DLS3 & ALS1-2
2. Set mode to On
3. DLS2 –> ALS1 = Portchannel 4
4. DLS3 –> ALS1 = Portchannel 6
5. DLS2 –> ALS2 = Portchannel 6
6. DLS3 –> ALS2 = Portchannel 4
2. Set mode to On
3. DLS1-2 = Portchannel 2 -> DLS1 = 211.228.2.1/24 DLS2 – 211.228.2.2/24
4. DLS1-3 = Portchannel 3 -> DLS1 = 211.228.3.1/24 DLS3 – 211.228.3.3/24
5. DLS2-3 = Portchannel 1 -> DLS2 = 211.228.1.2/24 DLS3 – 211.228.1.3/24
VLAN# VLAN Name Assign to Ports
228 (native) NetMan 9 – 10 on ALS1-2!
10 UpMan 11 – 12 on ALS1 & ALS2!
15 R&D 13 – 16 on ALS1 & ALS2!
20 MidMan 17 – 20 on ALS1 & ALS2!
30 LowMan 21 – 24 on ALS1 & ALS2!
1. DLS2 is the Root Bridge for VLANs 10, 15, and 228.
2. DLS2 is the Secondary Bridge for VLANs 20 and 30.
3. DLS3 is the Root Bridge for VLANs 20 and 30.
4. DLS3 is the Secondary Bridge for VLANs 10, 15, and 228
1. DLS2-3 = Server
2. ALS1-2 = Client
3. VTP password = ciscoccna2022
4. VTP Domain = lcmcis228.com
5. VTP Version = 2
Be sure to implement topics covered in CIS 140 & CIS 226 where appropriate. Implement
the routing protocol of your choice, RIP, EIGRP, or OSPF.
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#
1. Network Addresses = 211.228.x.0/24, where x = VLAN# or L3 Portchannel#
2. Network Address on EdgeRtr to DLS1 = 211.228.4.2/24
3. Network Address on DLS1 to EdgeRtr = 211.228.4.1/24
4. SVI/Default Gateway Address is always 211.228.x.1/24 on DLS2
5. SVI/Default Gateway Address is always 211.228.x.3/24 on DLS3
6. Configure the router id to be 255.255.255.255 on EdgeRtr.
7. Configure the router id of DLS1-3 to be x.x.x.x, where x is 1, 2, or 3.
8. Configure the networks connecting DLS1-3 and EdgeRtr to be in OSPF Area 0.
9. Configure each VLAN to be in OSPF Area 0.
10. Configure a default route using EdgeRtr’s Gi0/0 interface as the exit interface.
11. Propagate the default route throughout OSPF.
12. Configure DLS2 to be the DR for VLANs 10, 15, and 228.
13. Configure DLS3 to be the DR for VLANs 20 and 30.
1. DLS2 NetMan VLAN IP Address = 211.228.228.1/24
2. DLS3 NetMan VLAN IP Address = 211.228.228.2/24
3. ALS1 NetMan VLAN IP Address = 211.228.228.3/24
4. ALS2 NetMan VLAN IP Address = 211.228.228.4/24
1. Configure DLS2 as the Active HSRP Router for VLANs 10, 15, and 228.
2. Configure DLS2 as the Standby HSRP Router for VLANs 20 and30.
3. Configure DLS3 as the Active HSRP Router for VLANs 20 and30.
4. Configure DLS3 as the Backup HSRP Router for VLANs 10, 15, and 228.
1. Shutdown and place into VLAN 51 named Area51 all unused ports
2. Configure an ip host command for each Device on every Device
3. Configure SSH on every Switch
a. Username = Manager, Privilege Level = 15, Password = ciscoccna2022
b. Modulus = 2048
c. Version = 2
d. Domain name = ccna3.lmc.edu
4. Enable Secret = ciscoccna2022
5. Console password = ciscoccna2022con
6. Turn off DNS
7. Turn off CDP when completed
8. Secure layer 2 switched ports, and shutdown unused ports.
9. Use ACLs to restrict SSH to all devices to only a single host
Solved! Go to Solution.
- Labels:
-
Network Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2022 05:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 08:25 AM
Okay, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- « Previous
-
- 1
- 2
- Next »