Which command can you enter to create a NAT pool of 6 addresses?
Click on the arrows to vote for the correct answer
A. B. C. D.A
The correct command to create a NAT pool of 6 addresses is:
D. Router(config)#ip nat pool test 175.17.12.69 175.17.12.76 prefix-length 8
This command creates a NAT pool named "test" with an address range from 175.17.12.69 to 175.17.12.76 (a total of 6 addresses), using a prefix length of 8 bits.
Here is a breakdown of each part of the command:
Option A is