CCNA v6 Packet Tracer 9.4.1.2 Skill integration challenge http://www.mediafire.com/folder/aakh7hy2ebk6c/S2.
Describes the architecture, components, and operations of routers and switches in a small network. Students learn how to configure a router and a switch for basic functionality. By the end of this course, students will be able to configure and troubleshoot routers and switches and resolve common issues with static route, RIPv2, VLAN, NAT,ACL, DHCP in both IPv4 and IPv6 networks, and perform device discovery, management and maintenance.
Skills and Competencies:
CCNA 2: Activities & Lab Manuals Packet Tracer |
---|
1.1.1.8 Packet Tracer – Using Traceroute to Discover the Network |
1.1.2.9 Packet Tracer – Documenting the Network |
1.1.3.5 Packet Tracer – Configuring IPv4 and IPv6 Interfaces |
1.1.4.5 Packet Tracer – Configuring and Verifying a Small Network |
1.3.2.5 Packet Tracer – Investigating Directly Connected Routes |
2.2.2.4 Packet Tracer – Configuring IPv4 Static and Default Routes |
2.2.4.4 Packet Tracer – Configuring IPv6 Static and Default Routes |
2.2.5.5 Packet Tracer – Configuring Floating Static Routes |
2.3.2.3 Packet Tracer – Troubleshooting Static Routes |
3.2.1.8 Packet Tracer – Configuring RIPv2 |
5.2.1.4 Packet Tracer – Configuring SSH |
5.2.2.7 Packet Tracer – Configuring Switch Port Security |
5.2.2.8 Packet Tracer – Troubleshooting Switch Port Security |
5.3.1.2 Packet Tracer – Skills Integration Challenge |
6.1.1.5 Packet Tracer – Who Hears the Broadcast |
6.1.2.7 Packet Tracer – Investigating a VLAN Implementation |
6.2.1.7 Packet Tracer – Configuring VLANs |
6.2.2.4 Packet Tracer – Configuring Trunks |
6.2.3.7 Packet Tracer – Troubleshooting a VLAN Implementation – Scenario 1 |
6.2.3.8 Packet Tracer – Troubleshooting a VLAN Implementation – Scenario 2 |
6.3.3.6 Packet Tracer – Configuring Router-on-a-Stick Inter-VLAN Routing |
6.3.3.8 Packet Tracer – Inter-VLAN Routing Challenge |
6.4.1.2 Packet Tracer – Skills Integration Challenge |
7.1.1.4 Packet Tracer – ACL Demonstration |
7.2.1.6 Packet Tracer Configuring Numbered Standard IPv4 ACLs |
7.2.1.7 Packet Tracer – Configuring Named Standard IPv4 ACLs |
7.2.3.3 Packet Tracer – Configuring an ACL on VTY Lines |
7.3.2.4 Packet Tracer – Troubleshooting Standard IPv4 ACLs |
7.4.1.2 Packet Tracer – Skills Integration Challenge |
8.1.3.3 Packet Tracer – Configuring DHCPv4 Using Cisco IOS |
8.3.1.2 Packet Tracer – Skills Integration Challenge |
9.1.2.6 Packet Tracer – Investigating NAT Operation |
9.2.1.4 Packet Tracer – Configuring Static NAT |
9.2.2.5 Packet Tracer – Configuring Dynamic NAT |
9.2.3.6 Packet Tracer – Implementing Static and Dynamic NAT |
9.2.4.4 Packet Tracer – Configuring Port Forwarding on a Wireless Router |
9.3.1.4 Packet Tracer – Verifying and Troubleshooting NAT Configurations |
9.4.1.2 Packet Tracer – Skills Integration Challenge |
10.1.1.4 Packet Tracer – Map a Network Using CDP |
10.2.1.4 Packet Tracer – Configure and Verify NTP |
10.2.3.5 Packet Tracer – Configuring Syslog and NTP |
10.3.1.8 Packet Tracer – Backing Up Configuration Files |
10.3.3.5 Packet Tracer – Using a TFTP Server to Upgrade a Cisco IOS Image |
10.4.1.1 Packet Tracer – Skills Integration Challenge |
Last Updated on March 20, 2018 by
Answer Note: Red font color or Gray highlights indicate text that appears in the Answer copy only.
Part 1: Test Access without NAT
Part 2: Configure Static NAT
Part 3: Test Access with NAT
In IPv4 configured networks, clients and servers use private addressing. Before packets with private addressing can cross then Internet, they need to be translated to public addressing. Servers that are accessed from outside the organization are usually assigned both a public and a private static IP address. In this activity, you will configure static NAT so that outside devices can access and inside server at its public address.
R1# show ip nat translations
Refer to the Topology. Create a static NAT translation to map the Server1 inside address to its outside address.
R1(config)# ip nat inside source static 172.16.16.1 64.100.50.1
Configure the correct inside and outside interfaces.
Use the following commands to verify the static NAT configuration:
show running-config
show ip nat translations
show ip nat statistics