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 source rule <rule-number> description <description>

Provides a brief description for a NAT source rule.

set service nat source rule rule-number description description
delete service nat source rule rule-number description
show service nat source 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 {
        source {
            rule rule-number {
                description description
            }
        }
    }
}

Providing a description for an NAT rule can help you 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.