PIX Firewall software version 6.2 supports monitoring of the PIX Firewall
CPU usage through SNMP. CPU usage information is still available directly
on the PIX Firewall through the show cpu usage command, but SNMP provides
integration with other network management software. Specifically, this
release supports the cpmCPUTotalTable of the Cisco Process MIB (
CISCO-PROCESS-MIB.my).
download the mib from cisco - and you should find all info's you need.
this should be the oid.
my $cpmCPUTotalPhysicalIndex = [1,3,6,1,4,1,9,9,109,1,1,1,1,2];
my $cpmCPUTotal5sec = [1,3,6,1,4,1,9,9,109,1,1,1,1,3];
my $cpmCPUTotal1min = [1,3,6,1,4,1,9,9,109,1,1,1,1,4];
my $cpmCPUTotal5min = [1,3,6,1,4,1,9,9,109,1,1,1,1,5];
---------------------------------------------------------------------
To unsubscribe, e-mail: nv-l-unsubscribe@lists.tivoli.com
For additional commands, e-mail: nv-l-help@lists.tivoli.com
*NOTE*
This is not an Offical Tivoli Support forum. If you need immediate
assistance from Tivoli please call the IBM Tivoli Software Group
help line at 1-800-TIVOLI8(848-6548)
|