FInal-Activity-6
FInal-Activity-6
FInal-Activity-6
Objective
Activity Overview
• Devices:
o Connections:
▪ R1 G0/0 → S1 F0/1
▪ R1 G0/1 → R2 G0/1
▪ R2 G0/0 → S2 F0/1
▪ S1 F0/2 → PC1
▪ S1 F0/3 → PC2
▪ S2 F0/2 → PC3
Setup Instructions
o Assign IP addresses:
▪ R1 G0/0: 192.168.1.1/24
▪ R1 G0/1: 10.0.0.1/30
▪ R2 G0/1: 10.0.0.2/30
▪ R2 G0/0: 192.168.2.1/24
▪ PC1: 192.168.1.2/24
▪ PC2: 192.168.1.3/24
▪ PC3: 192.168.2.2/24
2. Enable Routing:
o On R1 and R2, configure static routes or dynamic routing (e.g., OSPF) to ensure
end-to-end connectivity.
3. Verify Connectivity:
ping 192.168.2.2
o
o Observation: Note if the ping is successful or if packets are dropped. If the ping
fails, identify possible causes (e.g., misconfigured routes or IPs).
traceroute 192.168.2.2
o
o Observation: Verify that the path follows R1 → R2 → PC3. Identify any unreachable
hops.
show ip arp
o
o Record the table output and identify the MAC addresses associated with IPs in your
network.
o Observation: Ensure the ARP table contains correct mappings for devices.
Investigate missing or incorrect entries.
show version
o
o Observation: Ensure the device has the correct IOS version as specified in the lab.
show protocols
o
o Observation: Confirm that protocols (e.g., OSPF) are active on the correct
interfaces.
show ip route
o
show running-config
o
show access-lists
o
o Observation: Ensure that ACLs allow legitimate traffic and block unauthorized
access.
debug ip icmp
o
undebug all
o
Submission Requirements
Grading Criteria