Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
<trapConfig> <!-- All attribute values are default --> <snmpHost snmpVersion="3" port="162" retries="2" timeout="500">HOST </snmpHost> <!-- Community String for Version 2 --> <communityString>COMMUNITY_STRING</communityString> <!-- authenticationProtocol (MD5 or SHA)securityLevel (AUTH_PRIV, AUTH_NOPRIV or NOAUTH_PRIV) --> <authentication authenticationProtocol="MD5"securityLevel="AUTH_PRIV"> AUTH_PASSWORD </authentication> <!-- decryptionProtocol (DES, AES128, AES192 or AES256) --> <decryption decryptionProtocol="AES256"> DECRYPTIONPASSWORD </decryption> <!-- SNMP USER--> <user> SNMP_USER </user> </trapConfig>