TCPIP_SNMPV3_USERDATABASECONFIG_TYPE Enumeration
C
typedef enum {
SNMPV3_USERNAME_CONFIG_TYPE = 0,
SNMPV3_AUTHPASSWD_CONFIG_TYPE,
SNMPV3_PRIVPASSWD_CONFIG_TYPE,
SNMPV3_AUTHPASSWDLOCALIZEDKEY_CONFIG_TYPE,
SNMPV3_PRIVPASSWWDLOCALIZEDKEY_CONFIG_TYPE,
SNMPV3_HASHTYPE_CONFIG_TYPE,
SNMPV3_PRIVTYPE_CONFIG_TYPE,
SNMPV3_TARGET_SECURITY_NAME_TYPE,
SNMPV3_TARGET_SECURITY_LEVEL_TYPE,
SNMPV3_TARGET_SECURITY_MODEL_TYPE,
SNMPV3_TARGET_MP_MODEL_TYPE,
SNMPV3_ENGINE_ID_TYPE,
SNMPV3_ENGINE_BOOT_TYPE,
SNMPV3_ENGINE_TIME_TYPE,
SNMPV3_ENGINE_MAX_MSG_TYPE
} TCPIP_SNMPV3_USERDATABASECONFIG_TYPE;
Description
Enumeration: TCPIP_SNMPV3_USERDATABASECONFIG_TYPE.
These configuration types are used by the SNMP user while doing configuration SNMPv3 parameters. It includes SNMpv3 user name , authentication and encryption configuration parameters.
Members
Members | Description |
---|---|
SNMPV3_USERNAME_CONFIG_TYPE = 0 | Snmpv3 user name configuration. |
SNMPV3_AUTHPASSWD_CONFIG_TYPE | Authentication configuration type. |
SNMPV3_PRIVPASSWD_CONFIG_TYPE | Encryption and Decryption password configuration. |
SNMPV3_AUTHPASSWDLOCALIZEDKEY_CONFIG_TYPE | Authorization localized key configuration type. |
SNMPV3_PRIVPASSWWDLOCALIZEDKEY_CONFIG_TYPE | Encryption and Decryption password localized key configuration type. |
SNMPV3_HASHTYPE_CONFIG_TYPE | SNMPv3 hash algorithm type. |
SNMPV3_PRIVTYPE_CONFIG_TYPE | SNMPv3 privacy configuration type. |
SNMPV3_TARGET_SECURITY_NAME_TYPE | SNMPv3 target address user name . This is for Trap communication. |
SNMPV3_TARGET_SECURITY_LEVEL_TYPE | SNMPv3 target security type. |
SNMPV3_TARGET_SECURITY_MODEL_TYPE | SNMPv3 target security model type. |
SNMPV3_TARGET_MP_MODEL_TYPE | SNMPv3 target security message processing model type. |
SNMPV3_ENGINE_ID_TYPE | Identifier that uniquely and unambiguously identifies the local SNMPv3 engine. |
SNMPV3_ENGINE_BOOT_TYPE | Number of times the local SNMPv3 engine has rebooted or reinitialized since the engine ID was last changed. |
SNMPV3_ENGINE_TIME_TYPE | Number of seconds since the local SNMPv3 engine was last rebooted or reinitialized. |
SNMPV3_ENGINE_MAX_MSG_TYPE | SNMPv3 Engine Maximum message size the sender can accommodate. |
Remarks
None.