Packet Tracer Lab Activities 2
1. Scenario
It is time for you to take on the Moscovium Network Consulting project you have been building towards. This project will require you to configure five devices in a small network. Specifically, you must configure a router, switch and PCs to support IPv4 and IPv6 connectivity for supported hosts. Your router and switch must also be managed securely. You will configure inter-VLAN routing, DHCP, Etherchannel, and port-security.
1.
1. Topology
1.
1. Assessment Objectives
Part 1: Initialize, Reload and Configure Basic Device Settings
Part 2: Configure Network Infrastructure Settings (VLANs, Trunking, Etherchannel)
Part 3: Configure Host Support
Part 4: Test and Verify IPv4 and IPv6 End-to-End Connectivity
1. Packet Tracer Required Resources
1. 1 Router (Cisco 4321)
1. 2 Switches (Cisco 2960)
1. 2 PCs
1. Ethernet cables as shown in the topology
1. VLAN Table
|
VLAN |
VLAN Name |
|
2 |
Bikes |
|
3 |
Trikes |
|
4 |
Management |
|
5 |
Parking |
|
6 |
Native |
1. Addressing Table
|
Device / Interface |
IP Address / Prefix |
Default Gateway |
|
R1 G0/0/1.2 |
10.19.8.1 /26 |
N/A |
|
R1 G0/0/1.2 |
2001:db8:acad:a::1 /64 |
N/A |
|
R1 G0/0/1.3 |
10.19.8.65 /27 |
N/A |
|
R1 G0/0/1.3 |
2001:db8:acad:b::1 /64 |
N/A |
|
R1 G0/0/1.4 |
10.19.8.97 /29 |
N/A |
|
R1 G0/0/1.4 |
2001:db8:acad:c::1 /64 |
N/A |
|
R1 G0/0/1.6 |
N/A |
N/A |
|
R1 Loopback0 |
209.165.201.1 /27 |
N/A |
|
R1 Loopback0 |
2001:db8:acad:209::1 /64 |
N/A |
|
S1 VLAN 4 |
10.19.8.98 /29 |
10.19.8.97 |
|
S1 VLAN 4 |
2001:db8:acad:c::98 /64 |
N/A |
|
S1 VLAN 4 |
fe80::98 |
N/A |
|
S2 VLAN 4 |
10.19.8.99 /29 |
10.19.8.97 |
|
S2 VLAN 4 |
2001:db8:acad:c::99 /64 |
N/A |
|
S2 VLAN 4 |
fe80::99 |
N/A |
|
PC-A NIC |
DHCP for IPv4 address |
DHCP for IPv4 default gateway |
|
PC-A NIC |
2001:db8:acad:a::50 /64 |
fe80::1 |
|
PC-B NIC |
DHCP for IPv4 address |
DHCP for IPv4 default gateway |
|
PC-B NIC |
2001:db8:acad:b::50 /64 |
fe80::1 |
Note: There is no interface on the router supporting VLAN 5.
1. Instructions
3. Initialize, Reload and Configure Basic Device Settings
0. Initialize and reload router and switch.
1. Erase the startup configurations and VLANs from the router and switch and reload the devices.
1. After the switch is reloaded, configure the SDM template to support IPv6 as needed, and reload the switch again.
1. Before proceeding, have your instructor verify device initializations.
0. Configure R1.
Configuration tasks for R1 include the following:
|
Task |
Specification |
|
Disable DNS lookup |
|
|
Router name |
R1 |
|
Domain name |
ccna-lab.com |
|
Encrypted privileged EXEC password |
ciscoenpass |
|
Console access password |
ciscoconpass |
|
Set the minimum length for passwords |
10 characters |
|
Create an administrative user in the local database |
Username: admin Password: admin1pass |
|
Set login on VTY lines to use local database |
|
|
Set VTY lines to accept SSH connections only |
|
|
Encrypt the clear text passwords |
|
|
Configure an MOTD Banner |
|
|
Enable IPv6 Routing |
|
|
Configure Interface G0/0/1 and sub interfaces |
Set the description Set the IPv4 address Set the IPv6 Link Local Address as fe80::1 Set the IPv6 address Activate Interface |
|
Configure the Loopback0 interface |
Set the description Set the IPv4 address Set the IPv6 address Set the IPv6 Link Local Address as fe80::1 |
|
Generate an RSA crypto key |
1024 bits modulus |
0. Configure S1 and S2.
Configuration tasks for the switches include the following:
|
Task |
Specification |
|
Disable DNS lookup |
|
|
Switch name |
S1 or S2, as appropriate |
|
Domain name |
ccna-lab.com |
|
Encrypted privileged EXEC password |
ciscoenpass |
|
Console access password |
ciscoconpass |
|
Create an administrative user in the local database |
Username: admin Password: admin1pass |
|
Set login on VTY lines to use local database |
|
|
Set VTY lines to accept SSH connections only |
|
|
Encrypt the clear text passwords |
|
|
Configure an MOTD Banner |
|
|
Generate an RSA crypto key |
1024 bits modulus |
|
Configure Management Interface (SVI) |
Set the Layer 3 IPv4 address Set the Ipv6 Link Local Address as FE80::98 for S1 and FE80::99 for S2 Set the Layer 3 IPv6 address |
|
Configure Default Gateway |
Configure the default gateway as 10.19.8.97 for IPv4 |
3. Configure Network Infrastructure Settings (VLANs, Trunking, EtherChannel)
1. Configure S1.
Configuration tasks for S1 include the following:
|
Task |
Specification |
|
Create VLANs |
VLAN 2, name Bikes VLAN 3, name Trikes VLAN 4, name Management VLAN 5, name Parking VLAN 6, name Native |
|
Create 802.1Q trunks that use the native VLAN 6 |
Interfaces F0/1, F0/2, and F0/5 |
|
Create a Layer 2 EtherChannel port group that uses interfaces F0/1 and F0/2 |
Use the LACP protocol for negotiation |
|
Configure host access port for VLAN 2 |
Interface F0/6 |
|
Configure port-security on access ports |
Allow 3 MAC addresses |
|
Secure all unused interfaces |
Assign to VLAN 5, Set to access mode, add a description, and shutdown |
1. Configure S2.
Configuration tasks for S2 include the following:
|
Task |
Specification |
|
Create VLANs |
VLAN 2, name Bikes VLAN 3, name Trikes VLAN 4, name Management VLAN 5, name Parking VLAN 6, name Native |
|
Create 802.1Q trunks that use the native VLAN 6 |
Interfaces F0/1 and F0/2 |
|
Create a Layer 2 EtherChannel port group that uses interfaces F0/1 and F0/2 |
Use the LACP protocol for negotiation |
|
Configure host access port for VLAN 3 |
Interface F0/18 |
|
Configure port-security on access ports |
Allow 3 MAC addresses |
|
Secure all unused interfaces |
Assign to VLAN 5, Set to access mode, add a description, and shutdown |
3. Configure Host Support
2. Configure R1
Configuration Tasks for R1 include the following
|
Task |
Specification |
|
Configure Default Routing |
Create a default routes for IPv4 and IPv6 that direct traffic to interface Loopback 0 |
|
Configure IPv4 DHCP for VLAN 2 |
Create a DHCP pool for VLAN 2, consisting of the last 10 addresses in the subnet only. Assign the domain name ccna-a.net and specify the default gateway address as the router interface address for the subnet involved |
|
Configure IPv4 DHCP for VLAN 3 |
Create a DHCP pool for VLAN 3, consisting of the last 10 addresses in the subnet only. Assign the domain name ccna-b.net and specify the default gateway address as the router interface address for the subnet involved |
2. Configure host computers.
Configure the host computers PC-A and PC-B to use DHCP for IPv4 and statically assign the IPv6 GUA and Link Local addresses. After configuring each host computer, record the host network settings with the ipconfig /all command.
|
PC-A Network Configuration (2 points) |
|
|
Description |
blank |
|
Physical Address |
blank |
|
IP Address |
blank |
|
Subnet Mask |
blank |
|
Default Gateway |
blank |
|
IPv6 Default Gateway |
blank |
|
PC-B Network Configuration (2 points) |
|
|
Description |
blank |
|
Physical Address |
blank |
|
IP Address |
blank |
|
Subnet Mask |
blank |
|
Default Gateway |
blank |
|
IPv6 Default Gateway |
blank |
3. Test and Verify End-to-End Connectivity
Use the ping command to test IPv4 and IPv6 connectivity between all network devices.
Note: If pings to host computers fail, temporarily disable the computer firewall and retest.
Use the following table to methodically verify connectivity with each network device. Take corrective action to establish connectivity if a test fails:
|
From |
To |
Protocol |
IP Address |
Ping Results |
|
PC-A |
R1, G0/0/1.2 |
IPv4 |
10.19.8.1 |
blank |
|
PC-A |
R1, G0/0/1.2 |
IPv6 |
2001:db8:acad:a::1 |
blank |
|
PC-A |
R1, G0/0/1.3 |
IPv4 |
10.19.8.65 |
blank |
|
PC-A |
R1, G0/0/1.3 |
IPv6 |
2001:db8:acad:b::1 |
blank |
|
PC-A |
R1, G0/0/1.4 |
IPv4 |
10.19.8.97 |
blank |
|
PC-A |
R1, G0/0/1.4 |
IPv6 |
2001:db8:acad:c::1 |
blank |
|
PC-A |
S1, VLAN 4 |
IPv4 |
10.19.8.98 |
blank |
|
PC-A |
S1, VLAN 4 |
IPv6 |
2001:db8:acad:c::98 |
blank |
|
PC-A |
S2, VLAN 4 |
IPv4 |
10.19.8.99. |
blank |
|
PC-A |
S2, VLAN 4 |
IPv6 |
2001:db8:acad:c::99 |
blank |
|
PC-A |
PC-B |
IPv4 |
IP address will vary. |
blank |
|
PC-A |
PC-B |
IPv6 |
2001:db8:acad:b::50 |
blank |
|
PC-A |
R1 Loop0 |
IPv4 |
209.165.201.1 |
blank |
|
PC-A |
R1 Loop0 |
IPv6 |
2001:db8:acad:209::1 |
blank |
|
PC-B |
R1 Loop0 |
IPv4 |
209.165.201.1 |
blank |
|
PC-B |
R1 Loop0 |
IPv6 |
2001:db8:acad:209::1 |
blank |
|
PC-B |
R1, G0/0/1.2 |
IPv4 |
10.19.8.1 |
blank |
|
PC-B |
R1, G0/0/1.2 |
IPv6 |
2001:db8:acad:a::1 |
blank |
|
PC-B |
R1, G0/0/1.3 |
IPv4 |
10.19.8.65 |
blank |
|
PC-B |
R1, G0/0/1.3 |
IPv6 |
2001:db8:acad:b::1 |
blank |
|
PC-B |
R1, G0/0/1.4 |
IPv4 |
10.19.8.97 |
blank |
|
PC-B |
R1, G0/0/1.4 |
IPv6 |
2001:db8:acad:c::1 |
blank |
|
PC-B |
S1, VLAN 4 |
IPv4 |
10.19.8.98 |
blank |
|
PC-B |
S1, VLAN 4 |
IPv6 |
2001:db8:acad:c::98 |
blank |
|
PC-B |
S2, VLAN 4 |
IPv4 |
10.19.8.99. |
blank |
|
PC-B |
S2, VLAN 4 |
IPv6 |
2001:db8:acad:c::99 |
blank |
3. Cleanup
NOTE: DO NOT PROCEED WITH CLEANUP UNTIL YOUR INSTRUCTOR HAS GRADED YOUR SKILLS EXAM AND HAS INFORMED YOU THAT YOU MAY BEGIN CLEANUP.
Unless directed otherwise by the instructor, restore host computer network connectivity, and then turn off power to the host computers.
Before turning off power to the router and switch, remove the NVRAM configuration files (if saved) from both devices.
Disconnect and neatly put away all LAN cables that were used in the Final.
1. Router Interface Summary Table
|
Router Model |
Ethernet Interface #1 |
Ethernet Interface #2 |
Serial Interface #1 |
Serial Interface #2 |
|
1800 |
Fast Ethernet 0/0 (F0/0) |
Fast Ethernet 0/1 (F0/1) |
Serial 0/0/0 (S0/0/0) |
Serial 0/0/1 (S0/0/1) |
|
1900 |
Gigabit Ethernet 0/0 (G0/0) |
Gigabit Ethernet 0/1 (G0/1) |
Serial 0/0/0 (S0/0/0) |
Serial 0/0/1 (S0/0/1) |
|
2801 |
Fast Ethernet 0/0 (F0/0) |
Fast Ethernet 0/1 (F0/1) |
Serial 0/1/0 (S0/1/0) |
Serial 0/1/1 (S0/1/1) |
|
2811 |
Fast Ethernet 0/0 (F0/0) |
Fast Ethernet 0/1 (F0/1) |
Serial 0/0/0 (S0/0/0) |
Serial 0/0/1 (S0/0/1) |
|
2900 |
Gigabit Ethernet 0/0 (G0/0) |
Gigabit Ethernet 0/1 (G0/1) |
Serial 0/0/0 (S0/0/0) |
Serial 0/0/1 (S0/0/1) |
|
4221 |
Gigabit Ethernet 0/0/0 (G0/0/0) |
Gigabit Ethernet 0/0/1 (G0/0/1) |
Serial 0/1/0 (S0/1/0) |
Serial 0/1/1 (S0/1/1) |
|
4300 |
Gigabit Ethernet 0/0/0 (G0/0/0) |
Gigabit Ethernet 0/0/1 (G0/0/1) |
Serial 0/1/0 (S0/1/0) |
Serial 0/1/1 (S0/1/1) |
Note: To find out how the router is configured, look at the interfaces to identify the type of router and how many interfaces the router has. There is no way to effectively list all the combinations of configurations for each router class. This table includes identifiers for the possible combinations of Ethernet and Serial interfaces in the device. The table does not include any other type of interface, even though a specific router may contain one. An example of this might be an ISDN BRI interface. The string in parenthesis is the legal abbreviation that can be used in Cisco IOS commands to represent the interface.
End of document