0% found this document useful (0 votes)
39 views

CCNA Certification NAT-2 Configuration Lab Simulation

The router Weaver is configured with NAT to provide internet access for 14 internal hosts. NAT is configured using the 6 public IP addresses provided in the range 198.18.184.105-110. An access list permits the private addresses 192.168.100.16-30 and a NAT pool is defined using the public addresses. NAT inside source is configured to translate the private addresses to the public NAT pool using overload NAT. The configuration is tested by pinging an external address from an internal host.

Uploaded by

ergu vfuko fghui
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

CCNA Certification NAT-2 Configuration Lab Simulation

The router Weaver is configured with NAT to provide internet access for 14 internal hosts. NAT is configured using the 6 public IP addresses provided in the range 198.18.184.105-110. An access list permits the private addresses 192.168.100.16-30 and a NAT pool is defined using the public addresses. NAT inside source is configured to translate the private addresses to the public NAT pool using overload NAT. The configuration is tested by pinging an external address from an internal host.

Uploaded by

ergu vfuko fghui
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

CCNA Certification – NAT-2 Configuration Lab Simulation

itexamanswers.net/ccna-certification-nat-2-configuration-lab-simulation.html

March 12,
2017

A network associate is configuring a router for the Weaver company to provide internet
access.
The ISP has provided the company six public IP addresses of 198.18.184.105 –
198.18.184.110.
The company has 14 hosts that need to access the internet simultaneously. The hosts in
the company LAN have been assigned private space addresses in the range of
192.168.100.17 –
192.168.100.30.

The following have already been configured on the router:


– The basic router configuration
– The appropriate interfaces have been configured for NAT inside and NAT outside
– The appropriate static routes have also been configured (since the company will be a
stub network, no routing protocol will be required.)
All passwords have been temporarily set to “cisco”
The task is to complete the NAT configuration using all IP addresses assigned by the ISP
to provide internet access for the hosts in the weaver LAN. Functionality can be tested by
clicking on the host provided for testing.
Configuration information:
Router name – Weaver
Inside global addresses – 198.18.184.105 – 198.18.184.110 /29
Inside local addresses – 192.168.100.17 – 192.168.100.30 /28
Number of inside hosts – 14

Answer:
Step 1: Router Name
1/4
Router>enable
Router#configure terminal
Router(config)#hostname Weaver
Weaver(config)#

Step 2: NAT Configuration

Weaver(config)#access-list 10 permit 192.168.100.16 0.0.0.15


Weaver(config)#ip nat pool mynatpool 198.18.184.105 198.18.184.110 netmask 255.255.255.248
Weaver(config)#ip nat inside source list 10 pool mynatpool overload
Weaver(config)#end

Step 3: Save Configuration

Weaver#copy run start

Verification:
We can verify the answer by pinging the ISP IP Address (192.0.2.114) from Host for
testing.
Click “Host for testing”
In command prompt, type “ping 192.0.2.114”. If ping succeeded then the NAT is working
properly.

Screen Shots:

2/4
3/4
4/4

You might also like