[Contents] [Prev] [Next] [Index] [Report an Error]

Specifying the Destination or Source Prefix

You can directly specify the destination or source prefix used in network address translation without configuring a pool. When you configure prefixes for twice NAT, you must specify both a destination prefix and a source prefix.

To configure the information, include the rule statement at the [edit services nat] hierarchy level:

rule rule-name {
term term-name {
then {
translated {
destination-prefix prefix;
source-prefix prefix;
}
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]