Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
maller
New Contributor

How to monitor SPU percentage sessions in FGT with enabled VDOM?

Hi

 

Is there any option to monitor the percentage of accelerated sessions in fortigate firewalls with enabled VDOM?

I've been  looking for an OID to get this parameter but I can't find it.

thanks

 

Manel

1 Solution
gfleming
Staff
Staff

I'm fairly certain there is no SNMP OID for this.

 

API will get you this info, however:



"results":{
"summary":{
"matched_count":407,
"session_count":5878,
"matched_npu_count":139,
"npu_session_count":4781,
"matched_nturbo_count":30,
"nturbo_session_count":1183,
"setup_rate":13
},

 

/api/v2/monitor/firewall/session

Cheers,
Graham

View solution in original post

2 REPLIES 2
gfleming
Staff
Staff

I'm fairly certain there is no SNMP OID for this.

 

API will get you this info, however:



"results":{
"summary":{
"matched_count":407,
"session_count":5878,
"matched_npu_count":139,
"npu_session_count":4781,
"matched_nturbo_count":30,
"nturbo_session_count":1183,
"setup_rate":13
},

 

/api/v2/monitor/firewall/session

Cheers,
Graham
Johnharper
New Contributor III

To monitor SPU percentage sessions on a FortiGate device with enabled VDOM, you can use the following steps:

Log in to the FortiGate device using the web interface or CLI.

Navigate to the Dashboard tab and select the System Information widget.

Click on the "View All System Resources" link to display the system resources page.

Scroll down to the "FortiASIC" section and select the "FortiASIC Usage" tab.

In the "FortiASIC Usage" tab, you will see a chart that displays the SPU utilization of the FortiGate device.

To view the SPU percentage sessions of a specific VDOM, select the VDOM from the drop-down menu located on the top-right corner of the "FortiASIC Usage" tab.

Once you have selected the VDOM, you can view the SPU percentage sessions for that VDOM.

Labels
Top Kudoed Authors