QuestionQ1041

IP Services

Which command creates a static NAT mapping for a PC with address 10.1.1.1 to the public routable address 209.165.200.225 assigned to that PC?

  • A R1(config)#ip nat inside source static 10.1.1.1 209.165.200.225
  • B R1(config)#ip nat outside source static 209.165.200.225 10.1.1.1
  • C R1(config)#ip nat inside source static 209.165.200.225 10.1.1.1
  • D R1(config)#ip nat outside source static 10.1.1.1 209.165.200.225
Explanation

Cisco IOS static NAT for an internal host uses the syntax ip nat inside source static inside-local inside-global. The private host address 10.1.1.1 is the inside local address, and 209.165.200.225 is the inside global public address, so the correct command places them in that order under inside source static.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!