...
Code Block | ||
---|---|---|
| ||
'version' => 'snmpv3', 'authkey' => '', 'username' => 'nmis8', 'authpassword' => 'nmis4242', 'authprotocol' => 'md5', 'privpassword' => 'nmis4242', 'privprotocol' => 'des', |
Test NMIS8 SNMPv3 communication to the device
Ensure NMIS has the necessary encryption modules installed, it may be missing Crypt::DES, you will only need to do this if you see an error message below
Code Block | ||
---|---|---|
| ||
cpan
install Crypt::DES |
Run a test NMIS collect to the device using SNMPv3
Code Block | ||
---|---|---|
| ||
/usr/local/nmis8/bin/nmis.pl type=collect node=asgard debug=true |
...
Code Block | ||
---|---|---|
| ||
--snip-- 11:19:02 updateRRD, DS MemoryUsedPROC:MemoryFreePROC:avgBusy5:avgBusy1:bufferFail:bufferElHit:MemoryFreeIO:bufferElFree:MemoryUsedIO 11:19:02 updateRRD, value N:19299276:27249732:3:2:0:810903:30345952:1118:4257056 --snip-- |
Ensure NMIS has the necessary encryption modules installed, it may be missing Crypt::DES
...
theme | Emacs |
---|
...
You should now be using SNMPv3 to communicate with this device from NMIS8.
Details about Cisco IOS SNMPv3
...