Design and Implement a Routed LAN with Cisco Packet Tracer
2 years ago
20
CMIT351Project2Templatev2.docx
CMIT351Project2Instructionsv2.pdf
CMIT351Project2Templatev2.docx
Version 2.0
CMIT 351 Project 2 Template
Please input the following correctly in the PKA when the PKA file is opened as shown below:
A starter network with labeled devices on the screen is presented already without them connected when you open the PKA file.
After the completion of your configuration in the PKA answer the following items:
1. Test and validate connectivity following the instructions and explain why connectivity tests work or fail. (2.5% of total)
To get the 2.5% you are required to use the PC command line to run ping tests for connectivity and paste screenshots of the connectivity tests you ran on the PCs in the PKA after configuration HERE.
Note & Pro Tip: This Packet Tracer Activity has built in connectivity tests that will run once you complete it and show the status and count towards the completion score. Once you have completely configured everything correctly, it will take a minute or two to reach from 97% to 100% as the connectivity tests which are part of the assessment now run periodically and once, they run, it will reach 100%. Also, if you save the completed PKA and re-open it, you will see it at 97% but after a minute or two it will reach 100% and if does not reach 100% click on “Check Results” button and that will force the connectivity tests to run and it will reach 100%
2. Describe how you test and validate the VLAN implementation. Do NOT just paste switch configuration but describe in words the commands you may use and why. (2.5% of total)
3. Describe how you test and validate the sub-interface implementations. Do NOT just paste router/switch configuration but describe in words the commands you may use and why. (2.5% of total)
4. Describe how you test and validate the VLAN Trunking implementation. Do NOT just paste router/switch configuration but describe in words the commands you may use and why. (2.5% of total)
image1.png
CMIT351Project2Instructionsv2.pdf
Version 2.0
CMIT 351 Project 2 Description Intro ACME University IT has reviewed the results from your prototype and now wants to move forward with an adjusted set of requirements. You will need to implement layer 2 segmentation to control broadcast domains and increase Local Area Network (LAN) performance but also provide routing between segments. Scenario IT has tasked you with implementing the revised, routed LAN. This effort builds on the prototype you recently completed. As always, you need to document all your work. The requirements you have specify a maximum number of switches (1), the number of virtual LANs (VLANs) as four, one router, and some computers in each VLAN for endpoint testing. Overview Modern switches use VLANs to improve network performance by separating large Layer 2 broadcast domains into smaller ones. In general, VLANs make it easier to design a network to support the goals of an organization. However, VLANs are not able to intercommunicate without the addition of Layer 3 routing. A router or similar capability is required to facilitate inter-VLAN communication. Additionally, trunking will be required between network layers. Objectives
• Design a routed Local Area Network using switches, routers, and hosts (computers) • Describe basic switch configuration necessary for switch maintenance and operation • Describe basic router configuration necessary for router maintenance and operation • Describe Virtual LANs (VLANs) configurations to enforce segmentation • Describe router interface configuration necessary facilitate inter-VLAN routing • Describe necessary VLAN trunking between the switch and router
Tools
• Access to physical Cisco devices is not required to complete this project. • However, you will need the Cisco Packet Tracer educational tool as this project will be
completed as a Cisco Packet Tracer Activity. (https://skillsforall.com/course/getting-started-cisco- packet-tracer)
• You can reference the following uCertify labs for help in building the switch configuration narratives: Modules 5, 6, 7, 8, 9, 10, 15, and 17
Submission Use the Project 2 Template MS Word to document screenshots and descriptive answers for your submission. Fundamentally, you need to attach/submit two things:
a) The completed Cisco Packet Tracer activity file (do not forget to save the PKA file once you have completed the project activity before uploading)
b) Screenshots and descriptive answers will go into the MS Word document “CMIT 351 Project 2 Template”.
Version 2.0
Part 1: Design the Local Area Network The work milestones for this part of the project are as follows:
• The total LAN must consist of 1 switch, 1 Router and 4 computers. • The switch must be named S1. • The router must be named R1. • The four computers must be named PC-A, PC-B, PC-C, and PC-D.
Part 2: Create the basic switch and router configurations Your network engineering lead has approved the LAN design. Now, the work to implement the design can begin. Your tasks are as follows:
2.1 Cable the network • Connect S1 Ethernet Interface 1 to R1 Ethernet Interface 1 • Connect PC-A to S1 on Ethernet Interface 4 • Connect PC-B to S1 on Ethernet Interface 6 • Connect PC-C to S1 on Ethernet Interface 11 • Connect PC-D to S1 on Ethernet Interface 13
2.2. Configure the basic switch and router functions
Configure the basic functions in S1 and R1 as follows:
• Set the enable secret to “class” • Set the line con 0 password to “cisco” • Set the line vty 0 15 password to “cisco” • Set the MOTD to “Unauthorized access is strictly prohibited.” • Set logging to synchronous
2.3 Configure the computers
Configure the four computers as follows:
Name IP Address Subnet Gateway PC-A 192.168.10.3 255.255.255.0 192.168.10.1 PC-B 192.168.20.4 255.255.255.0 192.168.20.1 PC-C 192.168.30.5 255.255.255.0 192.168.30.1 PC-D 192.168.40.6 255.255.255.0 192.168.40.1
2.4 Test and Validate Connectivity Use ping to test connectivity between the computers. Detail your results in your project document, both what works and what doesn’t work.
Part 3: Define the VLANs
3.1 You need to define four VLANs on the switch as follows:
Version 2.0
• VLAN 10 Students • VLAN 20 Faculty • VLAN 30 Management • VLAN 99 Containment
3.2 Then, define the following interfaces for the VLANs as:
Device Interfaces VLAN / IP Address S1 4 VLAN 10 S1 6 VLAN 20 S1 11 VLAN 30 S1 2-3,5,7-10,12-24 VLAN 99 R1 Ethernet Interface 1, subinterface 10 192.168.10.1 255.255.255.0 R1 Ethernet Interface 1, subinterface 20 192.168.20.1 255.255.255.0 R1 Ethernet Interface 1, subinterface 30 192.168.30.1 255.255.255.0
Part 4: Implement VLAN Trunking
4.1 Implement VLAN trunking on the switch as follows:
• Manually set interface 1 on S1 to trunk (do not use mode dynamic desirable) • Manually set Interface 1, subinterface 10 on R1 for 802.1Q encapsulation in VLAN 10 • Manually set Interface 1, subinterface 20 on R1 for 802.1Q encapsulation in VLAN 20 • Manually set Interface 1, subinterface 30 on R1 for 802.1Q encapsulation in VLAN 30
4.2 Use ping to test connectivity between the computers and switches. Detail your results in your project template document, both what works and what doesn’t work. Pay close attention to PC-D!
- Short response!
- Caledonia products - - Comprehensive Problem Chapter 9
- geniusalert 92
- HW X
- home work
- need asap??????
- Identify the types of epidemiology studies that are used to prove that a given substance resulted in changes in human health.
- Accounting help
- 1,050 words, a thorough business environmental analysis, using your own organization or company, or one of your choosing,
- 19-6 connect