QuestionQ1041
IP ServicesWhich 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
Community Discussion