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> disable

Disables the specified firewall rule.

set security firewall name name rule rule-number disable
delete security firewall name name rule rule-number disable
show security firewall name name rule rule-number

The rule is enabled.

name
The name of a firewall rule set.
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.

Configuration mode


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

Use this command to disable a firewall rule. Disabling a firewall rule is a useful way to test how the firewall performs minus a specific rule without having to delete and then re-enter the rule.

Use the set form of this command to disable a firewall rule

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

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