Technical Tip: How to move the Link Load Balance Link Policy order in the CLI
| Description | This article describes how to re-order the Link Load Balance Link Policy policy rule in the CLI. |
| Scope | FortiADC. |
| Solution | FortiADC does provide the ability to move Link Policy order up or down in GUI but sequentially which will crawl the list up or down one by one.
A new Link Policy creation will always set at bottom of the list and there is an instance where administrator might need to move it at the top of the list.
To move the Link Policy in the GUI, see Link Policy.
To move it in the CLI, run the following commands:
(P) FortiADC01 # config link-load-balance flow-policy (P) FortiADC01 (flow-policy) # config rule (P) FortiADC01 (rule) # move LinkPolicy10
(P) FortiADC01 (rule) # move LinkPolicy10 before LinkPolicy1 (P) FortiADC01 (rule) # end (P) FortiADC01 (flow-policy) # end (P) FortiADC01 #
Related document: |


