home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security firewall name <name> rule <rule-number> state <state>

Defines whether to match packets related to existing connections for the firewall rule.

set security firewall name name rule rule-number state { disable | enable }
delete security firewall name name rule rule-number state
show security firewall name name rule rule-number state
name
The name of a firewall rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
state
Related packets are packets related to existing connections.

Values for state are as follows:

enable: Matches related flows.

disable: Does not match related flows.

Configuration mode


security {
    firewall {
        name name {
            rule rule-number {
                state state
            }
        }
    }
}

Use the set form of this command to enable or disable stateful processing for the firewall rule.

Use the delete form of this command to delete stateful processing of a firewall rule.

Use the show form of this command to display stateful processing configuration of a firewall rule.