What command sequence will enable PAT from the inside to outside network?

Refer to the exhibit. What command sequence will enable PAT from the inside to outside network?

Refer to the exhibit. What command sequence will enable PAT from the inside to outside network?

A.
(config) ip nat pool isp-net 1.2.4.2 netmask 255.255.255.0 overload

B.
(config-if) ip nat outside overload

C.
(config) ip nat inside source list 1 interface ethernet1 overload

D.
(config-if) ip nat inside overload



Leave a Reply 2

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


SEO

SEO

The command “ip nat inside source list 1 interface ethernet1 overload” means:

+ “ip nat”: use NAT
+ “inside”: NAT from inside to outside
+ “source list 1″: the source addresses can be found in access list 1
+ “interface ethernet1″: NAT out of this interface
+ “overload”: use NAT overload (PAT)

mr_tienvu

mr_tienvu

Correct answer is