Hi ede,
I could find the ' move' command after typing ' ?' .
Thank you for your help.
But...
In the document of v2_80,
(http://ftp.tc.edu.tw/conference/product/wp_FortiGate_v2_80_cli_ref_guide.pdf)
" show" or " move" command is mentioned as below.
*************************
â–¡policy
Use this command to add, edit or delete firewall policies.
Firewall policies control all traffic passing through the FortiGate unit. Firewall policies are instructions
used by the FortiGate unit to decide what to do with a connection request. The policy directs the
firewall to allow the connection, deny the connection, require authentication before the connection is
allowed, or process the packet as an IPSec VPN packet.
Command syntax pattern
config firewall policy
edit <id_integer>
set <keyword> <variable>
config firewall policy
edit <id_integer>
unset <keyword>
config firewall policy
delete <id_integer>
config firewall policy
move <id_integer> {after <id_integer> | before <id_integer>}
get firewall policy [<id_integer>]
show firewall policy [<id_integer>]
*************************
but in 4.0MR2,
(http://docs.fortinet.com/fgt40mr2.html)
" show" or " move" command is not mentioned.
See below...
*************************
â–¡policy, policy6
Use this command to add, edit, or delete firewall policies.
Firewall policies control all traffic passing through the FortiGate unit. Firewall policies are instructions used by the FortiGate unit to decide what to do with a connection request. The policy directs the firewall to allow the connection, deny the connection, require authentication before the connection is allowed, or apply IPSec or SSL VPN processing.
Note: If you are creating an IPv6 policy, some of the IPv4 options, such as NAT and VPN settings, are not applicable.
Syntax
config firewall policy, policy6
edit <index_int>
set action {accept | deny | ipsec | ssl-vpn}
set application {enable | disable}
set auth-cert <certificate_str>
・・・
・・・
・・・
*************************
Why Fortinet delete those commands from the current document?