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
Members | Description |
---|---|
NO_AUTH_NO_PRIV = 1 | Without authentication and without privacy. |
AUTH_NO_PRIV | With authentication but without privacy. |
AUTH_PRIV | With authentication but with privacy. |
Remarks
None.