1.2.1.19.19 STD_BASED_SNMPV3_SECURITY_LEVEL Enumeration

C

typedef enum {
NO_AUTH_NO_PRIV = 1,
AUTH_NO_PRIV,
AUTH_PRIV
} STD_BASED_SNMPV3_SECURITY_LEVEL;

Description

Enumeration: STD_BASED_SNMPV3_SECURITY_LEVEL.

A Level of Security at which SNMPv3 messages can be sent or with which operations are being processed.

Members

MembersDescription
NO_AUTH_NO_PRIV = 1Without authentication and without privacy.
AUTH_NO_PRIVWith authentication but without privacy.
AUTH_PRIVWith authentication but with privacy.

Remarks

None.