Refer to the exhibit. R1 is configured for NAT as displayed. What is wrong with the configuration?
- Access-list 1 is misconfigured.
- The NAT pool is incorrect.
- NAT-POOL2 is not bound to ACL 1.
- Interface Fa0/0 should be identified as an outside NAT interface.
Answers Explanation & Hints:
R1 has to have NAT-POOL2 bound to ACL 1. This is accomplished with the command R1(config)#ip nat inside source list 1 pool NAT-POOL2. This would enable the router to check for all interesting traffic and if it matches ACL 1 it would be translated by use of the addresses in NAT-POOL2. |