CCNA 2020: Configuring & Verifying NAT
What command shows the list of configured static IP network address translations?
do show ip nat trans
What command creates a static network address translation entry between 10.0.0.10/24 and the outside IP Address 172.15.0.15/24? The inside address is 10.0.0.1/24 and the outside address is 172.13.0.1/24.
ip nat inside source static 10.0.0.10 172.13.0.1
1.NAT Overload 2.Dynamic NAT 3.PAT 4.Static NAT
1.It takes internal addresses and uses ports to share a public address -Can translate from multiple internal addresses to a public address 2.Can translate from multiple internal addresses to a public address 3.It takes internal addresses and uses ports to share a public address -Can translate from multiple internal addresses to a public address 4.Provides a direct one-to-one translation from internal to a public address
Your router has been configured with Dynamic NAT and has 6 assigned Public IP Addresses from your ISP. How many connections can be made by devices before one device has to wait for a connection to become free?
6
You have entered the following command after setting up your Dynamic NAT and Access Lists but get a syntax error. What is missing from the command "ip nat pool MYEDGE 172.14.0.1 172.14.0.3"
A netmask parameter is required
What is being configured?
Dynamic NAT
