Refer to the exhibit. Which set of commands on router R1 allow deterministic translation of private hosts PC1, PC2, and PC3 to addresses in the public space?
- A. RouterR1(config)#int f0/0
RouterR1(config)#ip nat inside
RouterR1(config)#exit
RouterR1(config)#int f0/1
RouterR1(config)#ip nat outside
RouterR1(config)#exit
RouterR1(config)#access-list 1 10.10.10.0 0.0.0.255
RouterR1(config)#ip nat inside source list 1 interface f0/1 overload - B. RouterRI (config)#int fO/O
RouterRI (config )#ip nat inside
Router R1 (config )#exit
RouterRI (config)#int fO/1
RouterRI(config)#ip nat outside
RouterRI (config )#exit
RouterRI (config )#access-list 1 10.10.10.0 0.0.0.255
RouterRI(config)#ip nat pool POOL 155.1.1.101 155.1.1.103 netmask 255.255.255.0 RouterR1(config)#ip nat inside source list 1 pool POOL - C. RouterR1(config)#int f0/0
RouterR1(config)#ip nat inside
RouterR1(config)#exit
RouterR1(config)#int f0/1
RouterR1(config)#ip nat outside
RouterR1(config)#exit
RouterR1(config)#ip nat inside source static 10.10.10.101 155.1.1.101 RouterR1(config)#ip nat inside source static 10.10.10.102 155.1.1.102 RouterR1(config)#ip nat inside source static 10.10.10.103 155.1.1.103 - D. RouterRI(config)#int f0/0
RouterRI(config)#ip nat outside
RouterRI (config )#exit
RouterRI(config)#int f0/1
RouterRI (config)#ip nat inside
RouterRI (contig )#exit
RouterRI(config)#ip nat inside source static 10.10.10.101 155.1.1.101 RouterRI(config)#ip nat inside source static 10.10.10.102 155.1.1.102 RouterRI(config)#ip nat inside source static 10.10.10.103 155.1.1.103
The post Which set of commands on router R1 allow deterministic translation of private hosts PC1, PC2, and PC3 to addresses in the public space? appeared first on Majanto.