You are on page 1of 2

North South University

CSE 338 L: Data Communication &


Network Lab
Lab Class 9: DHCP on Cisco IOS & NAT
_____________________________________________________________________________________

Network Address Translation (NAT):


Network address translation (NAT) is a method of remapping one IP address space into another by
modifying network address information in Internet Protocol (IP) datagram packet headers while they are
in transit across a traffic routing device. We are going to study three types of NAT configuration on this
lab course.

Static NAT:
This type of NAT is designed to allow one-to-one mapping between local and global address. Requires
separate real IP for each device.

Dynamic NAT:
A form of dynamic NAT that maps multiple unregistered IP addresses to a single registered IP address by
using different ports. This is known also as PAT (Port Address Translation), single address NAT or port-
level multiplexed NAT.

Overloading/PAT:
A form of dynamic NAT that maps multiple unregistered IP addresses to a single registered IP address by
using different ports. This is known also as PAT (Port Address Translation), single address NAT or port-
level multiplexed NAT.

Prepared by Tousif Osman


Task 1: Configure the following network separately with Static NAT,
Dynamic NAT and Overload NAT

Task 2: Configure the below network and create a DHCP pool on the
router to assign dynamic IPs to the devices connected on the right side
network.

Reading References:
1. http://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-
eigrp/16406-eigrp-toc.html
2. https://en.wikipedia.org/wiki/Open_Shortest_Path_First
3. http://www.technig.com/configure-ospf-routing-protocol/
4. http://www.computernetworkingnotes.com/ccna-study-guide/eigrp-configuration-step-by-step-
guide.html

Prepared by Tousif Osman

You might also like