CCNA 200-120 NAT Simulation | [Link] Exa...
[Link]
CCNA 200-120 NAT Simulation
Download File .PKZ
A network associate is conguring a router for the Weaver company to provide internet access. The ISP has
provided the company six public IP addresses of [Link] [Link]. 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 [Link] [Link].
A network associate is conguring a router for the weaver company to provide internet access. The ISP has
provided the company six public IP addresses of [Link] [Link]. 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 [Link] [Link].
The following have already been congured on the router:
The basic router conguration
The appropriate interfaces have been congured for NAT inside and NAT outside.
The appropriate static route have also been congured (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 complate the NAT conguration 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.
Conguration information
router name Weaver
inside global addresses [Link] [Link]/29
inside local addresses [Link] [Link]/28
number of inside hosts 14
Answer :
Step 1: Router Name
Router>enable
Router#congure terminal
Router(cong)#hostname Weaver
Weaver(cong)#
Step 2: NAT Conguration
Weaver(cong)#access-list 10 permit [Link] [Link]
Weaver(cong)#ip nat pool mynatpool [Link] [Link] netmask [Link]
Weaver(cong)#ip nat inside source list 10 pool mynatpool overload
Weaver(cong)#end
Step 3: Save Conguration
Weaver#copy running-cong startup-cong
1 de 1
10/11/15 10:20