Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo cpanm Crypt::Rijndael --sudo


Net::SNMP module needs to be up to date - currently v6.0.1 - this command will ensure we have the latest version:

Code Block
sudo cpanm Net::SNMP --sudo


We will use a The patched Net::SNMP::Security::USM which is backwards compatible with all snmp protocol strings used in the original original Net::SNMP::Security::USM module.
All protocol strings are case-insensitive.

...