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