mediummultiple choiceObjective-mapped

A firewall ACL must be modified in production to allow a vendor update server. The team wants to minimize the chance of accidentally blocking payroll traffic. Which change-management step is best before applying the rule?

Question 1mediummultiple choice
Full question →

A firewall ACL must be modified in production to allow a vendor update server. The team wants to minimize the chance of accidentally blocking payroll traffic. Which change-management step is best before applying the rule?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Apply the rule immediately and monitor the help desk for complaints.

Applying the change first and reacting later increases outage risk. If the rule is wrong, business services may already be affected before anyone notices.

B

Best answer

Test the proposed rule in a staged policy set and keep a rollback plan ready.

Testing the rule in a staged or cloned policy set helps confirm that the ACL logic, rule order, and source and destination matching behave as intended before production exposure. A rollback plan provides a fast recovery path if the change still causes an unexpected impact. Together, these practices reduce the likelihood of disrupting payroll traffic and align with safe, controlled change management in operational environments.

C

Distractor review

Remove all deny rules temporarily so the vendor traffic can pass cleanly.

Temporarily removing deny rules is overly broad and can expose far more traffic than intended. It increases risk instead of reducing it.

D

Distractor review

Disable logging during the change to avoid slowing down the firewall.

Logging should not be turned off just to make a change easier. Logs are important for troubleshooting and accountability if the update causes issues.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Test the proposed rule in a staged policy set and keep a rollback plan ready. — The safest step is to test the proposed rule in a staged policy set and keep a rollback plan ready. Firewall changes can fail because of rule order, address object mistakes, or hidden dependencies on existing traffic patterns. Testing the change before production reduces the chance of accidental service disruption, and a rollback plan ensures the team can quickly restore the previous working state if payroll traffic or other services are affected. This is a core operational hardening practice. Why others are wrong: Applying the rule immediately relies on luck and can create an outage before anyone can react. Removing all deny rules is far too permissive and can open the network to unintended traffic. Disabling logging removes visibility and makes it harder to troubleshoot or prove what happened if the change has side effects. Good change management emphasizes testing, approval, and rollback preparation, not speed at the expense of stability.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.