今日も明日もITインフラ

ITインフラについての備忘録です

FortiGateのデバッグ情報を見ていく【デバッグ情報一覧】

はじめに

今回は"diagnose debug report"の実行した場合、
FortiGateで取得(実行)されるコマンドの一覧を見ていきます。

diagnose debug report

コマンドは130個実行されてました。思ったより少ない!
これなら頑張れる気がする笑
作成済み
### get system status
### get system performance status
### show system interface
### diagnose ip address list
### show full-configuration system dns

作成予定

### show full-configuration system global
### show full-configuration system settings
### diagnose hardware lspci -v
### get hardware cpu
### get hardware memory
### fnsysctl ls -l /dev/shm
### fnsysctl ls -l /dev/cmdb
### fnsysctl ls -l /tmp
### diagnose hardware sysinfo shm
### diagnose hardware sysinfo slab
### diagnose hardware sysinfo interrupt
### diagnose ip arp list
### diagnose ip rtcache list
### diagnose ip route list
### diagnose ip router command show show int
### diagnose ipv6 address list
### diagnose ipv6 neighbor-cache list
### diagnose ipv6 route list
### diagnose ipv6 ipv6-tunnel list
### diagnose ipv6 sit-tunnel list
### diagnose ips anomaly list
### diagnose ips anomaly status
### diagnose ips dissector status
### diagnose ips packet status
### diagnose ips raw status
### get ips session
### diagnose sys session stat
### diagnose sys session6 stat
### get system auto-update status
### get system auto-update versions
### diagnose test update info
### diagnose sys flash list
### fnsysctl df -k
### diagnose sys logdisk smart
### diagnose sys logdisk status
### show full-configuration system ha
### diagnose sys ha status
### diagnose sys ha checksum show
### diagnose sys ha hadiff status
### diagnose sys ha dump-by vcluster
### diagnose sys ha dump-by rcache
### diagnose sys ha dump-by group
### diagnose sys ha dump-by memory
### diagnose sys ha dump-by debug-zone
### diagnose sys ha dump-by vdom
### diagnose sys ha dump-by kernel
### diagnose sys ha dump-by device
### get sys session-info statistics
### get system session-info ttl
### get system session-helper-info list
### diagnose netlink aggregate list
### diagnose netlink brctl list
### diagnose netlink device list
### diagnose firewall fqdn list
### diagnose firewall iplist list
### diagnose firewall ipmac list
### diagnose firewall ipmac status
### diagnose firewall iprope list
### diagnose firewall iprope state
### diagnose firewall iprope6 list
### diagnose firewall iprope6 state
### get firewall proute
### diagnose firewall schedule list
### get system performance firewall statistics
### get router info routing-table all
### get router info routing-table database
### get vpn ipsec stats crypto
### get vpn ipsec tunnel details
### get vpn status ssl list
### get webfilter ftgd-statistics
### get webfilter status
### diagnose emailfilter fortishield statistics list
### diagnose emailfilter fortishield servers
### get hardware nic lan
### get hardware nic lan5
### get hardware nic lan4
### get hardware nic lan3
### get hardware nic lan2
### get hardware nic lan1
### get hardware nic wan2
### get hardware nic wan1
### get hardware nic eth0
### diag sys proxy filter clear
### diag sys proxy memory allocator
### diag sys proxy memory usage
### diag sys proxy stats all
### diag sys proxy ssl exempt list
### diag sys proxy ssl bypass list
### get test imap 444
### get test nntp 444
### get test pop3 444
### get test smtp 444
### get test ftpd 444
### diag sys scanunit filter clear
### diagnose sys scanunit stats all
### get test urlfilter 10
### diagnose sys sip-proxy filter clear
### diagnose sys sip-proxy redirect list
### diagnose sys sip-proxy config list
### diagnose sys sip-proxy config profiles
### diagnose sys sip-proxy meters list
### diagnose sys sip-proxy stats proto
### diagnose sys sip-proxy stats call
### diagnose sys sip-proxy stats udp
### diagnose sys sip-proxy calls idle
### diagnose sys sip-proxy session list
### diagnose sys sccp-proxy stats list
### diagnose sys sccp-proxy phone list
### get test ipsmonitor 1
### get test ipsmonitor 3
### get test radiusd 5
### diagnose test application miglogd 6
### diagnose test application quarantined 2
### show full-configuration system storage
### show full-configuration log disk setting
### diagnose wad memory all
### diagnose wad memory buckets
### diagnose wad stats summary
### diagnose debug crashlog read
### diagnose hardware sysinfo memory
### diagnose sys top 1 100 1
### diagnose sys process sock-mem ipsengine
### diagnose sys process sock-mem wad
### diagnose sys process sock-mem proxyd
### diagnose sys profile report

ちなみに、上記コマンド結果は"diagnose debug report"実行後
サクラエディタ正規表現を使って置換しました。

^(?!###).+$|^\r\n

「"###"で始まる行以外と、改行のみの行」を検索、削除してます。

次回からは、このコマンドの出力結果と内容についてみていきたいと思います。