Skip to main content

CCIE LAB EXAM Three minutes to learn the application of NAT address translation technology

CCIE LAB EXAM Three minutes to learn the application of NAT address translation technology

NAT translates the private IP address into the external network IP address through the border route, and records the conversion mapping record in the NAT address translation table of the border route.When external data is returned, the route uses NAT technology to query the NAT translation table, and then replaces the destination address with the IP address of the intranet user.ccie lab dumps

Before we learned the theoretical information of NAT, we know its specific use. Ccie lab dumps  .This time we will do a simple experiment to see how PAT (port multiplexing) is applied in reality.




A simple topology diagram with the inner network on the left and the external network on the right. Use NAT technology to access the Internet and see how to configure it.

First take a look at the configuration of the PC:

Pc0



PC1



Ok.
We do not need to configure the switch.
Next, configure the F0/0 interface of R0, which is our intranet gateway.

Router(config)#int f0/0
Router(config-if)#ip address 192.168.1.254 255.255.255.0
Router(config-if)#no shutdown 

Ok!
Configure the IP address of the R0 and R1 connection interfaces:
R0
Router(config)#int s1/0
Router(config-if)#ip address 10.1.1.1 255.255.255.0
Router(config-if)#no shutdown

R1
Router(config)#int s1/0
Router(config-if)#ip address 10.1.1.2 255.255.255.0
Router(config-if)#no shutdown 

Ok

Next configure PAT on R0:
Router(config)#access-list 1 permit 192.168.0.0 0.0.255.255
/ / Define a convertible address.
Router(config)#ip nat inside source list 1 interface serial 1/0 overload
// Identify the external interface s1/0 as the internal global address for overload.ccie lab dumps
Router(config)#interface f0/0
Router(config-if)#ip nat inside
// Identify F0/0 as an internal NAT interface.
Router(config)#exit
Router(config-if)#int s1/0
Router(config-if)#ip nat outside
/ / Identify s1/0 as an external NAT interface
Router(config)#exit

\Create a default route, referring to the s1/0 interface.
Router(config)#ip route 0.0.0.0 0.0.0.0 s1/0
an examination:
Ping the external IP address with a PC:



Ping pass!

Verify NAT:
Show ip nat translations : Shows the details of NAT allocation.


Show ip nat statistics : Display: total number of active conversions, NAT configuration parameters, number of addresses in the address pool, and number of addresses already allocated.


End! A simple experiment that demonstrates how PAT is used and configured in the lab, and how to check for problems in the NAT process.



Publisher:IE LAB

publish Website: http://ielab.network

WhatsApp: +8617782638871

Skype:live:ielab.anna

Ccie lab dumps

Comments

Popular posts from this blog

Cisco ccie exam Linux overview and history

      Cisco ccie exam Linux overview and history Simply put, the Linux operating system is a clone of the UNIX operating system, which was born on October 5, 1991 (the first time it was officially announced). It's the same as Microsoft's Windows, apple's MAC OS and android on mobile phones. Cisco ccie exam.Compared to ordinary people, Linux system may be relatively unfamiliar, and most of them are probably familiar with Windows system. Since the graphical interface of Windows is simpler and easier to use, Windows occupies more markets, and Linux systems are mainly command-line operations, which are more demanding for professionalism.Cisco ccie exam Linux systems are stable, secure, and have strong concurrency, so they are widely used in the server field. The professional servers are almost all Linux systems. Linux is open source, free, everyone can see the source code of Linux, you can use Linux for free. And the Linux kernel is short and lean, and some can only be a ...

ccie lab dumps Considerations for system migration to cloud servers

ccie lab dumps   Considerations for system migration to cloud servers Enterprises often encounter many problems when they migrate their existing systems to cloud servers.For example: data loss, website crashes, database errors, etc.  ccie lab dumps ,\.These problems can lead to loss of time and resources, resulting in damage to the company's interests.As more and more companies move their servers to the cloud, these issues are becoming more and more obvious. ccie lab dumps .How should we reduce the chances of these problems and provide the least interference to the ente...

ccie lab dumps R&S - -How far is IPv6

ccie lab dumps R&S---How far is IPv6 First, understand IPV6 When using the mobile app, I found that there is a small line "Supported IPv6" at the bottom of the welcome page. According to global IPv6 statistics released by Google, by the end of November 2018, the global IPv6 penetration rate has exceeded 25.04%, while China's IPv6 penetration rate is only 2.93%.ccie lab dumps.In 2019, both operators and Internet companies have begun to popularize IPv6 on a large scale. So what is IPv6? When it comes to IPv6, you can't help but mention the IPv4 protocol you are using now. "The father of the Internet" Wendun Joseph created the Internet communication protocol "IPv4" in 1977, allowing global computers to connect to each other. An IP address is a series of numbers assigned to each computer, website, or other networked device, and each IP address is unique.ccie lab dumps. Since the IP address length specified in IPv4 is 32 bits, the rapid development ...