- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-28-2012 04:41 AM
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
07-29-2012 08:25 AM
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
07-29-2012 10:18 AM
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'
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!