Sign Up
Log In
Home
discussion
Exam 350-401 Question id=5620 Infrastructure

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. RouterR1(config)# int fO/O RouterR1(config)# ip nat inside RouterR1(config)# exit RouterR1(config)# int fO/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 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. RouterR1(config)#int f0/0 RouterR1(config)#ip nat outside RouterR1(config)#exit RouterR1(config)#int f0/1 RouterR1(config)#ip nat inside 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