Error:"No Such Instance currently exists at this OID" by SNMP polling
search cancel

Error:"No Such Instance currently exists at this OID" by SNMP polling

book

Article ID: 236798

calendar_today

Updated On:

Products

Management Center Management Center - VA

Issue/Introduction

Management Center(MC) 3.2へアップグレード後、SNMP ManagerからSNMP Pollingを実施すると、
"No Such Instance currently exists at this OID"が返信されるようになりました。
対処方法を教えてください。

Befor Upgrade tested by MC3.1.3.1

<Server Name>$ snmpget -v 2c -c public 192.0.2.1 iso.3.6.1.4.1.3417.2.19.1.2.0 iso.3.6.1.2.1.25.3.3.1.2.196608
iso.3.6.1.4.1.3417.2.19.1.2.0 = STRING: "3.1.3.1"
iso.3.6.1.2.1.25.3.3.1.2.196608 = INTEGER: 6
<Server Name>$

After Upgrade tested by MC3.2.2.1

<Server Name>$ snmpget -v 2c -c public 192.0.2.1 iso.3.6.1.4.1.3417.2.19.1.2.0 iso.3.6.1.2.1.25.3.3.1.2.196608
iso.3.6.1.4.1.3417.2.19.1.2.0 = STRING: "3.2.2.1"
iso.3.6.1.2.1.25.3.3.1.2.196608 = No Such Instance currently exists at this OID
<Server Name>$

Environment

Release : 3.2.x.x

Component : SNMP

Cause

MC3.2のBaseOSの不具合です。
「snmpwalk」もしくは「snmpgetnext」で値を取得してください。

[snmpgetnext]

<Server Name>$ snmpgetnext -v 2c -c public 192.0.2.1 iso.3.6.1.4.1.3417.2.19.1.1.0 iso.3.6.1.2.1.25.3.3.1.2.196608
iso.3.6.1.4.1.3417.2.19.1.2.0 = STRING: "3.2.2.1"
iso.3.6.1.2.1.25.3.3.1.2.196609 = INTEGER: 10
<Server Name>$

Resolution

不具合はMC3.3.1.1のBaseOSにてFixしております。
MC3.3へのアップグレードを御検討ください。

<Server Name>$ snmpget -v 2c -c public 192.0.2.1 iso.3.6.1.4.1.3417.2.19.1.2.0 iso.3.6.1.2.1.25.3.3.1.2.196608 iso.3.6.1.2.1.25.3.3.1.2.196609
iso.3.6.1.4.1.3417.2.19.1.2.0 = STRING: "3.3.1.1"
iso.3.6.1.2.1.25.3.3.1.2.196608 = INTEGER: 20
iso.3.6.1.2.1.25.3.3.1.2.196609 = INTEGER: 19