Hi,
I've several linux servers, most of the Oracle Linux (OL) 7. OL is Red-Hat clone. And I'm setting up snmpv3 to monitor the servers and therefore I use:
net-snmp-create-v3-user -ro -a MD5 -A "xxxx" -x AES -X "yyyy" snmpuser
My question is: what is the maximum length of xxxx and yyyy?
I've...