While troubleshooting SNMPv3 Issue & executing ./update command we see error as "update: Request not implemented or invalid model handle"
Release : 10.x
Component : Spectrum Core / SpectroSERVER
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.
> 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)
https://knowledge.broadcom.com/external/article?articleId=139839
&
https://knowledge.broadcom.com/external/article?articleId=76838