How to Configure PAT (NAT Overload) on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions

Subscribers:
12,800
Published on ● Video Link: https://www.youtube.com/watch?v=uF-4cxIJQ_E



Game:
Overload (2017)
Category:
Guide
Duration: 13:31
8,567 views
80


This video shows you how to configure PAT (NAT Overload) on Cisco Router using Cisco Packet Tracer.

✅ S U B S C R I B E ► http://goo.gl/8d0iG9
✅ Article ► https://www.sysnettechsolutions.com/en/configure-nat-pat-in-cisco-packet-tracer/

To configure #NAT #Overload (#PAT):

Step 1: If you have not installed Cisco Packet Tracer on Windows, Linux, and macOS before, please refer to the following videos.

Windows ➦ https://www.youtube.com/watch?v=pNLhTixgCXg
Linux / Debian ➦ https://www.youtube.com/watch?v=aMnumAyFxCQ
Linux / Linux Mint ➦ https://www.youtube.com/watch?v=VRmN0pDgLgo
Linux / Ubuntu ➦ https://www.youtube.com/watch?v=rwGuAbiGPdc
macOS High Sierra ➦ https://www.youtube.com/watch?v=cXaqjFukSAI

Step 2: After installing it, add two Cisco Routers and one Cisco Switch to its workspace.

Step 3: Connect the Cisco Routers to each other with a cross cable.

Step 4: Configure the Cisco Switch and PC connections.

Step 5: Configure the 192.168.10.0/24 network for the local network and the 10.0.0.0/24 network for the WAN.

Step 6: Assign IP addresses to the computers from the 192.168.10.0/24 network.

Step 7: Assign the 192.168.10.1 IP address to the Router's GigabitEthernet0/0 interface.

Step 8: Assign IP addresses from the 10.0.0.0/24 network to WAN interfaces of Routers.

Step 9: Before configuring NAT Overload, test the network connection by pinging R1 from the computers.

Step 10: Computers will not be able to ping R1 without configuring PAT (NAT Overload).

Step 11: Open the R0 CLI command prompt to configure NAT Overload.

Step 12: Run the following commands to configure PAT (NAT Overload) on Cisco Router.

Router# conf t
Router(config)# interface gigabitethernet 0/0
Router(config-if)# ip address 192.168.10.1 255.255.255.0
Router(config-if)# ip nat inside
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# interface gigabitethernet 0/1
Router(config-if)# ip address 10.0.0.1 255.255.255.0
Router(config-if)# ip nat outside
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# access-list 1 permit 192.168.10.0 0.0.0.255
Router(config)# ip nat inside source list 1 interface gigabitethernet0/1 overload
Router(config)# end

Step 13: After configuring PAT, ping the R1 again from the computers and examine the results.

Step 14: You can use the following show and debug commands to verify the configuration.

➦ show ip nat translation
➦ show ip nat statistics
➦ clear ip nat statistics
➦ clear ip nat translation *
➦ debug ip nat

Step 15: Don't forget to subscribe to our YouTube channel for more videos on Cisco Networking training with Packet Tracer!



────────BEST PRODUCT FOR CISCO TRAINING─────────

✅ Buy ► http://bit.ly/CiscoNetworkingEssentials


───────────────RELATED VIDEOS───────────────

➊ How to Configure Static NAT
https://www.youtube.com/watch?v=ohvGuTPQ1SM

➋ How to Configure EIGRP
https://www.youtube.com/watch?v=vhVmum82qjE

➌ How to Configure OSPF
https://www.youtube.com/watch?v=xF4xd4cEDXg

➍ How to Configure Dynamic NAT
https://www.youtube.com/watch?v=D3W6aFYLuSA

➎ How to Configure RIP Version 2
https://www.youtube.com/watch?v=RwiKhrLkHgw


───────────────FOLLOW US───────────────────

✔ Facebook
https://www.facebook.com/SysnettechSolutions/

✔ Twitter
https://twitter.com/SysnettechS/

✔ Pinterest
https://www.pinterest.com/SysnettechS/

✔ Instagram
https://www.instagram.com/sysnettech_solutions/

✔ LinkedIn
https://linkedin.com/in/tolqabaqci/

███████████████████████████████████████████




Other Videos By SYSNETTECH Solutions


2017-05-25How to Install Cisco Packet Tracer 7 on Ubuntu 17.04 | SYSNETTECH Solutions
2017-05-24How to Install GNS3 2.0 on Ubuntu 17.04 | SYSNETTECH Solutions
2017-05-22How to Install Ubuntu 17.04 on VMware Workstation 12 | SYSNETTECH Solutions
2017-05-22How to Duplicate Virtual Machine in VMware Workstation using Sysprep | SYSNETTECH Solutions
2017-05-16How to Install GNS3 2.0.1 | SYSNETTECH Solutions
2017-05-15How to Configure VLAN on Layer 2 Switch in GNS3 | L2 Switch VLAN Routing | SYSNETTECH Solutions
2017-05-14How to Clone Virtual Machine in VMware Pro | SYSNETTECH Solutions
2017-05-12How to Configure Trunk Port in Cisco Packet Tracer | 802.1Q and Trunking | SYSNETTECH Solutions
2017-05-11What is Access Port in Switch? | Cisco Access Port Configuration | SYSNETTECHSolutions
2017-05-10What is Native Vlan and How Does it Work? | Native Vlan (Vlan1) in Switch | SYSNETTECH Solutions
2017-05-02How to Configure PAT (NAT Overload) on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-05-01How to Configure Dynamic NAT on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-05-01How to Configure Static NAT on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-28How to Configure Inter VLAN Routing on Cisco Switch in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-27How to Create and Configure VLAN on Cisco Switch in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-26How to Configure SSH on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-23How to Configure Cisco Router using Console Cable in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-23How to Create Desktop Shortcut for Cisco Packet Tracer in Ubuntu 16.10 | SYSNETTECH Solutions
2017-04-22How to Configure Telnet on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-21How to Configure DHCP on Cisco Router in Cisco Packet Tracer | SYSNETTECHSolutions
2017-04-20How to Connect Two Networks using Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions



Tags:
How to Configure PAT (NAT Overload) on Cisco Router in Cisco Packet Tracer
How to Configure NAT Overload on Cisco Router in Cisco Packet Tracer
How to Configure PAT on Cisco Router in Cisco Packet Tracer
How to Configure PAT (NAT Overload) in Cisco Packet Tracer
How to Configure NAT Overload in Cisco Packet Tracer
How to Configure PAT in Cisco Packet Tracer
How to Configure NAT Overload
NAT
NAT Overload Configuration
NAT PAT
How to Configure NAT Overload on Cisco Router
PAT



Other Statistics

Overload Statistics For SYSNETTECH Solutions

Currently, SYSNETTECH Solutions has 8,567 views for Overload across 1 video. His channel published less than an hour of Overload content, making up less than 0.17% of the total overall content on SYSNETTECH Solutions's YouTube channel.