Which type of source NAT is configured in the exhibit?()
[edit security nat source]
user@host# show
rule-set 1 {
from interface ge-0/0/2.0;
to zone untrust;
rule 1A {match {
destination-address 1.1.70.0/24;
}
then {
source-nat interface;
}
}
}
A.interface-based source NAT
B.static source NAT
C.pool-based source NAT with PAT
D.pool-based source NAT without PAT