PCNSE Deploy and Configure Firewalls • Set 2
PCNSE Deploy and Configure Firewalls Practice Test 2 — 15 questions with explanations. Free, no signup.
The source NAT rule 'SNAT-Outside' is configured to translate traffic from 10.0.0.0/8 to the interface address of ethernet1/1. However, traffic from 10.1.1.1 to the internet is not being translated. What is the most likely reason?
Refer to the exhibit.
admin@PA-500# show running config | match nat
...
nat {
source-nat {
rule "SNAT-Outside" {
source [ 10.0.0.0/8 ];
destination [ any ];
service [ any ];
to-interface ethernet1/1;
source-translation {
interface-address;
}
}
}
}