Ccna2 CS 1415
Ccna2 CS 1415
(CCNA)
It is crucial to read and understand the tasks to make sure that all requirements are fulfilled.
Each task guides the student through the proper steps to ensure that the project is completed
properly.
This case study requires the student to accomplish the following tasks:
Set up the physical layout of the network using the diagram and accompanying
narrative.
Correctly configure the routers with a basic router configuration.
Correctly configure the routing features that the design requirements describe.
Correctly configure the switch with a basic switch configuration.
Correctly configure the switching features that the design requirements describe.
Correctly configure the Network Address Translation (NAT) needed to communicate
inside users to external Servers and external users to internal Servers.
Correctly configure DHCP features to provide dynamic addressing.
Correctly configure Access Control Lists (ACL) to filter some traffic.
Troubleshoot and test the connectivity between all devices.
Provide detailed documentation in a prescribed form, as listed in the deliverables
section.
2
CCNA 2: Routing and Switching Essentials v5.0 Case Study
Fa0/0 .1
Admin1 Admin2
Private Lo0 Lo1
Domain R2
OSPF Se0/1 DCE
PID 10 Se0/0
RIPv2
DCE
Se0/0 Se0/1
194.0.0.0/30 DCE
Se0/1
Se0/0
.1
R1 .2 R3
Fa0/0 Fa0/0
Fa0/1 Fa0/1
Fa0/2
SW1 Fa0/2 SW2 SW3
Fa0/3 Fa0/3 Fa0/7 Fa0/3
LaSalle Telecom is a company that has several people responsible for designing and
implementing a new network for ABC Company. Many technicians are involved in the upgrading
process.
A technician is given the task to complete this design and implementation knowing that the final
network has the topology of the Figure 1.
After deploying the solution, it is important that any documentation explaining the purpose,
design, implementation or troubleshooting is recorded for further upgrade.
3
CCNA 2: Routing and Switching Essentials v5.0 Case Study
Phase 2: IP Addressing
The team leader assigns the technician to develop a prototype for the new internetwork.
Use the network address assigned along with the subnetting requirements, to subnet the
network. From the IP addressing scheme, assign IP addresses to the appropriate interfaces
on all devices in the internetwork.
Obtain approval of this phase of development from the team leader (Instructor) before
proceeding to Phase 3.
IP Addressing Requirements:
4
CCNA 2: Routing and Switching Essentials v5.0 Case Study
Addressing Table
Port Assignments
5
CCNA 2: Routing and Switching Essentials v5.0 Case Study
VLANs Information
VLAN VLAN Name
VLAN 99 (Native) Management
VLAN 10 Sales
VLAN 20 Servers
Table 3: VLANs Information Table
6
CCNA 2: Routing and Switching Essentials v5.0 Case Study
f. Banner MOTD:
***************************
This is the <router_name> CLI.
***************************
g. Interfaces configuration.
IP addressing and subnet masking according to Table 1
h. Descriptions in LAN interfaces/subinterfaces:
LAN <LAN_name>
3. Basic configuration for SW1 and SW2.
a. Passwords must be encrypted.
b. Console 0 password: ciscoconpa55
c. Line VTY password: ciscovtypa55
d. Enable secret password: ciscoenpa55
e. Banner MOTD:
***************************
This is the <switch_name> CLI.
***************************
f. Configure SVIs (Switched Virtual Interfaces) according Table 1.
g. Configure the trunk port between SW1 and SW2 to allow access to VLAN 10, 20
and 99.
h. Configure switch ports assigned to VLANs according Table 2.
i. The Management VLAN has to be accessible from remote devices.
j. Packets can traverse between VLANs, inter-VLAN Routing.
k. Configure security on ports Fa0/3 of SW1 and SW2 and port Fa0/7 of SW2:
Port Fa0/3 of SW1 and SW2 can learn 2 different MAC addresses
Port Fa0/3 of SW1 learns the MAC of PC1 statically and the rest
dynamically. If the switch reboots for any reason, the end devices that
can be connected have to be the same.
Port Fa0/3 of SW2 learns the MAC of PC2 statically and the rest
dynamically. If the switch reboots for any reason, the end devices that
can be connected have to be the same.
Port Fa0/3 of SW1 and SW2 drops packets with unknown source
addresses until the number of secure MAC addresses drops below the
maximum value.
Port Fa0/7 of SW2 can learn 3 different MAC addresses.
Port Fa0/7 of SW2 learns the MAC of Internal Server statically and the
rest dynamically. If the switch reboots for any reason, the end devices
that can be connected have to be the same.
7
CCNA 2: Routing and Switching Essentials v5.0 Case Study
Port F0/7 of SW2 drops packets with unknown source addresses until
the number of secure MAC addresses drops below the maximum value
and causes the Security Violation counter to increment.
4. Device interface configuration.
a. Configure IP addressing for PC1, PC2, Internal Server, External Server and PC3
Interfaces according Table 1.
5. Perform a basic checking.
a. Connectivity between PC1 and R1.
b. Connectivity between PC2 and R1.
c. Connectivity between Internal Server and R1.
d. Connectivity between SW1 and R1 (all SVIs).
e. Connectivity between SW2 and R1 (all SVIs).
f. Connectivity between PC1 and PC2.
g. Connectivity between PC1 and SW1 (all SVIs).
h. Connectivity between PC2 and SW1 (all SVIs).
i. Connectivity between PC1 and SW2 (all SVIs).
j. Connectivity between PC2 and SW2 (all SVIs).
k. Connectivity between SW1 and Internal Server.
l. Connectivity between SW2 and Internal Server.
m. Connectivity between PC3 and R3.
n. Connectivity between R1 and R2.
o. Connectivity between R1 and R3.
p. Connectivity between R2 and R3.
q. Connectivity between ISP and R2.
r. Connectivity between External Server and ISP.
s. Access to all routers with passwords assigned (Enable, Console and VTY lines).
t. Check port security on switches SW1 and SW2.
1. Routing Configuration.
a. OSPF with the Process ID 10 for R1 and R2.
b. R1 propagates OSPF routing information about all its directly connected
networks.
c. R2 propagates OSPF routing information about its directly connected networks
on Se0/1 and Lo0.
d. R1 only sends and receives OSPF routing updates through Se0/0.
e. R2 only sends and receives OSPF routing updates through Se0/1.
f. RIPv2 for R2 and R3.
g. R3 propagates RIPv2 routing information about all its directly connected
networks.
h. R2 propagates RIPv2 routing information about its directly connected networks
on Se0/0 and Lo1.
8
CCNA 2: Routing and Switching Essentials v5.0 Case Study
1. Users within Sales and Marketing networks gain access to Public Domain through a
translation of internal IP addresses to the Fa0/0 interface of R2 and different ports.
2. Users in the Public Domain gain access to Internal Server sending the requests to
1.1.1.100/24.
3. Perform a basic checking.
a. Connectivity from users inside Private Domain to External Server.
b. Connectivity from users inside Public Domain to Internal Server.
9
CCNA 2: Routing and Switching Essentials v5.0 Case Study
1. Only users within Sales network have access to R1 VTY lines. Use standard named ACLs.
2. Only users within Sales network have FTP access to the External Server.
3. Only users within Marketing network have HTTP access to the External Server.
4. Ping from PC1 to PC3 is successful but ping from PC3 to PC1 is unsuccessful.
5. Apply ACLs carefully.
6. Configurations in ISP are not permitted.
7. Perform a basic checking.
a. Be sure that all requirements are fulfilled and there is still connectivity in the
topology.
Phase 8: Troubleshooting
The technician is assigned to check the connectivity and performance of the network
implemented.
1. Repeat the checking done before to be sure that the performance is correct and provide
documentation that specifies how the checking was tested.
2. Explain and justify the results.
10
CCNA 2: Routing and Switching Essentials v5.0 Case Study
Routers
Switches
General Documentation:
A complete narrative of the project should be typed using word processing software.
Since the scenarios break up the entire task into pieces, take care to address each
scenario task so that any person could understand that particular task.
Microsoft Excel or another spreadsheet program could be used to simply list the
equipment and serial numbers.
Microsoft Visio or any paint program could be used to draw the network.
Provide documentation that specifies how the connectivity was tested.
11
CCNA 2: Routing and Switching Essentials v5.0 Case Study
Technical Documentation:
The technical documentation should include details of the network topology. Microsoft Visio or
any paint program could be used to draw the network (physical or logical topology).
The technical documentation has to include a table or tables with the following details:
12