1.2.1.19.61 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

MembersDescription
SNMPV3_USERNAME_CONFIG_TYPE = 0Snmpv3 user name configuration.
SNMPV3_AUTHPASSWD_CONFIG_TYPEAuthentication configuration type.
SNMPV3_PRIVPASSWD_CONFIG_TYPEEncryption and Decryption password configuration.
SNMPV3_AUTHPASSWDLOCALIZEDKEY_CONFIG_TYPEAuthorization localized key configuration type.
SNMPV3_PRIVPASSWWDLOCALIZEDKEY_CONFIG_TYPEEncryption and Decryption password localized key configuration type.
SNMPV3_HASHTYPE_CONFIG_TYPESNMPv3 hash algorithm type.
SNMPV3_PRIVTYPE_CONFIG_TYPESNMPv3 privacy configuration type.
SNMPV3_TARGET_SECURITY_NAME_TYPESNMPv3 target address user name . This is for Trap communication.
SNMPV3_TARGET_SECURITY_LEVEL_TYPESNMPv3 target security type.
SNMPV3_TARGET_SECURITY_MODEL_TYPESNMPv3 target security model type.
SNMPV3_TARGET_MP_MODEL_TYPESNMPv3 target security message processing model type.
SNMPV3_ENGINE_ID_TYPEIdentifier that uniquely and unambiguously identifies the local SNMPv3 engine.
SNMPV3_ENGINE_BOOT_TYPENumber of times the local SNMPv3 engine has rebooted or reinitialized since the engine ID was last changed.
SNMPV3_ENGINE_TIME_TYPENumber of seconds since the local SNMPv3 engine was last rebooted or reinitialized.
SNMPV3_ENGINE_MAX_MSG_TYPESNMPv3 Engine Maximum message size the sender can accommodate.

Remarks

None.