Hi everyone! I'm studying for the CCNA (will probably take the two exams) so I took a little 15 question CCNA quiz from www.learncisco.net and I have a question about why my answer is wrong. The site does not give explanations on why an answer is wrong so I thought I'd ask it here.
Here it is:
You are configuring PAT on your Cisco IOS router. Which command is used to identify the private IP addresses that can be translated?
a) access-list 1 permit 10.1.1.0 0.0.0.63
b) ip nat outside
c) ip nat pool NAT_POOL 203.0.113.3 203.0.113.6 prefix-length 29
d) ip nat inside
e) ip nat inside source list 1 interface fastethernet0/0 overload
I selected A as this is adding those internal addresses to an access-list which will then be set in the actual ip nat command.
The side is saying e is the correct answer. But why?