cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1141
Views
0
Helpful
3
Replies

how to get cisco CIP card's cipCardEntryIndex by snmp?

haoz
Level 1
Level 1

not-accessible

Size list: 1: 0..2147483647

Description: Index into cardTable (not physical chassis

slot number, matches cisco chassis MIB cardindex)

any workaround for this?

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

You need to read this value from the left-hand side of the OID name/value pair. So, if you do a GETNEXT operation on cipCardEntry, the last element returned in the resulting varbind will be the index.

Thanks, but the format of indexes seems different from those shown in cmd 'show extended channel x/y statistics' as

csna path xxyy, while by snmp polling the result is x.y.z.

If we need the xxyy directly from snmpget, any suggestion?

The cipCardEntryIndex is not supposed to be the same as the actual physical slot number. Instead, it is an index into the OLD-CISCO-CHASSIS-MIB, and will match cardIndex for this card. That will allow you to map the current channel card back to a chassis card.