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
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.
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
https://quizlet.com/60228263/ccna-2-chapter-11-flash-cards/