Which command enables static PATfor TCP port 25?

Which command enables static PATfor TCP port 25?

Which command enables static PATfor TCP port 25?

A.
nat (outside,inside) static 209.165.201.3 209.165.201.226 eq smtp

B.
nat static 209.165.201.3 eq smtp

C.
nat (inside,outside) static 209.165.201.3 service tcp smtp smtp

D.
static (inside,outside) 209.165.201.3 209.165.201.226 netmask 255.255.255.255



Leave a Reply 1

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


Sascha

Sascha

Hmmm it should be A or D, isn’t it?
the option “service” can’t be configured, or?