cli confusion -- missing settings
I'm a little confused about how setting the config from the command line works. Specifically, when I enable router logging, the option disappears from the config. See below:
Fortigate (eventfilter) # show
config log eventfilter
set system disable
set vpn disable
set user disable
set router disable
set wireless-activity disable
set wan-opt disable
set endpoint disable
set ha disable
end
(eventfilter) # set router enable
Fortigate (eventfilter) # end
Fortigate (eventfilter) # show
config log eventfilter
set system disable
set vpn disable
set user disable
set wireless-activity disable
set wan-opt disable
set endpoint disable
set ha disable
end
Why does this happen?