How many addresses will be available for dynamic NAT translation when a router is configured with the following commands?

How many addresses will be available for dynamic NAT translation when a router is configured
with the following commands?
Router(config)#ip nat pool TAME 209.165.201.23 209.165.201.30 netmask 255.255.255.224
Router(config)#ip nat inside source list 9 pool TAME

How many addresses will be available for dynamic NAT translation when a router is configured
with the following commands?
Router(config)#ip nat pool TAME 209.165.201.23 209.165.201.30 netmask 255.255.255.224
Router(config)#ip nat inside source list 9 pool TAME

A.
7

B.
8

C.
9

D.
10

E.
24

F.
32

Explanation:
Topic 6, Network Device Security



Leave a Reply 3

Your email address will not be published. Required fields are marked *


David

David

Configure the pool of public registered IP addresses using the ip nat pool
name first-address last-address netmask subnet-mask global configuration
command.
Enable dynamic NAT by referencing the ACL (Step 3) and pool (Step 4) with
the ip nat inside source list acl-number pool pool-name global configuration
command.

Dave Chappel

Dave Chappel

ok so the netmask gives you 32 valid ip addresses, but the pool only goes from 123 thru 130 which is only 8 ip addresses in this dynamic nat