Modifying NAT Configuration
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
711
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
UPDATIONS
This section explains how to update a NAT rule.
T
O RENUMBER THE LIST
By default, the numbering pattern used in OmniAccess 5740 USG is multiples of
ten. The “renumber” command is useful if a new rule is to be included in-
between two existing rules of the NAT policy without actually changing the
sequence of numbering.
This command normalizes the line numbers of each rule, and sets them to the
consecutive multiples of 10.
E
XAMPLE
Consider the following example:
ip nat N1
10 match M1 source-nat
20 match M2 source-nat
30 match M3 source-nat
25 match M4 source-nat
This generates a numbering scheme without a proper order. The output of the
show command will be:
ip nat N1
10 match M1 source-nat
20 match M2 source-nat
25 match M4 source-nat
30 match M3 source-nat
The keyword “renumber” is used to re-order the numbers to the original scheme.
ALU(config-nat-N1)# renumber
The output of the show command would now be:
ip nat N1
10 match M1 source-nat
20 match M2 source-nat
30 match M4 source-nat
40 match M3 source-nat