The command debug ip nat will show you in real time the translations occurring on your router.
The command ip nat pool name creates the pool that hosts can use to get onto the global internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224 . Option C is wrong because there is a lowercase t in the pool name. Pool name are case sensitive.
Instead of the netmask command, you can use the prefix-length length statement.
An inside global address is considered to be the IP address of the host on the private network after translation.
Once you create your pool, the command ip nat inside source must be used to say which inside locals are allowed to use the pool. In this question we need to see if access - list 100 is configured correctly, if at all , so show access - list is the best answer.
Another term for port Address Translation is NAT Overload because that is the keyword used to enable port address translation.
The IEEE 802.11b and IEEE 802.11g standards both run in the 2.4GHz RF range.
The minimum parameter configured on an AP for a simple WLAN installation is the SSID, although you should set the channel and authntication method as well.
Copyright ©CuriousTab. All rights reserved.