Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

creating SNMP user in Solaris 11.3

Muhammad Owais HyderJul 18 2018 — edited Jul 19 2018

I want to create an snmp user with authorization type=SHA1/2/3 and the privacy protocol should be AES128 or higher.

svcadm disable svc:/application/management/net-snmp:default

/usr/bin/net-snmp-config --create-snmpv3-user -a SHA -x AES128 owais

Enter authentication pass-phrase:

12345678

Enter encryption pass-phrase:

  [press return to reuse the authentication pass-phrase]

12345678

adding the following line to /var/net-snmp/snmpd.conf:

   createUser owais SHA "12345678" AES128 12345678

adding the following line to /etc/net-snmp/snmp/snmpd.conf:

   rwuser owais

  svcadm enable svc:/application/management/net-snmp:default

when I want to test

snmpget -v3  -l authPriv -u owais -a SHA -A 12345678 -x AES -X 12345678 192.168.0.92 sysUpTime.0

it returns

Invalid privacy protocol specified after -x flag: AES

can anyone confirm if only the DES as privacy protocol is supported and I can't use AES?

pkg list entire

NAME (PUBLISHER)                                  VERSION                    IFO

entire                                            0.5.11-0.175.3.27.0.4.0               i--

Thanks

Owais Hyder

Message was edited by: Muhammad Owais Hyder

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 15 2018
Added on Jul 18 2018
0 comments
953 views