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.
heljag
Staff
Staff
Article Id 339967
Description This article describes how to resolve the behavior where, in some situations, the output of 'diagnose npu np7' does not show the counters for all of the NPUs.
Scope FortiGate devices equipped with NP7 architecture.
Solution

When displaying NP7 counters, sometimes the values are not seen for all of the NPU, or only non-zero values are seen.

 

FGT (global) # diagnose npu np7 session-offload-stats all
[NP7_0]
Name Count
----------------------- -----------
pushed 284151680
del_entry_fail 4975029
----------------------- -----------
Last know error pushed

[NP7_1]
Name Count
----------------------- -----------
None
----------------------- -----------

 

 

According to the documentation, in order to view all values (including zero ones), it is necessary to include the 'v' for verbose.

 

FGT (global) # diagnose npu np7 session-offload-stats all v

[NP7_0]
Name Count
----------------------- -----------
unknown 0
pushed 12502426
inval_iadapter 0
inval_tuple 0
IPsec_nof 0
IPsec_inval_oadapter 0
IPSec-enc-SA-not-offloaded0
IPSec-dec-SA-not-offloaded0
vxlan_ob_chk_fail 0
vxlan_ib_chk_fail 0
ipip_nof 0
ipip_inval_oadapter 0
ipip_ob_chk_fail 0
ipip_ib_chk_fail 0
shaper_nof 0
dup_tpe_id 0
shaper_fail 0
v44_deny 0
v46_deny 0
v64_deny 0
v66_deny 0
synproxy_seqdiff_delay 0
synproxy_ackdiff_delay 0
acc_fail 0
sess_ins_fail 0
fwd_sess_ins_fail 0
lpbk_inval_oadapter 0
host_1way_offload 0
del_npushed 0
del_invl_iadapter 0
del_invl_oadapter 0
del_entry_fail 1005896
del_invl_tuple 0
del_fail 0
del_fwd_fail 0
gre_nof 0
gre_inval_oadapter 0
gre_ob_chk_fail 0
gre_ib_chk_fail 0
gtp_nof 0
gtp_inval_oadapter 0
gtp_sess_ins_fail 0
hbq_sess_ins_fail 0
dos_tpeid_fail 0
trap_invl_dev 0
trap_invl_tuple 0
trap_invl_adapter 0
trap_ins_fail 0
dvlan_tpid_dismatch_iadapter0
dvlan_tpid_dismatch_oadapter0
vwp_tun_pass_through 0
----------------------- -----------
Last know error pushed

[NP7_1]
Name Count
----------------------- -----------
unknown 0
pushed 0
inval_iadapter 0
inval_tuple 0
IPsec_nof 0
IPsec_inval_oadapter 0
IPSec-enc-SA-not-offloaded0
IPSec-dec-SA-not-offloaded0
vxlan_ob_chk_fail 0
vxlan_ib_chk_fail 0
ipip_nof 0
ipip_inval_oadapter 0
ipip_ob_chk_fail 0
ipip_ib_chk_fail 0
shaper_nof 0
dup_tpe_id 0
shaper_fail 0
v44_deny 0
v46_deny 0
v64_deny 0
v66_deny 0
synproxy_seqdiff_delay 0
synproxy_ackdiff_delay 0
acc_fail 0
sess_ins_fail 0
fwd_sess_ins_fail 0
lpbk_inval_oadapter 0
host_1way_offload 0
del_npushed 0
del_invl_iadapter 0
del_invl_oadapter 0
del_entry_fail 0
del_invl_tuple 0
del_fail 0
del_fwd_fail 0
gre_nof 0
gre_inval_oadapter 0
gre_ob_chk_fail 0
gre_ib_chk_fail 0
gtp_nof 0
gtp_inval_oadapter 0
gtp_sess_ins_fail 0
hbq_sess_ins_fail 0
dos_tpeid_fail 0
trap_invl_dev 0
trap_invl_tuple 0
trap_invl_adapter 0
trap_ins_fail 0
dvlan_tpid_dismatch_iadapter0
dvlan_tpid_dismatch_oadapter0
vwp_tun_pass_through 0
----------------------- -----------

Contributors