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.

service nat destination rule <rule-number> disable

Disables a NAT destination rule.

set service nat destination rule rule-number disable
delete service nat destination rule rule-number disable
show service nat destination rule rule-number disable

The rule is enabled.

rule-number
Multi-node. The rule number for NAT that ranges from 1 through 9999.

Configuration mode

service {
    nat {
        destination {
            rule rule-number {
                disable
            }
        }
    }
}

Use the set form of this command to disable a NAT rule.

Use the delete form of this command to return a rule to its enabled state.

Use the show form of this command to view a rule.