ProLiant Servers (ML,DL,SL)
1752618 Members
4240 Online
108788 Solutions
New Discussion

Re: DL380Gen10 + ILO5 and snmpwalk

 
SOLVED
Go to solution
Denali
Occasional Advisor

DL380Gen10 + ILO5 and snmpwalk

Hello,

looking for help with snmpwalk on my Gen10.

I've installed all accoring this page:

https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=emr_na-a00026111en_us

# rpm -ivh amsd-XYZ.rhel7.x86_64.rpm
# vi /etc/snmp/snmpd.conf
add "master agentx"
# systemctl start smad_rev
# systemctl start amsd_rev
# systemctl start snmpd

But I'm unable to get any HP mibs by snmpwalk on computer's IP (localhost):

[root@server ~]# snmpwalk -v1 -c public 127.0.0.1
SNMPv2-MIB::sysDescr.0 = STRING: Linux........................................................

No HP MIBS are displayed.

What am I doing wrong here?

 

Thank you

6 REPLIES 6
TVVJ
HPE Pro

Re: DL380Gen10 + ILO5 and snmpwalk

Hello,

You may refer to the MIB download kits referred in the solution of this community post titled "DL360 / DL380 Gen10 SNMP MIB file or OID documentation". You may download and install the MIB kit and then check if the issue is resolved.

Regards,

I work for HPE
Views expressed herein are my personal opinion and are not the views of HPE

Accept or Kudo

Denali
Occasional Advisor

Re: DL380Gen10 + ILO5 and snmpwalk

Hello thanks for reply, my understanding was that I've configured reverse mode, so anytnig even MIBs are fed from ILO5 to OS.

If I do snmpwalk on ILO5 IP then I get the MIBS.

 

 

AmRa
HPE Pro

Re: DL380Gen10 + ILO5 and snmpwalk

Check by executing below command 

 

#snmpwalk -m all -v 1 -c public localhost .1.3.6.1.4.1.232.3.2.5.1.1.63.0

 

or 

 

Refer another community forum discussed issue related to snmpwalk

 

https://community.hpe.com/t5/General/snmpwalk-query/td-p/6417550#.YKdia6gzZaQ

 

Query of Management Information Base (MIB) Using snmpwalk Does Not Display Negative Values as Expected When Running Red Hat Enterprise Linux 4 (AMD64/EM64T) Update 4 and -7 Revision of net-snmp Package

 

https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c01075681

I am an HPE Employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

Accept or Kudo
Denali
Occasional Advisor

Re: DL380Gen10 + ILO5 and snmpwalk

Hi AmRa

it doesn't list any HP MIBS nor this one:

# snmpwalk -m all -v 1 -c public localhost .1.3.6.1.4.1.232.3.2.5.1.1.63.0
End of MIB

#

Denali
Occasional Advisor
Solution

Re: DL380Gen10 + ILO5 and snmpwalk

So the problem was in the "public" view.

One we configured snmpd.conf with secure string then all SNMP stuff is going from ILO and snmpwalk and check_hpasm/nagios are working. 

kndoro
New Member

Re: DL380Gen10 + ILO5 and snmpwalk

Hi @Denali ,

How did you configure snmpd.conf with secure string please and also what did you configure on iLO to macth the secure string settings in snmpd.conf?