PSE-PRISMACLOUD · Question #28
A customer has just launched a Palo Alto Networks VM-Series NGFW into an Amazon Web Services VPC to protect a cloud hosted application. They are experiencing unpredictable results and have…
The correct answer is A. set system setting mgmt-interface-swap enable yes. Option A is correct because set system setting mgmt-interface-swap enable yes is the exact PAN-OS CLI command designed for AWS deployments where the VM-Series NGFW maps interfaces differently than expected - AWS attaches the first network interface (eth0) as the management…
Question
A customer has just launched a Palo Alto Networks VM-Series NGFW into an Amazon Web Services VPC to protect a cloud hosted application. They are experiencing unpredictable results and have identified that the interfaces on the firewall are in the incorrect order Which PAN-OS CLI command resolves this issue?
Options
- Aset system setting mgmt-interface-swap enable yes
- Bset mgmt-interface settings swap yes
- Cset mgmt-interface swap yes
- Dset system setting mgmt-interface swap yes
How the community answered
(34 responses)- A71% (24)
- B18% (6)
- C9% (3)
- D3% (1)
Explanation
Option A is correct because set system setting mgmt-interface-swap enable yes is the exact PAN-OS CLI command designed for AWS deployments where the VM-Series NGFW maps interfaces differently than expected - AWS attaches the first network interface (eth0) as the management interface, but PAN-OS expects eth0 to be the data plane interface (ethernet1/1). This command swaps the management and data plane interface assignments to align with AWS's interface ordering.
Why the distractors fail:
- B (
set mgmt-interface settings swap yes) - invalid syntax; "settings" is not part of the command hierarchy - C (
set mgmt-interface swap yes) - incomplete path; missing thesystem settingportion of the hierarchy - D (
set system setting mgmt-interface swap yes) - close but wrong; the correct keyword ismgmt-interface-swap enable yes, notmgmt-interface swap yes
Memory tip: Think of it as a full "system setting" change requiring an explicit enable yes toggle - the hyphenated mgmt-interface-swap is one compound noun, and AWS is the only major cloud platform that requires this swap due to how it orders virtual NICs. If you remember "AWS = swap needed = set system setting mgmt-interface-swap enable yes," you'll nail it on the exam.
Topics
Community Discussion
No community discussion yet for this question.