Moves an existing filtering rule to a different position within the same chain. The rule is inserted at the new location, removed from the old location, and surrounding rules are renumbered to keep the rule numbering consecutive.
Syntax
ipv6 filter chain <chain> rule move <old number> to <new number>
Parameters
| Specifies the filter chain that contains the rule you are moving. |
| Specifies the numbered position from which you are moving the rule. |
| Specified the numbered position to which you are moving the rule. |
Example
The following example moves the third rule in the specified filter chain to the fifth place.
hostname (config) # ipv6 filter chain <OUTPUT> rule move <3> to <5>
User role
Admin
Command mode
Config