Check_nwc_health privprotocol aes192

Hi Experts,

I am trying to monitor F5 firewall devices using check_nwc_health.
Due to environment requirements, I need to use sha256 and aes192.

While executing the checks, I am getting error:

CRITICAL - cannot create session object: The privProtocol “aes192” is unknown

Could you please help to know how to resolve this ?

Regards
Jay

you can try to patch the GLplugin Perl Module

or use plugin compatible encryption

 --authpassword
   The authentication password for SNMPv3
 --authprotocol
   The authentication protocol for SNMPv3 (md5|sha)
 --privpassword
   The password for authPriv security level
 --privprotocol
   The private protocol for SNMPv3 (des|aes|aes128|3des|3desde)

Thank you for the inputs.
I patched the GLplugin, however, still have the same error.
Do I need to update NET::SNMP or any other packages on my Satellite VM which is running on Rhel ?
Current NET::SNMP version is 5.9.1

Regards
Jay

Can’t see your patch, so I have no idea waht you changed

I am seeing similar issue. Were you able to fix it.

Unknown protocol SHA256.

No. It didn’t.
Later I contacted device vendor and they agreed to release patch to support aes128. However aes192 will be required and will be trying to enabling it later.