cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2035
Views
0
Helpful
2
Replies

OLD-CISCO-CHASSIS-MIB variable cardOperStatus

lldemeyer
Level 1
Level 1

Hello,

On CATOS switches we use the CISCO-STACK-MIB variable moduleStatus as follows, this works fine :

plato> snmpwalk -m CISCO-STACK-MIB -v 2c cat102 'mialaz&' moduleStatus

enterprises.cisco.workgroup.ciscoStackMIB.moduleGrp.moduleTable.moduleEntry.moduleStatus.1

= ok(2)

On an IOS(Cat4K) switch there is no CISCO-STACK-MIB support instead we use OLD-CISCO-CHASSIS-MIB with variable cardOperStatus , this does not work :

% snmpwalk -m OLD-CISCO-CHASSIS-MIB -v 2c cat211 'mialaz&' cardOperStatus

enterprises.cisco.temporary.chassis.cardTable.cardTableEntry.cardOperStatus

= No Such Instance currently exists

How can we read the module status on an IOS based switch?

Thanks.

2 Replies 2

rmushtaq
Level 8
Level 8

Cat4K runnung IOS does not support OLD-CISCO-CHASSIS-MIB: ftp://ftp.cisco.com/pub/mibs/supportlists/cat4000/cat4000-supportlist.html

Use ENTITY-MIB instead

Entity MIB only provides information about the inventory information such as serialnumber, name, description to name a few. However cardOperStatus cannot be had from Entity-MIB.

Is there any alternate solution available to monitor the card Status ?