Which NAT command can be applied to an interface?

Which NAT command can be applied to an interface?
A. ip nat inside
B. ip nat inside test access-list-number pool pool-name
C. ip nat inside source static 10.10.10.0 10.10.10.50
D. ip nat pool test 10.10.10.0 10.10.10.50 255.255.255.0

cisco-exams

7 thoughts on “Which NAT command can be applied to an interface?

  1. A is correct.
    Whenever you see ‘implemented’ or ‘ applied’ to an interface , they are referring to either the ip nat inside or ip nat outside commands.

    1. Tried it in packet tracer, it has to be A because the D command ip nat pool test 10.10.10.0 10.10.10.50 255.255.255.0 is not even correct, it should be ip nat pool test 10.10.10.0 10.10.10.50 NETMASK 255.255.255.0, and this cannot be applied to an interface but only to the router.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.