sudo ./setSNMPTrapDestination.sh -u <username> -A <authentication password> -X <encryption password> -x <encryption algortihm> -i <destination address> -p <destination port>
where:
<username> is replaced with the SNMP username.
<authentication password> is the SNMP user's authentication password.
<encryption password> is the SNMP user's encryption password.
<encryption algorithm> is the encryption algorithm, either AES or DES.
For example:
sudo ./setSNMPTrapDestination.sh -u snmpadmin -A 12345678 -X 34567890 -x DES -i 10.133.32.69 -p 162