FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
FJT_FTNT
Staff
Staff
Article Id 190558

Description

When Administrative Status of Network Interface is changed, "Interface [interface name] is brought [up|down]" is recored in crashlog.

 ### CLI ###

config system interface
  edit [interface_name]
    set status {down | up} ----{ Administrative Status
  next
end

#### sample crashlog ####

 # diagnose debug crashlog read
1: 2014-03-26 03:46:41 the killed daemon is /bin/pyfcgid: status=0x0
2: 2014-03-26 10:57:22 the killed daemon is /bin/pyfcgid: status=0x0
3: 2014-03-26 14:10:01 the killed daemon is /bin/pyfcgid: status=0x0
4: 2014-03-26 22:09:34 the killed daemon is /bin/pyfcgid: status=0x0
5: 2014-03-28 13:28:07 the killed daemon is /bin/pyfcgid: status=0x0
6: 2014-03-28 21:33:07 the killed daemon is /bin/pyfcgid: status=0x0
7: 2014-03-31 10:45:07 the killed daemon is /bin/pyfcgid: status=0x0
8: 2014-03-31 11:03:38 Interface port15 is brought up. process_id=36, process_name="cmdbsvr" ===> WebUI triggered
9: 2014-03-31 11:45:10 Interface port15 is brought down. process_id=36, process_name="cmdbsvr" ===> WebUI triggered
10: 2014-03-31 17:22:18 Interface port15 is brought up. process_id=663, process_name="newcli" ===> CLI triggered
11: 2014-03-31 17:22:29 Interface port15 is brought down. process_id=663, process_name="newcli" ===> CLI triggered
12: 2014-03-31 17:23:51 Interface port15 is brought up. process_id=36, process_name="cmdbsvr" ===> WebUI triggered
13: 2014-03-31 17:24:11 Interface port15 is brought down. process_id=36, process_name="cmdbsvr" ===> WebUI triggered
14: 2014-04-01 03:11:26 the killed daemon is /bin/pyfcgid: status=0x0
15: 2014-04-01 11:11:01 the killed daemon is /bin/pyfcgid: status=0x0

 

Contributors