[c-nsp] SNMP OID for a good monitoring: 7609
Dale W. Carder
dwcarder at doit.wisc.edu
Wed May 4 20:30:32 EDT 2005
Warning: I use '\' style linewrapping to avoid what email clients
do to snmp variable names ;-)
On May 3, 2005, at 3:18 PM, Noriega, Alejandro wrote:
> Hello folks,
> I'd like to monitor cpu/mem of the SUP720 (MSFC3/PFC3BXL) and my
> linecard WS-X6516A-GBIC with DFC3A too. Can anyone tell me the right
> OID
> for that?
cpu usages: .iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt \
.ciscoProcessMIB.ciscoProcessMIBObjects.cpmCPU.cpmCPUTotalEntry \
.cpmCPUTotal1min
Here's how we figure out what cpu's are which (note this is buggy
on some releases as there are problems with either the SP or RP
having a correct entry in the cpmCPUTotalEntry instance to EntityMIB.
I filed a TAC case, and I think it's fixed in SXE?):
- take a look at mib-2.entityMIB
entityMIBObjects.entityPhysical.entPhysicalTable.entPhysicalEntry \
.entPhysicalDescr
> Is it possible to get statistics of switch fabric's traffic?
- check out ciscoCat6kCrossbarMIB:
ciscoCat6kCrossbarMIB.ciscoCat6kXbarMIBObjects.cc6kxbarStatistics \
.cc6kxbarStatisticsTable
> Or any
> other relevant statistic which I must consider?
active flows are great for DDOS detection:
cseL3Objects.cseL3StatsEntry.cseL3ActiveFlows
Ext flow invalidations:
cseL3Objects.cseL3StatsEntry.cseL3ExtFlowInvalids
Int flow invalidations:
cseL3Objects.cseL3StatsEntry.cseL3IntFlowInvalids
total l3 pkts: cseL3Objects.cseL3StatsEntry.cseL3SwitchedTotalPkts
tcam usage: (i think this one is it, need to update my mib browser,
sorry)
.iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt \
.ciscoSwitchEngineMIB.9.1.1.2
memory pools:
ciscoMemoryPoolMIB
ciscoMemoryPoolUsed
ciscoMemoryPoolFree
ciscoMemoryPoolLargestFree
ciscoEnhancedMemPoolMIB.cempMIBObjects.cempMemPool.cempMemPoolTable
And whatever else you can think of.
Enjoy!
Dale
-----------------------------------------------
Dale W. Carder
Network Engineer
University of Wisconsin at Madison
http://net.doit.wisc.edu/~dwcarder
More information about the cisco-nsp
mailing list