Monitoring throughput

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Monitoring throughput

L2 Linker

Hi @all,

in the cli I have an option to monitor the throughput via "show system statistics". Is there a way to monitor the firewallthroughput from external devices via snmp?

Robert

4 REPLIES 4

L6 Presenter

Yes, check out these templates made for Cacti:

L6 Presenter

Yes Robert.  You can monitor CPU, session usage, etc via SNMP.  Please check post:  .

Thanks.

L2 Linker

Hi,

thanks for your efforts. I know these MIB's. I think my question was a little bit imprecise. I will monitor the hole firewall throughput in Kbps / Mbps / Gbps like shown in "show system statistics". But today I found a post with the same problem and an unsatisfactory answer.

Robert

The subtree is probably platform specific but on a pa-200 with 4.1 I can get the 'show system statistics session' data via sysd:

admin@PA-200> show system state filter sw.mprelay.s1.dp0.stats.session

sw.mprelay.s1.dp0.stats.session: { 'cps_installed': 0, 'session_active': 10, 'session_icmp': 0, 'sess

ion_installed': 282918, 'session_max': 65532, 'session_predict': 0, 'session_predict_dst': 0, 'sessio

n_predict_src': 0, 'session_tcp': 8, 'session_udp': 2, 'session_util': 0, 'sysup_seconds': 963222, 't

hroughput_kbps': 0, 'throughput_pps': 0, }

You can use panxapi or pancli from PAN-perl to get this remotely:

$ panxapi -t pa-200 -Xxro 'show system state filter "sw.mprelay.s1.dp0.stats.session"'

$ pancli -t pa-200 'show system state filter sw.mprelay.s1.dp0.stats.session'

  • 3060 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!