You are here
RS0012 - Basic NAT
Difficulty Level:
Lab Document:
<Please login to see the content>
Category:
Routing & Switching
The video demonstrates various Network Address Translation (NAT) functionalities on Cisco router. We look at scenarios when the NAT IP is assigned from the router interface subnet, where proxy-arp is utilized, and the IP is assigned from a completely different subnet.
Topic includes
- Static NAT
- Dynamic NAT
- Port Address Translation (PAT)
- Conditional NAT
- Proxy-ARP
Notes:
- Static NAT is commonly used to expose services (eg. on servers) to outside (ACL is recommended to restrict access)
- Dynamic NAT is commonly used for end-users to access outside resources when PAT may break particular applications
- PAT is commonly used when only unidirectional access is needed and to hide inside hosts as well as to minimize IP usage
- Conditional NAT is commonly used when a host need to translated to different IPs under different connection (eg. interface being used, destination IP subnet etc.)
4 comments
NAT simulation
I dont have any routers? How can I test these? are there any simulation software that you recommend?
NAT simulation
The most popular one is Dynamips/GNS3. It is considered emulator (instead of simulator) since it uses the actual Cisco IOS to run, although nothing is better than actual hardware.
Switch Loopback on behalf of samuel
I want you to tell me how you created two loopbacks on SW1 with same subnet.
Switch Loopback
The loopbacks have subnet of /32 (ie. 255.255.255.255) as shown on diagram and not /24 so they are not really on the same subnet and can have pretty much any IP you want