PrepAway - Latest Free Exam Questions & Answers

The following have already been configured on the router – The basic router configuration – The ap

CORRECT TEXT

A network associate is configuring a router for the Munford company to provide internet access.
The ISP has provided the company six public IP addresses of 198.18.154.57 198.18.154.62.
The company has 30 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.42.65 –
192.168.42.94.
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

PrepAway - Latest Free Exam Questions & Answers

Answer: See the explanation

Explanation:
Router>enable
Router# config terminal
Router(config)# hostname munford
munford(config)#ip nat pool test 198.18.154.57 198.18.154.62 netmask 255.255.255.192
munford (config)#ip nat inside source list 1 pool test overload
munford (config)#access-list 1 permit 192.168.42.64. 0.0.0.31
munford (config)#interface fa0/0
munford (config-if)# ip address 192.168.42.94 255.255.255.224
munford (config-if)#ip nat inside
munford (config-if)#interface serial 0/0
munford (config-if)#ip nat outside


Leave a Reply