
C613-50186-01 Rev B
Command Reference for AR2050V
2658
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
NAT C
OMMANDS
MOVE
RULE
(NAT)
move rule (NAT)
Overview
Use this command to change the order of a NAT rule.
You can move an existing rule ID only to an ID that is not assigned to any rule,
otherwise you will receive an error message.
Syntax
move rule <
1-65535
> to <
1-65535
>
Mode
NAT Configuration
Examples
To change the ID of a rule from
10
to
30
, use the commands:
awplus#
configure terminal
awplus(config)#
nat
awplus(config-nat)#
move rule 10 to 30
Validation
commands
Related
commands
Parameter
Description
move rule
<
1-65535>
Move the order of a given rule. The rule ID of the given rule
must exist.
Each rule has an ID which is either designated by the user or
automatically generated when the rule is created. The rule
ID is an integer from 1 to 65535.
to <
1-65535>
New rule ID to assign. The new rule ID must not be used by
any existing rule.