CA Spectrum : update: Request not implemented or invalid model handle
search cancel

CA Spectrum : update: Request not implemented or invalid model handle

book

Article ID: 199330

calendar_today

Updated On:

Products

Spectrum

Issue/Introduction

While troubleshooting SNMPv3 Issue & executing ./update command we see error as "update: Request not implemented or invalid model handle"

Environment

Release : 10.x

Component : Spectrum Core / SpectroSERVER

Cause

This is because of wrong model handle details given in the command, once the correct vnm_mh (vnm model handle) is given then it will work fine.

 

Resolution

> Make sure correct model handle details are provided in the update action command.

> We can get the model handle once logged into the database.

 

So the syntax should be:

./update action=0x10331 mh=0x100000 (to dump the SNMPv3 cache - output will be stored in the $SPECROOT/SS/VNM.OUT file)) 

./update action=0x10333 mh=0x100000 (to clear the SNMPv3 cache) 

 

Additional Information

https://knowledge.broadcom.com/external/article?articleId=139839

&

https://knowledge.broadcom.com/external/article?articleId=76838