cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1791
Views
5
Helpful
4
Replies

Serial number of power module in snmp

FedeSaraullo
Level 1
Level 1

Hello, i have a question,

I can´t get the serial numbers of the power modules of snmpwalk.

I can see the serial numbers of other LC and modules, but not of power supplies.

I revised in entPhysicalSerialNum mib (1.3.6.1.2.1.47.1.1.1.1.11).

It´s possible? or do i have a problem with the snmp configuration? or other thing is occuring?

Thanks a lot

1 Accepted Solution

Accepted Solutions

correct, you need minimally the sysowner on the community string to "expose" certain system variables and OID's via snmp:

https://supportforums.cisco.com/document/86836/asr9000-monitoring-power-supply-information-snmp

if that provides the info you are after, I am happy too! :)

cheers!

xander

View solution in original post

4 Replies 4

xthuijs
Cisco Employee
Cisco Employee

hi,

I am sorry the entity-mib doesn't fill out the serial number for the power modules.

cli (or ksh) like commands are the option here only...

xander

Hi, thanks for your request. The problem's solution was to change an attribute of snmp-server command, configure it as systemowner. With this, you can see all hardware system of device.

For example

snmp-server community RO systemowner acl 1

Regards,

correct, you need minimally the sysowner on the community string to "expose" certain system variables and OID's via snmp:

https://supportforums.cisco.com/document/86836/asr9000-monitoring-power-supply-information-snmp

if that provides the info you are after, I am happy too! :)

cheers!

xander

Thanks Alexander, i ´ll see you in other case!!