Client snmptrap does not encrypt PDU for AES user

2021-03-06 Thread Jenny Yao
Hi team, I am using net-snmp 5.8 with AES. And I found out that snmptrap does not encrypt the PDU. snmpwalk, snmpd, and snmptrapd encrypt fine. Do I miss something in my config? vm4:~$ snmptrap -dd -v 3 -u u1 -a SHA -A "12345678" -x AES -X "12345678" localhost:16662 '' '.1.3.6.1.6.3.1.1.5.4'

Re: Client snmptrap does not encrypt PDU for AES user

2021-03-06 Thread Jenny Yao
Hi team, Sorry, false alarm. I forgot to add `-l authPriv`. Thanks, Jenny On Sat, Mar 6, 2021 at 12:09 AM Jenny Yao wrote: > Hi team, > > I am using net-snmp 5.8 with AES. And I found out that snmptrap does > not encrypt the PDU. snmpwalk, snmpd, and snmptrapd encrypt fine. Do I miss >