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

Creates a brief description of a NAT destination rule.

set service nat destination rule rule-number description description
delete service nat destination rule rule-number description
show service nat destination rule rule-number description
rule-number
The numeric identifier of a rule. The identifier ranges from 1 through 9999.
description
A description for the rule. If the description contains spaces, it must be enclosed in double quotation marks.

Configuration mode

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

Use this command to provide a description of an NAT rule to quickly determine the purpose of the rule when viewing the configuration.

Use the set form of this command to provide a description of a rule.

Use the delete form of this command to remove the description of a rule.

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