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

OID Number Extension

Toss Leey
Level 1
Level 1

I used OID: 1.3.6.1.4.1.9.9.109.1.1.1.1.24 to retrieve CPU value; and cisco device return to me same OID with extension, my question is how i can know .1, .2, .7 and .9 belong to what CPU?

1.3.6.1.4.1.9.9.109.1.1.1.1.24.1  = Gauge32: 2
1.3.6.1.4.1.9.9.109.1.1.1.1.24.2  = Gauge32: 0 
1.3.6.1.4.1.9.9.109.1.1.1.1.24.7  = Gauge32: 0
1.3.6.1.4.1.9.9.109.1.1.1.1.24.9  = Gauge32: 0

2 Replies 2

Ben Walters
Level 4
Level 4

Those values are found in another MIB entPhysicalName

 

1.3.6.1.2.1.47.1.1.1.1.7.1

1.3.6.1.2.1.47.1.1.1.1.7.2

1.3.6.1.2.1.47.1.1.1.1.7.7

1.3.6.1.2.1.47.1.1.1.1.7.9

 

Should tell you which CPUs they are.

I found these values, it look like not related to any CPU type such as RP1, RP0, ESP0,SIP0?

 

1.3.6.1.2.1.47.1.1.1.1.7.1        Chassis

1.3.6.1.2.1.47.1.1.1.1.7.2        slot 0

1.3.6.1.2.1.47.1.1.1.1.7.7        slot F0

1.3.6.1.2.1.47.1.1.1.1.7.9        Power Supply Bay 0

 

Thanks