CCNA - Dynamic NAT with Pools Configuration Lab

preview_player
Показать описание
Welcome to Network Engineer Pro. I'm Rafael, CCIE 64356.

I'm working on ton of content (videos, labs and more) to help you learn networking. If you want to stay up to date on what I'm working on and be the first to know then head to my website where you can sign up and get notified:

You can also follow me on Facebook:

Amazon affiliate links to recommended reading material

The CCNA 200-301 Official Cert Guide Volume 1

The CCNA 200-301 Official Cert Guide Volume 2

For those of you who want to take your studies to the CCIE level, here are the first two books(of many) you should get your hands on.

Routing TCP/IP, Volume 1

Routing TCP/IP, Volume 2

-------------------------------------------------
In this video I show you how to configure Dynamic NAT using Pools on Cisco routers.
I am using EVE-NG in my home lab. Here is the config I used in this video on the NAT router.

conf t
int g0/1
ip nat inside
int g0/0
ip nat outside
!
access-list 10 permit 10.10.10.0 0.0.0.255
!
ip nat pool MY-POOL 11.11.11.1 11.11.11.6 netmask 255.255.255.248
!
ip nat inside source list 10 pool MY-POOL

Helpful show commands:
show ip nat translations
show ip nat statistics

Cisco configuration guide for NAT on IOS XE

#ccna #ccnp #ccie
Рекомендации по теме
Комментарии
Автор

How are you all liking the videos so far ? Do you prefer shorter configuration videos like this one or longer ones with theory and configuration combined ? Anything topics you want to see before others like OSPF, maybe some BGP or Ansible? Always looking to improve the content for everyone, let me know and lab on !

NetworkEngineerPro
Автор

Awesome job! Thank you. I have a question. What happen if I have 18 public IP addresses in the pool but 20 inside clients and all go to the outside a the same time? Only the first 18 to hit the router will be able to use the internet, but not the last 2?

EddyCuevas-ymzq
Автор

Good day sir, had you ever encountered this error "There are currently no logon servers available to service the logon request" on Windows Server 2012_Main Server? Having this difficulty for over a week now, thanks!

arbieiiibaniqued
Автор

Need CCNA certification course. What is the procedure.

mubashirhussain