What is the role of a Jump rule in custom chains?

Prepare for the MikroTik Certified Network Associate Exam. Enhance your skills with diverse modules, adaptive quizzes, and detailed explanations. Ace your certification with confidence!

Multiple Choice

What is the role of a Jump rule in custom chains?

Explanation:
Jump transfers processing to another chain. It works like calling a subroutine: when a rule with this action matches, the firewall begins evaluating the rules in the specified destination chain. This lets you modularize policies and reuse rule sets across different parts of your firewall. It does not terminate the packet by itself, nor rewrite headers—that would be handled by actions like drop/reject or NAT/mangle. It also doesn’t create a new chain; the destination chain must already exist. After the target chain finishes (typically via a return), execution resumes with the next rule after the Jump.

Jump transfers processing to another chain. It works like calling a subroutine: when a rule with this action matches, the firewall begins evaluating the rules in the specified destination chain. This lets you modularize policies and reuse rule sets across different parts of your firewall. It does not terminate the packet by itself, nor rewrite headers—that would be handled by actions like drop/reject or NAT/mangle. It also doesn’t create a new chain; the destination chain must already exist. After the target chain finishes (typically via a return), execution resumes with the next rule after the Jump.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy