Collecting CPU & Memory Utilization on Cisco Catalyst 6500

2005-12-16 Thread Tam Vo
Hi All, I would like to poll Cisco Catalyst switch 6500, running IOS 12.1 (11b), for CPU & Memory utilization.  I am using net-snmp v5.1.2 on Redhat FC4 to perform snmpget/walk to the switch.  I found out that the information I want to collect are in CISCO-PROCESS-MIB and CISCO-MEMORY-POOL-MIB.  

Re: Collecting CPU & Memory Utilization on Cisco Catalyst 6500

2005-12-19 Thread Dave Shield
On Fri, 2005-12-16 at 11:16 -0800, Tam Vo wrote: > I am able to get MIB-II information from the switch, but nothing else. How are you trying to retrieve the Cisco-specific information? What commands are you giving? > 1) Do I have to reinstall the snmp agent on the Catalyst 6500 with the > optio

Re: Collecting CPU & Memory Utilization on Cisco Catalyst 6500

2005-12-19 Thread Tam Vo
OID. Tam Dave Shield <[EMAIL PROTECTED]> 12/19/2005 01:09 AM To Tam Vo <[EMAIL PROTECTED]> cc net-snmp-users@lists.sourceforge.net Subject Re: Collecting CPU & Memory Utilization on Cisco Catalyst 6500 On Fri, 2005-12-16 at 11:16 -0800, Tam Vo wrote: >

Re: Collecting CPU & Memory Utilization on Cisco Catalyst 6500

2005-12-19 Thread Stuart Kendrick
ch queries various Cisco-specific object-values ... you might find some of the variables useful, if not the code itself. --sk stuart kendrick fhcrc Subject: Re: Collecting CPU & Memory Utilization on Cisco Catalyst 6500 From: Dave Shield <[EMAIL PROTECTED]> To: Tam Vo <[EMAIL P

Re: Collecting CPU & Memory Utilization on Cisco Catalyst 6500

2005-12-19 Thread Tam Vo
Subject Re: Collecting CPU & Memory Utilization on Cisco Catalyst 6500 hi tam, one can query an OID without having any MIB files installed ... ohio> snmpget -c public test-rtr .1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 SNMPv2-SMI::enterprises.9.9.109.1.1.1.1.4.1 = Gauge32: 11 ohio> however,