cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1387
Views
0
Helpful
1
Replies

Cisco-C3750 SNMP counters

jorisf
Level 1
Level 1

Hi,

we're using a C3750 switch in our setup and wanted to poll the switch for some of the CISCO MIB counters. We found however that the switch snmp agent is not returning data for some OID's that we are polling, e.g.:

- OID 1.3.6.1.4.1.9.9.13.1.2.1.7 (CISCO-ENVMON-MIB)

- OID 1.3.6.1.4.1.9.9.48.1.2.1.2 (CISCO-MEMORY-POOL-MIB)

Below the output from snmpwalk command for CISCO-ENVMON counters:

root@ls04060 # snmpwalk -v2c -c public 192.168.1.254 1.3.6.1.4.1.9.9.13

SNMPv2-SMI::enterprises.9.9.13.1.1.0 = INTEGER: 13

SNMPv2-SMI::enterprises.9.9.13.1.4.1.2.1004 = STRING: "Switch#1, Fan#1, Status is Normal "

SNMPv2-SMI::enterprises.9.9.13.1.4.1.3.1004 = INTEGER: 1

SNMPv2-SMI::enterprises.9.9.13.1.5.1.2.1003 = STRING: "Switch#1, PowerSupply#1, Status is Normal, RPS Not Present"

SNMPv2-SMI::enterprises.9.9.13.1.5.1.3.1003 = INTEGER: 1

SNMPv2-SMI::enterprises.9.9.13.1.5.1.4.1003 = INTEGER: 2

SNMPv2-SMI::enterprises.9.9.13.2.1.0 = INTEGER: 1

SNMPv2-SMI::enterprises.9.9.13.2.2.0 = INTEGER: 1

SNMPv2-SMI::enterprises.9.9.13.2.3.0 = INTEGER: 1

SNMPv2-SMI::enterprises.9.9.13.2.4.0 = INTEGER: 1

SNMPv2-SMI::enterprises.9.9.13.2.5.0 = INTEGER: 1

SNMPv2-SMI::enterprises.9.9.13.2.6.0 = INTEGER: 1

So although these MIB's are supported for the C3750 switch, not all counters seem to be implemented ?

Is this the normal expected behaviour, is it a bug, or are we still missing some extra configuration for this ?

Thanks in advance,

Frank

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

This is expected behavior from the CISCO-ENVMON-MIB. This device does not have all the necessary sensors to fully implement the MIB. Basically, all you get is fan and PS information. This should agree with "show env all".

Just because a MIB is supported by a device, that does not mean the device supports all the objects in the MIB. You can use the command "show snmp mib" to get a definitive list of all objects supported by the device.

The memory pool utilization objects are typically only supported by CatOS devices.

View solution in original post

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

This is expected behavior from the CISCO-ENVMON-MIB. This device does not have all the necessary sensors to fully implement the MIB. Basically, all you get is fan and PS information. This should agree with "show env all".

Just because a MIB is supported by a device, that does not mean the device supports all the objects in the MIB. You can use the command "show snmp mib" to get a definitive list of all objects supported by the device.

The memory pool utilization objects are typically only supported by CatOS devices.